From 6807052edd2884632a36c2a635a58fb8a36e58ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:22:28 +0000 Subject: [PATCH] chore(deps): bump gatsby from 4.25.6 to 4.25.8 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.25.6 to 4.25.8. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@4.25.6...gatsby@4.25.8) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 447ee992..9c3bd8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "ansi-to-react": "^6.1.6", "bootstrap": "^4.6.2", "create-react-class": "^15.7.0", - "gatsby": "^4.25.6", + "gatsby": "^4.25.8", "gatsby-plugin-fontawesome-css": "^1.2.0", "gatsby-plugin-image": "^2.24.0", "gatsby-plugin-json-remark": "^1.1.5", @@ -8987,9 +8987,9 @@ } }, "node_modules/gatsby": { - "version": "4.25.6", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.6.tgz", - "integrity": "sha512-6kkUBWtGgb+SMd36ZdHpFJ+f/sq62ngRMVkM0Tna5AKcGnzLZgnA1h9/OHlU3bSz9TGNsyRcU7yFSlwxmStQgw==", + "version": "4.25.8", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.8.tgz", + "integrity": "sha512-kqrZ6z22XuxrO3Blt+K2ewqchVGP8bCSJcjnQm6GcV3QJLnedk+jOYc9NP4C+d8uGlTK7l8OWxbL3bHxLddDIw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -26731,9 +26731,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gatsby": { - "version": "4.25.6", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.6.tgz", - "integrity": "sha512-6kkUBWtGgb+SMd36ZdHpFJ+f/sq62ngRMVkM0Tna5AKcGnzLZgnA1h9/OHlU3bSz9TGNsyRcU7yFSlwxmStQgw==", + "version": "4.25.8", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.25.8.tgz", + "integrity": "sha512-kqrZ6z22XuxrO3Blt+K2ewqchVGP8bCSJcjnQm6GcV3QJLnedk+jOYc9NP4C+d8uGlTK7l8OWxbL3bHxLddDIw==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/core": "^7.15.5", diff --git a/package.json b/package.json index 25ef4a8b..a6a94331 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "ansi-to-react": "^6.1.6", "bootstrap": "^4.6.2", "create-react-class": "^15.7.0", - "gatsby": "^4.25.6", + "gatsby": "^4.25.8", "gatsby-plugin-fontawesome-css": "^1.2.0", "gatsby-plugin-image": "^2.24.0", "gatsby-plugin-json-remark": "^1.1.5",