From 456df2efec23fea2dfaa9f694ebcd74cf0aa665c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:25:00 +0000 Subject: [PATCH] Bump gatsby from 5.12.11 to 5.12.12 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.12.11 to 5.12.12. - [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.11...gatsby@5.12.12) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 990d1f578..8134180ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@stripe/react-stripe-js": "^2.1.0", "@stripe/stripe-js": "^2.2.0", "decap-cms-app": "^3.0.12", - "gatsby": "^5.12.11", + "gatsby": "^5.12.12", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-decap-cms": "^4.0.3", "gatsby-plugin-feed": "^5.12.3", @@ -12803,9 +12803,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.11", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", - "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", + "version": "5.12.12", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.12.tgz", + "integrity": "sha512-+PdcY2d4iRpMlzErNJzfCk63ucfha9ft8dYF/J70coXNp/qBirWKkho9wBe6Io1RESzVm4BxY+uVzFp8U6P0ew==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", diff --git a/package.json b/package.json index 7970e82f9..ad70e23d6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@stripe/react-stripe-js": "^2.1.0", "@stripe/stripe-js": "^2.2.0", "decap-cms-app": "^3.0.12", - "gatsby": "^5.12.11", + "gatsby": "^5.12.12", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-feed": "^5.12.3", "gatsby-plugin-image": "^3.12.3",