From b5af924f686372ee25b6bcbb388f3140ac47525f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:29:24 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-patch dependency-group: gatsby ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++----------- package.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42a12053..eda7d805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.16.11", "@mui/material": "^5.16.11", "emoji-js": "^3.8.0", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-image": "^3.14.0", "gatsby-plugin-sharp": "^5.14.0", @@ -4937,7 +4937,6 @@ "version": "1.3.15", "resolved": "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.15.tgz", "integrity": "sha512-5WEHKGglRjq/Ae3F8UQxg+GYUIhTUEiyBT9GKPoOLU/vPTn8iZrRbdzxqvarOaGludIejJykHLMdOCdhgWqaxA==", - "license": "MIT", "dependencies": { "@types/react": "*" } @@ -10304,11 +10303,10 @@ } }, "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, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -10395,7 +10393,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", @@ -10631,10 +10629,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==", - "license": "MIT", + "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 b7911fb0..a4ddb851 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mui/icons-material": "^5.16.11", "@mui/material": "^5.16.11", "emoji-js": "^3.8.0", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-image": "^3.14.0", "gatsby-plugin-sharp": "^5.14.0",