From c5fee5fd2ef86912eb90c64cb4d4da7e5f2aa2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 09:42:13 -0500 Subject: Bump gatsby-plugin-manifest from 5.4.0 to 5.7.0 (#107) Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 5.4.0 to 5.7.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.7.0/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest 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 | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83f358c..cfd0f2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "gatsby": "5.6.0", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.7.0", - "gatsby-plugin-manifest": "5.4.0", + "gatsby-plugin-manifest": "5.7.0", "gatsby-plugin-offline": "^6.6.0", "gatsby-plugin-sharp": "5.5.0", "gatsby-plugin-styled-components": "6.7.0", @@ -9189,13 +9189,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.4.0.tgz", - "integrity": "sha512-Jw1LUJxLnIoeGdbsKies/0NpKOganfBMDpusgIbYZzBENlsNcJTtlOFWfbExJFAutc2ZStDoQrch6AkOvwujBw==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.7.0.tgz", + "integrity": "sha512-UiMKCqIOLUFvjJsny0wOMCQWs/Wx0BXmBTQ7Ck1HJsgvq4N3yKTlwAlgu1+eV/ExcpESKc6bncKZFUibwnE/QA==", "dependencies": { - "@babel/runtime": "^7.20.7", - "gatsby-core-utils": "^4.4.0", - "gatsby-plugin-utils": "^4.4.0", + "@babel/runtime": "^7.20.13", + "gatsby-core-utils": "^4.7.0", + "gatsby-plugin-utils": "^4.7.0", "semver": "^7.3.8", "sharp": "^0.31.3" }, @@ -23717,13 +23717,13 @@ } }, "gatsby-plugin-manifest": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.4.0.tgz", - "integrity": "sha512-Jw1LUJxLnIoeGdbsKies/0NpKOganfBMDpusgIbYZzBENlsNcJTtlOFWfbExJFAutc2ZStDoQrch6AkOvwujBw==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.7.0.tgz", + "integrity": "sha512-UiMKCqIOLUFvjJsny0wOMCQWs/Wx0BXmBTQ7Ck1HJsgvq4N3yKTlwAlgu1+eV/ExcpESKc6bncKZFUibwnE/QA==", "requires": { - "@babel/runtime": "^7.20.7", - "gatsby-core-utils": "^4.4.0", - "gatsby-plugin-utils": "^4.4.0", + "@babel/runtime": "^7.20.13", + "gatsby-core-utils": "^4.7.0", + "gatsby-plugin-utils": "^4.7.0", "semver": "^7.3.8", "sharp": "^0.31.3" } diff --git a/package.json b/package.json index 6b0ae17..4baa477 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby": "5.6.0", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.7.0", - "gatsby-plugin-manifest": "5.4.0", + "gatsby-plugin-manifest": "5.7.0", "gatsby-plugin-offline": "^6.6.0", "gatsby-plugin-sharp": "5.5.0", "gatsby-plugin-styled-components": "6.7.0", -- cgit