From 17c41a64bbdd41f2eeae75c756b3c9a06224f773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:43:38 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-manifest from 2.4.37 to 2.5.2 in /client Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.37 to 2.5.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.5.2/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.5.2/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- client/package-lock.json | 32 +++++++++++++++++++------------- client/package.json | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 824562419a..b46ece9a6f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12001,23 +12001,29 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.37", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.37.tgz", - "integrity": "sha512-Gub8QanC6lwkF5PLDUhZm6AGYSjjriVFWIF97d9TS9c5ofS/wlwHdnc7i3VozyWwIDjfKSaUyOZyHKVyB9vVMA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.5.2.tgz", + "integrity": "sha512-ULLpUbKMXu0wh6XV+GEqE3w7ggGrEKH3fubwiiE00oUNJGoyFfvS9xGSwPtpE6yO1Xg3m1AH5vajZxfL9dWQ+A==", "requires": { "@babel/runtime": "^7.11.2", - "gatsby-core-utils": "^1.3.23", + "gatsby-core-utils": "^1.3.24", "gatsby-plugin-utils": "^0.2.40", "semver": "^7.3.2", "sharp": "^0.25.4" }, "dependencies": { - "gatsby-plugin-utils": { - "version": "0.2.40", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.2.40.tgz", - "integrity": "sha512-RKjmpPhmi8TDR9hAKxmD4ZJMje3BLs6nt6mxMWT0F8gf5giCYEywplJikyCvaPfuyaFlq1hMmFaVvzmeZNussg==", + "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==", "requires": { - "joi": "^17.2.1" + "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" } }, "semver": { @@ -23448,14 +23454,14 @@ } }, "tar-fs": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz", - "integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", + "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", "requires": { "chownr": "^1.1.1", "mkdirp-classic": "^0.5.2", "pump": "^3.0.0", - "tar-stream": "^2.0.0" + "tar-stream": "^2.1.4" } }, "tar-stream": { diff --git a/client/package.json b/client/package.json index addbe2e330..907a82989d 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "gatsby-link": "^2.4.16", "gatsby-plugin-advanced-sitemap": "^1.5.6", "gatsby-plugin-create-client-paths": "^2.3.13", - "gatsby-plugin-manifest": "^2.4.37", + "gatsby-plugin-manifest": "^2.5.2", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-remove-serviceworker": "^1.0.0",