From ca6a9a6b3e731f3f5a2c2df3b76b7cd505d6a2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 10:09:28 +0000 Subject: [PATCH] [skip netlify]: Bump gatsby-plugin-manifest from 3.0.0 to 3.2.0 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.0.0 to 3.2.0. - [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@3.2.0/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- package-lock.json | 39 +++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6e6aea16..62079ce1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10987,21 +10987,44 @@ } }, "gatsby-plugin-manifest": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.0.0.tgz", - "integrity": "sha512-xmnppsXR0+CTQZhEmvcrbbV6rvOgO5ybE6Ywwv0bosSJxML3oBoo+kC8HCwK097Ppofgd1inSwNbJ5FB8wdNbQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.2.0.tgz", + "integrity": "sha512-oU5pvAHZ+qIhCbmTP5Eti73i6pgAnxF/nfwXCSQ7zUjFWzKkjW8tHYK3XmhEYX2ooUX2WeP9e3vp2QdnlmA59Q==", "requires": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^2.0.0", - "gatsby-plugin-utils": "^1.0.0", + "gatsby-core-utils": "^2.2.0", + "gatsby-plugin-utils": "^1.2.0", "semver": "^7.3.2", "sharp": "^0.27.0" }, "dependencies": { + "gatsby-core-utils": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.2.0.tgz", + "integrity": "sha512-7T6aVJAj0u/VUg+zKOLuxyZLS/8KDQcDeEFCkKY0d7Pd4wV/QqKRLljr0TRVkivRZHXyWQI9fM3ox5DzfkHdCQ==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "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-utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.2.0.tgz", + "integrity": "sha512-9+kKeyQdXJtQ/9pthfP4LTiem7coOdBt+8wRTwa+DF331qfzunjekl0uWlZSZBnQpG1uS7GX4R/4tei72cVVmw==", + "requires": { + "joi": "^17.2.1" + } + }, "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "requires": { "lru-cache": "^6.0.0" } diff --git a/package.json b/package.json index 9f2c78797..5bbf1442e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "gatsby-cli": "3.0.0", "gatsby-plugin-feed-mdx": "1.1.0", "gatsby-plugin-google-analytics": "3.0.0", - "gatsby-plugin-manifest": "3.0.0", + "gatsby-plugin-manifest": "3.2.0", "gatsby-plugin-mdx": "2.0.1", "gatsby-plugin-offline": "4.0.0", "gatsby-plugin-react-helmet": "4.0.0",