From f13f40df35cc0230ddcf7766a7b2e73477696439 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 22:04:09 +0000 Subject: [PATCH] fix: upgrade gatsby from 5.12.3 to 5.12.4 Snyk has created this PR to upgrade gatsby from 5.12.3 to 5.12.4. See this package in npm: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e40d2ac..cc5720a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "classnames": "^2.3.2", "disqus-react": "^1.1.5", - "gatsby": "^5.12.3", + "gatsby": "^5.12.4", "gatsby-link": "^5.12.0", "gatsby-plugin-catch-links": "^5.12.0", "gatsby-plugin-feed": "^5.12.0", @@ -15252,9 +15252,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.3.tgz", - "integrity": "sha512-+qO2gKA95HH+b4RCf3AYHOW3Pz8YC1t3W9MOwbUQe7QgDXd0D9lRc7YAqk8XuXp8Pkp/NWuoeZY3d/1B8d8nng==", + "version": "5.12.4", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.4.tgz", + "integrity": "sha512-FVUKCrZUxA80uhrTMli5B3AVaJeJJfM4rVbHeoi1Vae4Z1/EBYPDxamVLRVPDHGluhThiyPlZ6/32DAop7NQiQ==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -15338,7 +15338,7 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^11.1.1", - "gatsby-cli": "^5.12.0", + "gatsby-cli": "^5.12.1", "gatsby-core-utils": "^4.12.0", "gatsby-graphiql-explorer": "^3.12.0", "gatsby-legacy-polyfills": "^3.12.0", diff --git a/package.json b/package.json index 1702614..22f31d8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "classnames": "^2.3.2", "disqus-react": "^1.1.5", - "gatsby": "^5.12.3", + "gatsby": "^5.12.4", "gatsby-link": "^5.12.0", "gatsby-plugin-catch-links": "^5.12.0", "gatsby-plugin-feed": "^5.12.0",