From 6bbdc84ea462dd61bf8b6fbbccc483d38f23f4a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 17:02:37 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6. - [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.3.6/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f3d774789..802a9a6e74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12484,12 +12484,12 @@ } }, "gatsby-plugin-manifest": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.3.tgz", - "integrity": "sha512-lEval/fZaCqu9qlQMY38A8fuoJOpWRih3Hh0sLfM2Bt1dPlVkjDQqpHbQCfEinQA41c6JUdFAQFhdp5+G0kOwQ==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.6.tgz", + "integrity": "sha512-B5z4z+akH9negZGUIoo7UUiHLL4BmQZ/2mI9g4GmoW/Zw5OA4QZOxF0kdy/vluVqxphJ6RdQDx0kIf1qCtBeZQ==", "requires": { "@babel/runtime": "^7.8.7", - "gatsby-core-utils": "^1.1.1", + "gatsby-core-utils": "^1.1.3", "semver": "^5.7.1", "sharp": "^0.25.1" }, @@ -12503,9 +12503,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.1.tgz", - "integrity": "sha512-EboPcBx37YQVUKN9JH753S54nDxjRmOefbR0i08KTmaVgQ1lZnDXJr8JfrImmMqupZlOkPQX1mWlXfp+r1jGhA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.3.tgz", + "integrity": "sha512-PntSiNCFo1/ZKjp00qgLBj2jdwY7M+maV21RXb1k7Ud9Vv9j0dGQsaVb9YXFTqXAf8bG0Xyqsqq4mPU1iNYLDw==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index f2a60d5c6a..9bcf234707 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-canonical-urls": "^2.2.3", "gatsby-plugin-catch-links": "^2.2.1", "gatsby-plugin-emotion": "^4.2.1", - "gatsby-plugin-manifest": "^2.3.3", + "gatsby-plugin-manifest": "^2.3.6", "gatsby-plugin-offline": "^3.1.2", "gatsby-plugin-react-helmet": "^3.2.4", "gatsby-plugin-sharp": "^2.5.4",