From 99a3ac63bf8cf84a5d1264ea7bfbd504ce1dbe6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:22:53 +0200 Subject: [PATCH] Bump gatsby-plugin-manifest from 3.13.0 to 3.14.0 (#670) Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 3.13.0 to 3.14.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.14.0/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e26035..b3963a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "framer-motion": "^4.1.17", "gatsby": "^3.14.0", "gatsby-plugin-image": "^1.14.0", - "gatsby-plugin-manifest": "^3.13.0", + "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-react-helmet": "^4.13.0", @@ -11498,13 +11498,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz", - "integrity": "sha512-izBaVUUnOId7IlX7nDjgnFqxx2insGbm4r+CwlmyjF5slETdvxifERPX8ng+WAscbh3qvJ/vlgLlbbjjfvJe9w==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.14.0.tgz", + "integrity": "sha512-l++KGG/3/8iwUExJ8oXUHF5ra7P//xQkkhoDybUu3N7+9jpp9S2j4NWqJvgpMhRbh09zcUfuw7usII0sJO24lA==", "dependencies": { - "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0", - "gatsby-plugin-utils": "^1.13.0", + "@babel/runtime": "^7.15.4", + "gatsby-core-utils": "^2.14.0", + "gatsby-plugin-utils": "^1.14.0", "semver": "^7.3.5", "sharp": "^0.29.0" }, @@ -36081,13 +36081,13 @@ } }, "gatsby-plugin-manifest": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz", - "integrity": "sha512-izBaVUUnOId7IlX7nDjgnFqxx2insGbm4r+CwlmyjF5slETdvxifERPX8ng+WAscbh3qvJ/vlgLlbbjjfvJe9w==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.14.0.tgz", + "integrity": "sha512-l++KGG/3/8iwUExJ8oXUHF5ra7P//xQkkhoDybUu3N7+9jpp9S2j4NWqJvgpMhRbh09zcUfuw7usII0sJO24lA==", "requires": { - "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0", - "gatsby-plugin-utils": "^1.13.0", + "@babel/runtime": "^7.15.4", + "gatsby-core-utils": "^2.14.0", + "gatsby-plugin-utils": "^1.14.0", "semver": "^7.3.5", "sharp": "^0.29.0" }, diff --git a/package.json b/package.json index 90c8775..ffc9aac 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "framer-motion": "^4.1.17", "gatsby": "^3.14.0", "gatsby-plugin-image": "^1.14.0", - "gatsby-plugin-manifest": "^3.13.0", + "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-react-helmet": "^4.13.0",