From 336762556e277ad895801c61c61b20415bd23ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:47:12 +0000 Subject: [PATCH] build(deps): Bump gatsby from 5.12.10 to 5.12.11 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.12.10 to 5.12.11. - [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@5.12.10...gatsby@5.12.11) --- 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 f3376d7c8..965e3656f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/react": "^18.2.38", "axios": "^1.6.2", "decode-uri-component": "^0.4.1", - "gatsby": "^5.12.10", + "gatsby": "^5.12.11", "gatsby-link": "^5.12.1", "gatsby-plugin-feed": "^5.12.3", "gatsby-plugin-layout": "^4.12.0", @@ -11126,9 +11126,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.10", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.10.tgz", - "integrity": "sha512-hcrCohYKwF98EaotOt4CURnokI8eh6bkW30IJv6sdvD9auqSYrrSufzUCT93amHZ2rhc06YBUIHR2u35Gl0lVA==", + "version": "5.12.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", + "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -32690,9 +32690,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gatsby": { - "version": "5.12.10", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.10.tgz", - "integrity": "sha512-hcrCohYKwF98EaotOt4CURnokI8eh6bkW30IJv6sdvD9auqSYrrSufzUCT93amHZ2rhc06YBUIHR2u35Gl0lVA==", + "version": "5.12.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", + "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 4c44da0c5..2121244a0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/react": "^18.2.38", "axios": "^1.6.2", "decode-uri-component": "^0.4.1", - "gatsby": "^5.12.10", + "gatsby": "^5.12.11", "gatsby-link": "^5.12.1", "gatsby-plugin-feed": "^5.12.3", "gatsby-plugin-layout": "^4.12.0",