From 5d3909923a666c4f20b58523c0df5e285ec2b50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 02:31:27 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 4.9.0 to 4.11.1 in /docs Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.9.0 to 4.11.1. - [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.11.1/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 469bc1ca45d6..b932c7bc68fa 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-google-analytics": "^4.6.0", - "gatsby-plugin-manifest": "^4.9.0", + "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", @@ -12398,13 +12398,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.0.tgz", - "integrity": "sha512-aRoY9pan+7rR1SGoGcm1039A9tWy0w2oS+s7GmNJqqBHJqN2JZUlvJrqjU4ZdyoZ1/DXx9zuzUQDzgiEBFJ2xw==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.11.1.tgz", + "integrity": "sha512-m5cdi6KBc8+zmnlIfEh92sXpFEUfjuCrjM5BKc8e6v0jxJS0CqVrZOyT12mT2yq9H12UrkzFx1qaI8e2/IJiGA==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.9.0", - "gatsby-plugin-utils": "^3.3.0", + "gatsby-core-utils": "^3.11.1", + "gatsby-plugin-utils": "^3.5.1", "semver": "^7.3.5", "sharp": "^0.30.1" }, @@ -35130,13 +35130,13 @@ } }, "gatsby-plugin-manifest": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.0.tgz", - "integrity": "sha512-aRoY9pan+7rR1SGoGcm1039A9tWy0w2oS+s7GmNJqqBHJqN2JZUlvJrqjU4ZdyoZ1/DXx9zuzUQDzgiEBFJ2xw==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.11.1.tgz", + "integrity": "sha512-m5cdi6KBc8+zmnlIfEh92sXpFEUfjuCrjM5BKc8e6v0jxJS0CqVrZOyT12mT2yq9H12UrkzFx1qaI8e2/IJiGA==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.9.0", - "gatsby-plugin-utils": "^3.3.0", + "gatsby-core-utils": "^3.11.1", + "gatsby-plugin-utils": "^3.5.1", "semver": "^7.3.5", "sharp": "^0.30.1" }, diff --git a/docs/package.json b/docs/package.json index 73c74d618eb9..8d3f851caed1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-google-analytics": "^4.6.0", - "gatsby-plugin-manifest": "^4.9.0", + "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0",