regexp-to-ast icon indicating copy to clipboard operation
regexp-to-ast copied to clipboard

Results 28 regexp-to-ast issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The npm package y18n before versions...

dependencies
security

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...

dependencies
security

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Node Security Working Group. Denial of Service Crash Node.js process from handlebars using...

dependencies
security

Bumps [jsonfile](https://github.com/jprichardson/node-jsonfile) from 5.0.0 to 6.1.0. Changelog Sourced from jsonfile's changelog. 6.1.0 / 2020-10-31 Add finalEOL option to disable writing final EOL (#115, #137) Update dependency (#138) 6.0.1 / 2020-03-07...

dependencies

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.7.0 to 6.15.0. Changelog Sourced from eslint-config-prettier's changelog. Version 6.15.0 (2020-10-27) Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)!! Version 6.14.0 (2020-10-21) Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.4.1. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl There...

dependencies
security

Before this change [\D] was treated the same as [\d] because the complement flag was lost. After this change [\D] correctly represents the set of non-\d characters. This also enables...

When inserting a matching character set into a set, the complement flag is ignored, which leads to incorrect parses if complemented predefined character sets are used within square brackets. There...