From b5dc6aabcfad1e89085047bf18f8a5355d6a6f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:06:51 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-manifest in /client Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.12.1/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.12.1/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- client/package-lock.json | 21 ++++++++++++--------- client/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 029750f236..479b96fcf0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -38,7 +38,7 @@ "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-create-client-paths": "^2.10.0", - "gatsby-plugin-manifest": "^2.12.0", + "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", @@ -12419,18 +12419,21 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.0.tgz", - "integrity": "sha512-I+zkLQgR66n7kFfwEwOB2BEIIvCcO+jBUg5WNzKB9N8Hn20ebowU9G/wj01EcZ9A3N2qoe1yVeU+Lo0+kXR5pQ==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz", + "integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==", "dependencies": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.10.0", + "gatsby-core-utils": "^1.10.1", "gatsby-plugin-utils": "^0.9.0", "semver": "^7.3.2", "sharp": "^0.27.0" }, "engines": { "node": ">=10.13.0" + }, + "peerDependencies": { + "gatsby": "^2.25.0" } }, "node_modules/gatsby-plugin-manifest/node_modules/semver": { @@ -41377,12 +41380,12 @@ } }, "gatsby-plugin-manifest": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.0.tgz", - "integrity": "sha512-I+zkLQgR66n7kFfwEwOB2BEIIvCcO+jBUg5WNzKB9N8Hn20ebowU9G/wj01EcZ9A3N2qoe1yVeU+Lo0+kXR5pQ==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz", + "integrity": "sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==", "requires": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.10.0", + "gatsby-core-utils": "^1.10.1", "gatsby-plugin-utils": "^0.9.0", "semver": "^7.3.2", "sharp": "^0.27.0" diff --git a/client/package.json b/client/package.json index 5822e326b8..713c1870a0 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-create-client-paths": "^2.10.0", - "gatsby-plugin-manifest": "^2.12.0", + "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-remove-serviceworker": "^1.0.0",