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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #71

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

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 661/1000
Why? Recently disclosed, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-NTHCHECK-1586032
Yes No Known Exploit

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

Commit messages
Package name: gatsby The new version differs by 242 commits.
  • f1d3f7b chore(release): Publish
  • 6e6ea56 chore(release): Publish rc
  • df50ce7 fix(gatsby): Add dir=ltr to Fast Refresh overlay (#29900) (#29908)
  • 83adec5 chore(docs): update readme (#29837) (#29909)
  • b2628da will git stop being weird (#29897) (#29907)
  • c98c87f chore(release): Publish rc
  • c8bf571 fix(gatsby-source-wordpress): image fixes (#29813) (#29886)
  • 85bb8ea fix(gatsby-plugin-image): Update peerdeps (#29880) (#29888)
  • c266b83 fix(gatsby): Remove `react-hot-loader` deps & other unused deps (#29864) (#29876)
  • 222ca3f fix(gatsby): with some custom babel configs array spreading with Set is not safe (#29885) (#29889)
  • ea31900 chore(release): Publish rc
  • f070422 fix(gatsby): Fix various small DEV_SSR bugs exposed in development_runtime tests (#29720) (#29866)
  • cb3b1ca chore: update peerdeps to latest major versions (#29857) (#29867)
  • 8639f7b fix(create-gatsby): Use legacy peer deps (#29856) (#29862)
  • fdc1fe2 fix(gatsby): fix some css HMR edge cases (#29839) (#29865)
  • e8a7e3b fix(gatsby-plugin-preact): fix fast-refresh (#29831) (#29860)
  • e7453c3 fix(gatsby): Improve Fast Refresh overlay styles (#29855) (#29861)
  • 76f4f96 chore: upgrade postcss & plugins (#29793)
  • de6cba6 chore(release): Publish rc
  • aafe584 fix: query on demand loading indicator always active on preact. (#29829) (#29836)
  • 34f5b8c fix(hmr): accept hot updates for modules above page templates (#29752) (#29835)
  • b8d21f8 fix(gatsby): workaround graphql-compose issue (#29822) (#29834)
  • 32fee71 fix(gatsby): eslint linting (#29796) (#29814)
  • bca7951 fix(gatsby-source-wordpress): HTML image regex's (#29778) (#29816)

See the full diff

Package name: gatsby-remark-images The new version differs by 250 commits.
  • e98cb62 chore(release): Publish
  • 164f9a1 fix(gatsby-source-contentful): De-dupe type names (#30834) (#30850)
  • 0b99d00 fix(gatsby): webpack warnings are no longer in object format by default (#30801) (#30853)
  • f561724 fix(gatsby): lower memory pressure in SSR (#30793) (#30851)
  • 96805d5 fix(gatsby-source-wordpress): change `console.warning` to `console.warn` (#30764) (#30852)
  • e40c83d chore(release): Publish next
  • a5b5cf8 feat: upgrade to remark 13 (#29678)
  • 172cf4d chore(docs): Add link to perf implications siteContext (#30778)
  • 4336d04 fix(gatsby-plugin-gatsby-cloud): Add missing index.js (so the plugin can be resolved in workspaces) (#30761)
  • 2bdd5a5 fix(gatsby-source-wordpress): only log out duplicate node if we have all the data we want to log (#30751)
  • 1a9b830 fix(gatsby-plugin-image): Don't inherit all img styles (#30754)
  • e0df4cc chore(docs): Change "whitelist" to "allow list" (#30756)
  • 81ec270 chore: Add backport script (#30732)
  • 63cc8fa fix(docs): Copy edits for debugging html doc + add React-specific example (#30745)
  • eed1d43 fix(docs): Add link to how to enable DEV_SSR for fixing inconsistent css styles between dev/prod (#30746)
  • ecd823f perf(gatsby): cache babel config items (#28738)
  • a60e92f chore(release): Publish next
  • dd9e95c docs(gatsby-plugin-image): Note on tracedSVG options name change (#30736)
  • a5869e3 fix(gatsby-plugin-image): Use bare GATSBY___IMAGE global (#30713)
  • 0f3fa4e fix(contentful): make gatsby-plugin-image a peer dependency (#30709)
  • 6b2fd94 fix(gatsby-source-wordpress): pass missing property helpers to gql fetch util (#30727)
  • c6fa488 chore(docs): Update wording of tutorial part 8 (#30606)
  • a777367 fix(gatsby-cli): Update docs links in error-map (#30493)
  • c473abf chore(docs): include autoprefixer in tailwind install command (#30718)

See the full diff

Package name: gatsby-transformer-remark The new version differs by 250 commits.
  • e98cb62 chore(release): Publish
  • 164f9a1 fix(gatsby-source-contentful): De-dupe type names (#30834) (#30850)
  • 0b99d00 fix(gatsby): webpack warnings are no longer in object format by default (#30801) (#30853)
  • f561724 fix(gatsby): lower memory pressure in SSR (#30793) (#30851)
  • 96805d5 fix(gatsby-source-wordpress): change `console.warning` to `console.warn` (#30764) (#30852)
  • e40c83d chore(release): Publish next
  • a5b5cf8 feat: upgrade to remark 13 (#29678)
  • 172cf4d chore(docs): Add link to perf implications siteContext (#30778)
  • 4336d04 fix(gatsby-plugin-gatsby-cloud): Add missing index.js (so the plugin can be resolved in workspaces) (#30761)
  • 2bdd5a5 fix(gatsby-source-wordpress): only log out duplicate node if we have all the data we want to log (#30751)
  • 1a9b830 fix(gatsby-plugin-image): Don't inherit all img styles (#30754)
  • e0df4cc chore(docs): Change "whitelist" to "allow list" (#30756)
  • 81ec270 chore: Add backport script (#30732)
  • 63cc8fa fix(docs): Copy edits for debugging html doc + add React-specific example (#30745)
  • eed1d43 fix(docs): Add link to how to enable DEV_SSR for fixing inconsistent css styles between dev/prod (#30746)
  • ecd823f perf(gatsby): cache babel config items (#28738)
  • a60e92f chore(release): Publish next
  • dd9e95c docs(gatsby-plugin-image): Note on tracedSVG options name change (#30736)
  • a5869e3 fix(gatsby-plugin-image): Use bare GATSBY___IMAGE global (#30713)
  • 0f3fa4e fix(contentful): make gatsby-plugin-image a peer dependency (#30709)
  • 6b2fd94 fix(gatsby-source-wordpress): pass missing property helpers to gql fetch util (#30727)
  • c6fa488 chore(docs): Update wording of tutorial part 8 (#30606)
  • a777367 fix(gatsby-cli): Update docs links in error-map (#30493)
  • c473abf chore(docs): include autoprefixer in tailwind install command (#30718)

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

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

Successfully merging this pull request may close these issues.

1 participant