From e98955a625fdc3e39a95c02bb5031e38112c0537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:10:10 +0000 Subject: [PATCH] chore(deps-dev): bump gatsby from 5.14.0 to 5.14.1 in the gatsby group Bumps the gatsby group with 1 update: [gatsby](https://github.com/gatsbyjs/gatsby). Updates `gatsby` from 5.14.0 to 5.14.1 - [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.14.0...gatsby@5.14.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gatsby ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0279c1a7c..081227a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-mdx": "^3.1.5", "eslint-plugin-notice": "^1.0.0-eslint9", "eslint-plugin-prettier": "^5.2.1", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-plugin-google-gtag": "^5.14.0", "gatsby-plugin-mailchimp": "^5.2.2", "gatsby-plugin-manifest": "^5.14.0", @@ -13513,9 +13513,9 @@ } }, "node_modules/gatsby": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.0.tgz", - "integrity": "sha512-VZZAN80FrcGLz0uOPK7Eww/tfGUQ26UuZOxiXFhcJgeO29lt8IPwSdNhAimyhbRDkvMNZu7Dz1+tO9PyvPZN4Q==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.1.tgz", + "integrity": "sha512-xumIbDl0bk/Het+9wDQETNSHtkobXaeUQTciwzbT42RW/zIoPkKTjNzdDrWOBzzpmR0RU/qEnLa0udDhzS01Ww==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -13604,7 +13604,7 @@ "gatsby-core-utils": "^4.14.0", "gatsby-graphiql-explorer": "^3.14.0", "gatsby-legacy-polyfills": "^3.14.0", - "gatsby-link": "^5.14.0", + "gatsby-link": "^5.14.1", "gatsby-page-utils": "^3.14.0", "gatsby-parcel-config": "1.14.0", "gatsby-plugin-page-creator": "^5.14.0", @@ -13897,9 +13897,9 @@ } }, "node_modules/gatsby-link": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.14.0.tgz", - "integrity": "sha512-BJYTdZ23pObzan1BG/XlqsnlQgiQS54Ztm1CuYj9OPtORT4i9kBrNSaRrQZdsLHM9s2Ox+oBullzZSi6CU/CbQ==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.14.1.tgz", + "integrity": "sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==", "dev": true, "dependencies": { "@types/reach__router": "^1.3.10", diff --git a/package.json b/package.json index 9dbea6ca6..723d8ce30 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-mdx": "^3.1.5", "eslint-plugin-notice": "^1.0.0-eslint9", "eslint-plugin-prettier": "^5.2.1", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-plugin-google-gtag": "^5.14.0", "gatsby-plugin-mailchimp": "^5.2.2", "gatsby-plugin-manifest": "^5.14.0",