Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • examples/package.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Issue Breaking Change Exploit Maturity
high severity Prototype Pollution
SNYK-JS-AJV-584908
Yes No Known Exploit
Commit messages
Package name: eslint The new version differs by 250 commits.
  • 36ced0a 5.0.0
  • 5fd5632 Build: changelog update for 5.0.0
  • 0feedfd New: Added max-lines-per-function rule (fixes #9842) (#10188)
  • daefbdb Upgrade: eslint-scope and espree to 4.0.0 (refs #10458) (#10500)
  • 077358b Docs: no-process-exit: recommend process.exitCode (#10478)
  • f93d6ff Fix: do not fail on unknown operators from custom parsers (fixes #10475) (#10476)
  • 05343fd Fix: add parens for yield statement (fixes #10432) (#10468)
  • d477c5e Fix: check destructuring for "no-shadow-restricted-names" (fixes #10467) (#10470)
  • 7a7580b Update: Add considerPropertyDescriptor option to func-name-matching (#9078)
  • e0a0418 Fix: crash on optional catch binding (#10429)
  • de4dba9 Docs: styling team members (#10460)
  • 5e453a3 Docs: display team members in tables. (#10433)
  • b1895eb Docs: Restore intentional spelling mistake (#10459)
  • a9da57d 5.0.0-rc.0
  • 3ac3df6 Build: changelog update for 5.0.0-rc.0
  • abf400d Update: Add ignoreDestructing option to camelcase rule (fixes #9807) (#10373)
  • e2b394d Upgrade: espree and eslint-scope to rc versions (#10457)
  • a370da2 Chore: small opt to improve readability (#10241)
  • 640bf07 Update: Fixes multiline no-warning-comments rule. (fixes #9884) (#10381)
  • 831c39a Build: Adding rc release script to package.json (#10456)
  • dc4075e Update: fix false negative in no-use-before-define (fixes #10227) (#10396)
  • 3721841 Docs: Add new experimental syntax policy to README (fixes #9804) (#10408)
  • d0aae3c Docs: Create docs landing page (#10453)
  • fe8bec3 Fix: fix writing config file when `source` is `prompt` (#10422)

See the full diff

Package name: file-loader The new version differs by 9 commits.
  • 1451b1e chore(release): 1.1.7
  • 98bf052 fix(index): don't concat `options.outputPath` and `options.publicPath` (#246)
  • 9ee8332 docs(README): add `regExp` option (`options.regExp`) (#244)
  • f62bc44 chore(package): update `schema-utils` v0.3.0...0.4.5 (#245)
  • ef5688e docs(README): correct default value for `digestType` (`hashes`) (#239)
  • d965494 chore(release): 1.1.6
  • 1e4b7cf fix: rootContext compatibility fix for legacy / v4 (#237)
  • 0c4cdc2 docs(README): correct the default value for `[hash:<length>]` (#230)
  • 52c882e test: standardize test configuration (#214)

See the full diff

Package name: postcss-loader The new version differs by 12 commits.
  • 6ddc2bb chore(release): 2.1.0
  • 410bbf9 chore(package): update dependencies
  • 56232e7 feat(index): pass AST (`result.root`) && Messages (`result.messages`) as metadata to other loaders (#322)
  • 4e8e20c ci(travis): add node `stable` && `lts/*`
  • 8242689 test(watch): linting && structure
  • a8921cc fix(index): continue watching after dependency `{Error}` (#332)
  • 08c063a chore(release): 2.0.10
  • 61ff03c fix(index): copy loader `options` before modifying (#326)
  • b9c1add chore(release): 2.0.9
  • 3e1c7fa fix(index): filter `ident` (`options.ident`) (#315)
  • f33131c test: filter `ident` (`options.ident`) (#314)
  • 31a25e8 docs(README): fix broken link (`importLoaders`) (#310)

See the full diff

Package name: style-loader The new version differs by 14 commits.
  • 5d73db7 chore(release): 0.20.0
  • 08ce425 chore(package): update dependencies
  • 28f603f refactor: remove comments from bundle source code
  • dda8b89 test: rename && update HMR tests
  • 23c3567 fix(options): add `transform` option validation (`{String}`)
  • e0c4b19 fix(options): support passing a `{Function}` (`options.insertInto`)
  • ac8430c ci(travis): update `node` v4.3.0...4.8.0
  • 0eb8fe7 feat: support passing a `{Function}` (`options.insertInto`) (#279)
  • 3a4cb53 fix(index): enable HMR in case `locals` (`css-modules`) are unchanged (#298)
  • 9b46128 fix(addStyles): check if `HTMLIFrameElement` exist (#296)
  • a7734e6 chore(package): update repository url (#290)
  • 6ca2ecb chore(release): 0.19.1
  • 2bfc93e fix(addStyles): correctly check `singleton` behavior when `{Boolean}` (`options.singleton`) (#285)
  • 57c457d docs: fixed missing commas in configuration examples (#266)

See the full diff

Package name: url-loader The new version differs by 11 commits.
  • 0eeaaa9 chore(release): 1.0.0
  • 0390cdb test: standardize (`@webpack-contrib/test-utils`) (#114)
  • 457618b fix(index): use `Buffer.from` instead of deprecated `new Buffer` (#113)
  • b4be0c8 ci(circle): Fix rebuild issues
  • 4a62cd5 ci(circle): Generate checksum from lock file
  • 5aeba3e chore: Update to defaults rc.1
  • 3c87902 chore(release): 1.0.0-beta.0
  • b61859c chore: Fix package.json prop ordering
  • f9174d2 docs(readme): Updates coverage badge
  • 5ce17f7 docs(readme): Update CI status badge
  • 073b588 refactor: apply `webpack-defaults` (#102)

See the full diff

Package name: webpack The new version differs by 125 commits.
  • f010546 update examples
  • bc840ec 3.11.0
  • 9323ee6 Merge pull request #6398 from addaleax/no-binding
  • c7cbc35 Merge pull request #6430 from jbottigliero/update/ajv
  • 61b75b7 update ajv + ajv-keywords
  • 8da8b93 Work around Node environment variable bug
  • ddb1fad Merge pull request #6408 from ocombe/fix/#6407-empty-array
  • 2aebfbe fix(ConcatenatedModule): don't throw on arrays with empty values
  • 3972d9a Merge pull request #6391 from nerdkid93/patch-1
  • e4375f8 Avoid relying on Node鈥檚 internals
  • 0dd1727 change polymer loader link
  • 33f518b Merge pull request #6300 from nename0/fix-6243
  • 80ed1c4 Merge pull request #6335 from Connormiha/banner-plugin-optimize
  • 5d93c53 Minor optimize banner plugin
  • 1895b76 Add Tests checking chunkhash of runtime chunk only changes if needed
  • dc7ebeb Fix #6243: Don't include initial chunks in chunkhash computation
  • b545b51 Merge pull request #6242 from nename0/6239-require-ensure-initial-chunks
  • b059e07 Merge pull request #6176 from mikegreiling/fix-no-fail-on-child-compilation-error
  • 64c4350 Update StatsTestCases
  • 8b0a2ad Merge pull request #6225 from neeharv/feature/async-script-type
  • d1e0bec Fix: the require-ensure only includes non-initial chunks
  • 21b5a02 stringify jsonpScriptType option
  • 8eb0bb6 move default script type option to WebpackOptionsDefaulter
  • be327f9 lint fixes

See the full diff

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
馃 View latest project report

馃洜 Adjust project settings

馃摎 Read more about Snyk's upgrade and patch logic

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AJV-584908
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant