From 40d036d2b5e36bd02eac891cf917e80a27a36465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:40:30 +0000 Subject: [PATCH] Bump gatsby from 5.12.9 to 5.12.11 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.12.9 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.9...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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51e9d3b4..ba67aed6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@mdx-js/react": "^3.0.0", - "gatsby": "^5.12.9", + "gatsby": "^5.12.11", "gatsby-core-utils": "^4.12.1", "gatsby-plugin-feed": "^5.12.3", "gatsby-plugin-image": "^3.12.3", @@ -9444,9 +9444,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.9", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.9.tgz", - "integrity": "sha512-Nu+A4lW/7VDcxdaBypbp/Sw9mEzpfVnDBiwb0yiSW3pZDpC7iKFVVlhK2Ovq6Wy4gyYiE1LjT2sMNGKR1lkh6Q==", + "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", @@ -9536,7 +9536,7 @@ "gatsby-legacy-polyfills": "^3.12.0", "gatsby-link": "^5.12.1", "gatsby-page-utils": "^3.12.1", - "gatsby-parcel-config": "^1.12.1", + "gatsby-parcel-config": "1.12.1", "gatsby-plugin-page-creator": "^5.12.3", "gatsby-plugin-typescript": "^5.12.1", "gatsby-plugin-utils": "^4.12.3", diff --git a/package.json b/package.json index 1a594883..e3172bbd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Robert Dyjas", "dependencies": { "@mdx-js/react": "^3.0.0", - "gatsby": "^5.12.9", + "gatsby": "^5.12.11", "gatsby-core-utils": "^4.12.1", "gatsby-plugin-feed": "^5.12.3", "gatsby-plugin-image": "^3.12.3",