From b48ec8adaa46fafb678d9526ba2495f178da7c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 09:21:24 +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.10.0 to 2.11.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.11.0/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- client/package-lock.json | 32 +++++++++++++++++++++++++++----- client/package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0870baa969..8f5fe1eaf9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12082,13 +12082,13 @@ } }, "gatsby-plugin-manifest": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.10.0.tgz", - "integrity": "sha512-usX07buWEjQiuDzs++UJQd3tUkoB7nAPQvK99K1qskLzBSCSasSbymAEqF27LSs4Q6agysKxZA2QE68JWYMQWw==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.11.0.tgz", + "integrity": "sha512-FyKye5egB4nBggKPIx4XlwcXAZYi0e7UoHYTGQkeRtci1nzHC3Q1/GLFfMi9F6jpmJ1Z4S3A+yYshxSap4ySJQ==", "requires": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.8.0", - "gatsby-plugin-utils": "^0.7.0", + "gatsby-core-utils": "^1.9.0", + "gatsby-plugin-utils": "^0.8.0", "semver": "^7.3.2", "sharp": "^0.27.0" }, @@ -12101,6 +12101,28 @@ "regenerator-runtime": "^0.13.4" } }, + "gatsby-core-utils": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz", + "integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==", + "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" + } + }, + "gatsby-plugin-utils": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.8.0.tgz", + "integrity": "sha512-EQC1U7LQVHaI6jXMbx4ryvA8rV1yYrlyxwO2T4nuLUDOO1STUpKTYCH4ySOEtXi6f4P5v7NxgHkFoid6ayY9HA==", + "requires": { + "joi": "^17.2.1" + } + }, "semver": { "version": "7.3.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", diff --git a/client/package.json b/client/package.json index d9cfa5e138..665cae77fd 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "gatsby-cli": "^2.18.0", "gatsby-plugin-advanced-sitemap": "^1.5.7", "gatsby-plugin-create-client-paths": "^2.9.0", - "gatsby-plugin-manifest": "^2.10.0", + "gatsby-plugin-manifest": "^2.11.0", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.9.0", "gatsby-plugin-remove-serviceworker": "^1.0.0",