From 185820de562e75aab11a15617393189cf1e2c679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 12:50:30 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 4.11.1 to 4.13.0 in /docs Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.11.1 to 4.13.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.13.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 | 26 +++++++++++++------------- docs/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 3a63da4daf71..c48726052d3b 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.13.0", - "gatsby-plugin-manifest": "^4.11.1", + "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.3.1", "gatsby-plugin-netlify-cache": "^2.0.0", @@ -12851,15 +12851,15 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.11.1.tgz", - "integrity": "sha512-m5cdi6KBc8+zmnlIfEh92sXpFEUfjuCrjM5BKc8e6v0jxJS0CqVrZOyT12mT2yq9H12UrkzFx1qaI8e2/IJiGA==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.13.0.tgz", + "integrity": "sha512-Ifa6P86CeKgZrgcO6Q++WpupyWJ+zfT6U0dL+vfJ/9i+s+Z69saRY6JStI0ivN3LpotOLSOasDSEQO44089ihg==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.11.1", - "gatsby-plugin-utils": "^3.5.1", + "gatsby-core-utils": "^3.13.0", + "gatsby-plugin-utils": "^3.7.0", "semver": "^7.3.5", - "sharp": "^0.30.1" + "sharp": "^0.30.3" }, "engines": { "node": ">=14.15.0" @@ -36046,15 +36046,15 @@ } }, "gatsby-plugin-manifest": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.11.1.tgz", - "integrity": "sha512-m5cdi6KBc8+zmnlIfEh92sXpFEUfjuCrjM5BKc8e6v0jxJS0CqVrZOyT12mT2yq9H12UrkzFx1qaI8e2/IJiGA==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.13.0.tgz", + "integrity": "sha512-Ifa6P86CeKgZrgcO6Q++WpupyWJ+zfT6U0dL+vfJ/9i+s+Z69saRY6JStI0ivN3LpotOLSOasDSEQO44089ihg==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.11.1", - "gatsby-plugin-utils": "^3.5.1", + "gatsby-core-utils": "^3.13.0", + "gatsby-plugin-utils": "^3.7.0", "semver": "^7.3.5", - "sharp": "^0.30.1" + "sharp": "^0.30.3" }, "dependencies": { "semver": { diff --git a/docs/package.json b/docs/package.json index 8bd9d7b1ac2c..1d36f0c50dbe 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.13.0", - "gatsby-plugin-manifest": "^4.11.1", + "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.3.1", "gatsby-plugin-netlify-cache": "^2.0.0",