From 6b459679976fc0bcc1374bbee385a3815507c261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:43:16 +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.4.34 to 2.4.37. - [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.4.37/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- client/package-lock.json | 25 +++++++++++++------------ client/package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 11b594611c..e53b59ea8d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14908,22 +14908,23 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.34", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.34.tgz", - "integrity": "sha512-LTyhKVuTvORuDER1yAzdi8V/l82PgAGlLBJfxMDtJrGLg9BG83SghbLo64bSJv+9SrRnokn92/DRQteSwo7SkQ==", + "version": "2.4.37", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.37.tgz", + "integrity": "sha512-Gub8QanC6lwkF5PLDUhZm6AGYSjjriVFWIF97d9TS9c5ofS/wlwHdnc7i3VozyWwIDjfKSaUyOZyHKVyB9vVMA==", "requires": { "@babel/runtime": "^7.11.2", "gatsby-core-utils": "^1.3.23", + "gatsby-plugin-utils": "^0.2.40", "semver": "^7.3.2", "sharp": "^0.25.4" }, "dependencies": { - "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "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==", "requires": { - "regenerator-runtime": "^0.13.4" + "joi": "^17.2.1" } }, "semver": { @@ -22928,15 +22929,15 @@ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" }, "prebuild-install": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.5.tgz", - "integrity": "sha512-YmMO7dph9CYKi5IR/BzjOJlRzpxGGVo1EsLSUZ0mt/Mq0HWZIHOKHHcHdT69yG54C9m6i45GpItwRHpk0Py7Uw==", + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.6.tgz", + "integrity": "sha512-s8Aai8++QQGi4sSbs/M1Qku62PFK49Jm1CbgXklGz4nmHveDq0wzJkg7Na5QbnO1uNH8K7iqx2EQ/mV0MZEmOg==", "requires": { "detect-libc": "^1.0.3", "expand-template": "^2.0.3", "github-from-package": "0.0.0", "minimist": "^1.2.3", - "mkdirp": "^0.5.1", + "mkdirp-classic": "^0.5.3", "napi-build-utils": "^1.0.1", "node-abi": "^2.7.0", "noop-logger": "^0.1.1", diff --git a/client/package.json b/client/package.json index 5f246cb715..38d56ef46e 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.34", + "gatsby-plugin-manifest": "^2.4.37", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-remove-serviceworker": "^1.0.0",