From 53f40b7f121e7e141a8a54a5f3f8e7762a77d1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 07:55:06 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-manifest from 2.5.2 to 2.6.0 in /client Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.5.2 to 2.6.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@2.6.0/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- client/package-lock.json | 26 ++++++++++---------------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9b1f57cfbe..3f62ec155c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12558,29 +12558,23 @@ } }, "gatsby-plugin-manifest": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.5.2.tgz", - "integrity": "sha512-ULLpUbKMXu0wh6XV+GEqE3w7ggGrEKH3fubwiiE00oUNJGoyFfvS9xGSwPtpE6yO1Xg3m1AH5vajZxfL9dWQ+A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.6.0.tgz", + "integrity": "sha512-asVUXSTgGc5WH3w2pUQ5qqn4ApU+be2ayEgSvK2pd88g+lZUfjMZznc3I1FedtvIFoBpDdR9/teECqbioeLRmQ==", "requires": { "@babel/runtime": "^7.11.2", - "gatsby-core-utils": "^1.3.24", - "gatsby-plugin-utils": "^0.2.40", + "gatsby-core-utils": "^1.4.0", + "gatsby-plugin-utils": "^0.3.0", "semver": "^7.3.2", "sharp": "^0.25.4" }, "dependencies": { - "gatsby-core-utils": { - "version": "1.3.24", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.24.tgz", - "integrity": "sha512-SlK7rJv/8NBYC8FodYvTINamBHadXNSv//a2uRwh44N1GSSujuCMvtUcpEuAdg9BUQHc54NbbmFuoqf8p85kgA==", + "gatsby-plugin-utils": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.3.0.tgz", + "integrity": "sha512-z0FgEM/uU/7IgDYLaNHmUK0m09TJwYaaiefSrj7NWyavF8uEyOd+52qI9TsK2Exv4DYiQI/L7zsC28iKtPbW1g==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "joi": "^17.2.1" } }, "semver": { diff --git a/client/package.json b/client/package.json index be6fe5a92e..ee6ac21347 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "gatsby-link": "^2.5.0", "gatsby-plugin-advanced-sitemap": "^1.5.6", "gatsby-plugin-create-client-paths": "^2.3.13", - "gatsby-plugin-manifest": "^2.5.2", + "gatsby-plugin-manifest": "^2.6.0", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-remove-serviceworker": "^1.0.0",