From dae867c1b07e3ac6b543aa02378294e63b73f928 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 17:34:59 +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/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc5720a..4932347 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.4", + "gatsby": "^5.12.5", "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.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", @@ -15340,7 +15340,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", @@ -15757,11 +15757,11 @@ } }, "node_modules/gatsby-graphiql-explorer": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.12.0.tgz", - "integrity": "sha512-vr86oLhif5uZ+VSTE34DYjtBDCIHWpJHh4+65fmgZh+WtDv1lyONJ/WWmyD+dNMHlGsZtR6wVvBjrj5iFRDGRw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.12.1.tgz", + "integrity": "sha512-c2iG+4nAft2cTS9zgnPUAYNBtxTWGKjI26QIfjuo25j7/klnz8rLQYdj6TA4Z2Y3yyTyBspAHr9ho6zvOHlBJg==", "engines": { - "node": ">=18.0.0" + "node": ">=14.15.0" } }, "node_modules/gatsby-legacy-polyfills": { diff --git a/package.json b/package.json index 22f31d8..7558c4d 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.4", + "gatsby": "^5.12.5", "gatsby-link": "^5.12.0", "gatsby-plugin-catch-links": "^5.12.0", "gatsby-plugin-feed": "^5.12.0",