From 90780a38f9bf8ce36282d7291816ec6486260620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 20:01:33 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 4.21.0 to 4.24.0 in /docs Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.21.0 to 4.24.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@4.24.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] --- docs/package-lock.json | 22 +++++++++++----------- docs/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 6f5a8cd93062..7c1813b5e94b 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-catch-links": "^4.21.0", "gatsby-plugin-emotion": "^7.24.0", "gatsby-plugin-google-analytics": "^4.22.0", - "gatsby-plugin-manifest": "^4.21.0", + "gatsby-plugin-manifest": "^4.24.0", "gatsby-plugin-mdx": "^3.15.2", "gatsby-plugin-netlify": "^5.0.1", "gatsby-plugin-netlify-cache": "^2.0.0", @@ -11987,13 +11987,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.21.0.tgz", - "integrity": "sha512-QzP7J2KKRrpENq5lm85jvLvW/xYCN7bfziaUyfxiip+ztHlF+E8XToxsHZqyLlgZrKoB/cUV6zu7vHpqoYFOQQ==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.24.0.tgz", + "integrity": "sha512-xlpJMNALNozeC0lIspQQZw68qi4pE1nhgPfsLiUtAc5CLihm2LNbGLAKcYHCXwudRHo5Hvp6Xi4VOwtMkRKwmQ==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.21.0", - "gatsby-plugin-utils": "^3.15.0", + "gatsby-core-utils": "^3.24.0", + "gatsby-plugin-utils": "^3.18.0", "semver": "^7.3.7", "sharp": "^0.30.7" }, @@ -33818,13 +33818,13 @@ } }, "gatsby-plugin-manifest": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.21.0.tgz", - "integrity": "sha512-QzP7J2KKRrpENq5lm85jvLvW/xYCN7bfziaUyfxiip+ztHlF+E8XToxsHZqyLlgZrKoB/cUV6zu7vHpqoYFOQQ==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.24.0.tgz", + "integrity": "sha512-xlpJMNALNozeC0lIspQQZw68qi4pE1nhgPfsLiUtAc5CLihm2LNbGLAKcYHCXwudRHo5Hvp6Xi4VOwtMkRKwmQ==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.21.0", - "gatsby-plugin-utils": "^3.15.0", + "gatsby-core-utils": "^3.24.0", + "gatsby-plugin-utils": "^3.18.0", "semver": "^7.3.7", "sharp": "^0.30.7" }, diff --git a/docs/package.json b/docs/package.json index 451048a9905a..10fb700b9219 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-catch-links": "^4.21.0", "gatsby-plugin-emotion": "^7.24.0", "gatsby-plugin-google-analytics": "^4.22.0", - "gatsby-plugin-manifest": "^4.21.0", + "gatsby-plugin-manifest": "^4.24.0", "gatsby-plugin-mdx": "^3.15.2", "gatsby-plugin-netlify": "^5.0.1", "gatsby-plugin-netlify-cache": "^2.0.0",