Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 13 vulnerabilities #3

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

Conversation

adewinne
Copy link

@adewinne adewinne commented Dec 1, 2023

This PR was automatically created by Snyk using the credentials of a real user.


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:
    • package.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIHTML-1296849
Yes Proof of Concept
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
Yes Proof of Concept
high severity 676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Cross-site Request Forgery (CSRF)
SNYK-JS-AXIOS-6032459
Yes Proof of Concept
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Information Exposure
SNYK-JS-EVENTSOURCE-2823375
Yes Proof of Concept
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
Yes Proof of Concept
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HTMLMINIFIER-3091181
Yes Proof of Concept
high severity 661/1000
Why? Recently disclosed, Has a fix available, CVSS 7.5
Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
Yes No Known Exploit
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
Yes No Known Exploit
medium severity 539/1000
Why? Has a fix available, CVSS 6.5
Information Exposure
SNYK-JS-NODEFETCH-2342118
Yes No Known Exploit
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Improper Input Validation
SNYK-JS-POSTCSS-5926692
Yes No Known Exploit
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TRIM-1017038
Yes Proof of Concept
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Prototype Pollution
SNYK-JS-UNSETVALUE-2400660
Yes No Known Exploit
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
Yes Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Commit messages
Package name: gatsby The new version differs by 250 commits.
  • 78f8c7a chore(release): Publish
  • 4dcdeb1 chore(gatsby): Add env log for build and remove incorrect log for functions (#36462) (#36466)
  • 41de1f0 feat(gatsby): add partial hydration flag (#36436)
  • b8c2072 fix(gatsby-source-graphql): add dataLoaderOptions validation to gatsby-source-graphql (#36112)
  • b45debc chore(docs): fix incorrect closing tag in tutorial (#36459)
  • 222793d chore(docs): Update plugin count in part 3 of the tutorial (#36455)
  • 3222684 chore(docs): Fix page link to page 6 of remark tutorial (#36437)
  • 0b458e6 chore(docs): Fix some typos (#36431)
  • 1bf2358 fix(gatsby): remove resource query from warnings (#36439)
  • 0d896ae chore(gatsby-plugin-sharp,gatsby-plugin-utils,gatsby-remark-images,gatsby-transformer-sharp): bump min potrace version (#36443)
  • a21510e docs: plugin image / image cdn (#36423)
  • 8043d7e feat(docs): add webiny to headless cms list (#36388)
  • 240dfac chore: update using-image-processing example (#36421)
  • b361081 chore(gatsby): drop eslint-plugin-graphql (#36364)
  • 2e67161 chore(docs): Update tutorial to Head API (#36378)
  • 77190f4 fix(deps): update starters and examples - gatsby (#36416)
  • c92404b chore(changelogs): update changelogs (#36417)
  • b7b3577 fix(gatsby-plugin-react-helmet): Typo in `onPreInit` warning (#36419)
  • 7b3286c chore(docs): Add note about query name to MDX
  • dc283d7 chore: Use GCS for pipeline tests (#36413)
  • 3760a0e feat(gatsby): Add option to emit TS types during build (#36405)
  • c01806e chore(release): Publish next
  • a05201e fix(gatsby): Prevent errors if `Head` has root text node (#36402)
  • 9d737b6 fix(gatsby): close parcel cache db before clearing cache and retrying (#36377)

See the full diff

Package name: glob The new version differs by 114 commits.
  • a68703e 9.0.0
  • 58159ca test: cwd can be a url
  • a547a9c more docs
  • 42a3ac7 link to bash manual for Pattern Matching
  • 474172d update readme with cwd URL support
  • ad3904d update readme with posix class support
  • b22fc7d minimatch@7.3.0
  • cdd1627 update all the things, remove unused mkdirp types
  • 75c6416 Merge branch 'v9'
  • fa0cd77 cwd can be a file:// url
  • d03ed0a typedoc github action
  • 9a5a45a put bench results in readme
  • 20b2f88 docs, fix benchmark script
  • 4829c88 upgrade ci actions
  • 5cbacdd minimatch@7.2.0
  • 210310b omit symlinks on windows
  • d34c8d5 full test coverage, clean up signals and remove extranous code
  • 5f21b46 adding lots of tests, clean up types
  • b12e6ba slashes on nodir test
  • 75f74b0 more windows test slashes
  • 3aa1abd more windows test affordances
  • 3e68a7b some windows test affordances
  • 8c2e082 feature complete and tests passing
  • c3be35a correct ** vs ./** behavior

See the full diff

Package name: svg-sprite-loader The new version differs by 26 commits.
  • d216557 chore(release): 5.2.1
  • 1aa67c8 chore(release): 5.2.0
  • 55c5c8d Merge pull request #422 from mayako21126/update-dependency
  • a375f74 Merge pull request #421 from xinhailishi/master
  • 14786dd Merge remote-tracking branch 'upstream/master' into update-dependency
  • d93c5cf feat: update-dependency
  • 802910b fix lint bug
  • ccd113c support node-webkit
  • 2e8070b support node-webkit
  • 6931036 support node-webkit
  • d0c4045 support node-webkit
  • d5ddfef chore(release): 5.1.1
  • 97a5a50 chore(release): 5.1.0
  • ad514ce Merge pull request #348 from karszawa/role-complementary-to-root-svg
  • e620de0 Merge pull request #403 from mayako21126/add-support-webpack5
  • 24db237 chore(release): 5.1.0
  • 00f4fc2 feat: nodejs update
  • b34b2b2 feat: add support for webpack5
  • 2019115 chore: update eslint
  • 1444ab9 chore: update webpack 4 version
  • f9505fe chore(deps-dev): bump minimist from 1.2.0 to 1.2.3
  • d2fcc43 Merge branch 'master' of github.com:JetBrains/svg-sprite-loader
  • 38bbc5e chore(release): 5.0.0
  • c084ec7 fix: pass proper context param to runtime generator

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


Learn how to fix vulnerabilities with free interactive lessons:

馃 Regular Expression Denial of Service (ReDoS)
馃 Cross-site Request Forgery (CSRF)
馃 Improper Input Validation
馃 More lessons are available in Snyk Learn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants