From 80bdb5b98ac5447a87a7a1a51ae0c0a74c3317fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 May 2020 21:55:06 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.4.2 to 2.4.3 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.2 to 2.4.3. - [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.3/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dff576ca..88f75779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11038,14 +11038,26 @@ } }, "gatsby-plugin-manifest": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz", - "integrity": "sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.3.tgz", + "integrity": "sha512-uljlo8edIknqTL/AaNi1wU/ESFigxGIXqy6H9B7lGcT99zOaApSEGLnJ9IQnZjISOjmgEcxabKtIJt6lpx7qqg==", "requires": { "@babel/runtime": "^7.9.6", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "semver": "^5.7.1", "sharp": "^0.25.1" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", + "integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "node-object-hash": "^2.0.0" + } + } } }, "gatsby-plugin-matomo": { diff --git a/package.json b/package.json index afc6361c..c0b96343 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-plugin-catch-links": "^2.3.1", "gatsby-plugin-feed": "^2.5.1", "gatsby-plugin-lunr": "^1.5.2", - "gatsby-plugin-manifest": "^2.4.2", + "gatsby-plugin-manifest": "^2.4.3", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.1",