From e5078368cf38c543ea356040e71d0ddb6d3c53fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2020 13:18:21 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.4.14 to 2.4.22 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.14 to 2.4.22. - [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.22/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b65508..ce9dc2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9313,14 +9313,29 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.14", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.14.tgz", - "integrity": "sha512-yWrAGS/LN9MEbtllG9ZsU4mIAQZJsfzdpq3YL3HO6LYJWGngD/JzkXUfOYhH5cT/WVgU5vMxkcyFrwj0J5xWNw==", + "version": "2.4.22", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.22.tgz", + "integrity": "sha512-pdIcT3ei9RMDoUupmNvpEtg/2jCsuN1tT+6HeIv8WudMEXFWrbOuETD3mZL4D2u/NJ4D1/rXhHlzxMZkbu7CIQ==", "requires": { "@babel/runtime": "^7.10.3", - "gatsby-core-utils": "^1.3.8", + "gatsby-core-utils": "^1.3.15", "semver": "^5.7.1", "sharp": "^0.25.1" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.3.15", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz", + "integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==", + "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", + "xdg-basedir": "^4.0.0" + } + } } }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index afa3f55..cd9c67a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dotenv": "^8.2.0", "gatsby": "^2.24.36", "gatsby-image": "^2.4.9", - "gatsby-plugin-manifest": "^2.4.14", + "gatsby-plugin-manifest": "^2.4.22", "gatsby-plugin-offline": "^3.2.13", "gatsby-plugin-react-helmet": "^3.3.6", "gatsby-plugin-sass": "^2.3.12",