From 28e6b061bc14fd6e41257b1d92704083eb4e7da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:04:37 +0000 Subject: [PATCH] Bump gatsby from 5.14.0 to 5.14.1 Bumps [gatsby](https://github.com/gatsbyjs/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:production update-type: version-update:semver-patch ... 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 869ebeedc..0129cc973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", - "gatsby": "5.14.0", + "gatsby": "5.14.1", "gatsby-plugin-feed": "5.14.0", "gatsby-plugin-google-analytics": "5.14.0", "gatsby-plugin-image": "3.14.0", @@ -10379,9 +10379,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==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -10469,7 +10469,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", @@ -10750,9 +10750,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==", "dependencies": { "@types/reach__router": "^1.3.10", "gatsby-page-utils": "^3.14.0", diff --git a/package.json b/package.json index 0f7c356ae..47f882bc9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", - "gatsby": "5.14.0", + "gatsby": "5.14.1", "gatsby-plugin-feed": "5.14.0", "gatsby-plugin-google-analytics": "5.14.0", "gatsby-plugin-image": "3.14.0",