From 05279a49b8c1bfb061feecf754726114d8801b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:13:33 -0800 Subject: [PATCH] build(deps): bump gatsby from 5.11.0 to 5.12.11 (#120) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.11.0 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.11.0...gatsby@5.12.11) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 edb4eb4..45e5677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "bootstrap": "^5.3.2", - "gatsby": "^5.12.9", + "gatsby": "^5.12.11", "gatsby-omni-font-loader": "^2.0.2", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.12.3", @@ -8961,9 +8961,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", @@ -9053,7 +9053,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", @@ -22882,9 +22882,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "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==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -22973,7 +22973,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 6edcd73..f2b24c8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "bootstrap": "^5.3.2", - "gatsby": "^5.12.9", + "gatsby": "^5.12.11", "gatsby-omni-font-loader": "^2.0.2", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.12.3",