From 72c6c38a4cbf22ae2333c0d47da885250476a64a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 19:52:26 +0000 Subject: [PATCH] fix: upgrade gatsby from 5.12.4 to 5.12.5 Snyk has created this PR to upgrade gatsby from 5.12.4 to 5.12.5. See this package in npm: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/2353a930-def9-4bb1-816b-7d4f3cbadabd?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../gatsby-starter-minimal/package-lock.json | 18 +++++++++--------- starters/gatsby-starter-minimal/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/starters/gatsby-starter-minimal/package-lock.json b/starters/gatsby-starter-minimal/package-lock.json index 93ee14b7085b7..1012e8dc54c22 100644 --- a/starters/gatsby-starter-minimal/package-lock.json +++ b/starters/gatsby-starter-minimal/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "0BSD", "dependencies": { - "gatsby": "^5.12.4", + "gatsby": "^5.12.5", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -8761,9 +8761,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.4.tgz", - "integrity": "sha512-FVUKCrZUxA80uhrTMli5B3AVaJeJJfM4rVbHeoi1Vae4Z1/EBYPDxamVLRVPDHGluhThiyPlZ6/32DAop7NQiQ==", + "version": "5.12.5", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.5.tgz", + "integrity": "sha512-7BCWmzY+Gmy8PpByzEpvQnZu0fOiDPSiU35HRnjL5yJjGm1j3d7YymIs54j14h5ENJ3ep6QhRbJ0z590CjNxDg==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -8849,7 +8849,7 @@ "fs-extra": "^11.1.1", "gatsby-cli": "^5.12.1", "gatsby-core-utils": "^4.12.0", - "gatsby-graphiql-explorer": "^3.12.0", + "gatsby-graphiql-explorer": "^3.12.1", "gatsby-legacy-polyfills": "^3.12.0", "gatsby-link": "^5.12.0", "gatsby-page-utils": "^3.12.0", @@ -22368,9 +22368,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gatsby": { - "version": "5.12.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.4.tgz", - "integrity": "sha512-FVUKCrZUxA80uhrTMli5B3AVaJeJJfM4rVbHeoi1Vae4Z1/EBYPDxamVLRVPDHGluhThiyPlZ6/32DAop7NQiQ==", + "version": "5.12.5", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.5.tgz", + "integrity": "sha512-7BCWmzY+Gmy8PpByzEpvQnZu0fOiDPSiU35HRnjL5yJjGm1j3d7YymIs54j14h5ENJ3ep6QhRbJ0z590CjNxDg==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -22455,7 +22455,7 @@ "fs-extra": "^11.1.1", "gatsby-cli": "^5.12.1", "gatsby-core-utils": "^4.12.0", - "gatsby-graphiql-explorer": "^3.12.0", + "gatsby-graphiql-explorer": "^3.12.1", "gatsby-legacy-polyfills": "^3.12.0", "gatsby-link": "^5.12.0", "gatsby-page-utils": "^3.12.0", diff --git a/starters/gatsby-starter-minimal/package.json b/starters/gatsby-starter-minimal/package.json index dbd434bdb1154..3c33caa42fc31 100644 --- a/starters/gatsby-starter-minimal/package.json +++ b/starters/gatsby-starter-minimal/package.json @@ -16,7 +16,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^5.12.4", + "gatsby": "^5.12.5", "react": "^18.2.0", "react-dom": "^18.2.0" }