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] Upgrade: gatsby, gatsby-plugin-feed, gatsby-plugin-manifest, gatsby-plugin-sharp, gatsby-remark-images, gatsby-remark-prismjs, gatsby-remark-responsive-iframe, gatsby-source-filesystem, gatsby-transformer-remark, gatsby-transformer-sharp #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - gatsby from 5.0.0 to 5.12.4.
    See this package in npm: https://www.npmjs.com/package/gatsby
  - gatsby-plugin-feed from 5.0.0 to 5.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-feed
  - gatsby-plugin-manifest from 5.0.0 to 5.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest
  - gatsby-plugin-sharp from 5.0.0 to 5.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp
  - gatsby-remark-images from 7.0.0 to 7.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-images
  - gatsby-remark-prismjs from 7.0.0 to 7.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs
  - gatsby-remark-responsive-iframe from 6.0.0 to 6.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe
  - gatsby-source-filesystem from 5.0.0 to 5.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-source-filesystem
  - gatsby-transformer-remark from 6.0.0 to 6.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-transformer-remark
  - gatsby-transformer-sharp from 5.0.0 to 5.12.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-transformer-sharp

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/7fd0fd14-f182-4096-b123-e516d29845e6?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-bot committed Sep 28, 2023

Unverified

This user has not yet uploaded their public signing key.
commit 69b7b623ef727f0de9c63420bb5a588b13c8e0fd
11,692 changes: 6,909 additions & 4,783 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
@@ -10,17 +10,17 @@
"dependencies": {
"@fontsource/merriweather": "^4.5.14",
"@fontsource/montserrat": "^4.5.13",
"gatsby": "^5.0.0",
"gatsby-plugin-feed": "^5.0.0",
"gatsby": "^5.12.4",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-remark-responsive-iframe": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"