From 62c5d6d67e5b88121b3728066d2b688cbe338bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 20:21:35 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.9.0 to 2.9.1 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++++++---- package.json | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 595f6f9..3a38ffc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10453,15 +10453,31 @@ } }, "gatsby-plugin-manifest": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.0.tgz", - "integrity": "sha512-bOXcix1ZfnwDY66NYmySYFGLCi09wq5Hsci1eWMhGwsFnRxI0X2pAzd3NoG6iosvYyuPnDovmAxgVWG0qcs7Lw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz", + "integrity": "sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==", "requires": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.7.0", + "gatsby-core-utils": "^1.7.1", "gatsby-plugin-utils": "^0.6.0", "semver": "^7.3.2", "sharp": "^0.26.3" + }, + "dependencies": { + "gatsby-core-utils": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz", + "integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==", + "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", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + } } }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index 7dfdc0c..7eee63c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "babel-plugin-i18next-extract": "^0.8.2", "gatsby": "^2.26.1", "gatsby-plugin-asset-path": "^3.0.2", - "gatsby-plugin-manifest": "^2.9.0", + "gatsby-plugin-manifest": "^2.9.1", "gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-i18next": "0.0.27",