From fb0128834de92350b92ecc2736f0011175d70025 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:06:28 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-manifest from 5.13.1 to 5.14.0 Snyk has created this PR to upgrade gatsby-plugin-manifest from 5.13.1 to 5.14.0. See this package in npm: gatsby-plugin-manifest See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 368dd5f..489b8aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-manifest": "^5.13.1", + "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-optimize-svgs": "^1.0.5", "gatsby-plugin-react-helmet": "^6.13.1", "gatsby-plugin-remove-serviceworker": "^1.0.0", @@ -16301,13 +16301,14 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.13.1.tgz", - "integrity": "sha512-F8zGMYz2tRDAzQO7hLrYv+xCFyIoeySeGsEk9j1KTdWB4liVQvLtFSXzj7yljyOTinDmA7mDStCiQFStC0rHZQ==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.14.0.tgz", + "integrity": "sha512-ZJS+sCg8KIlXTEilInBt+kkPbGPOXX3wuRlOJiHwcou+uCmU/VZ4gif1DVazCseAbWtAdQxb3GkMlKTsGqtYiQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.13.1", - "gatsby-plugin-utils": "^4.13.1", + "gatsby-core-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.14.0", "semver": "^7.5.3", "sharp": "^0.32.6" }, diff --git a/package.json b/package.json index abf4ca2..0ddf9ff 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-manifest": "^5.13.1", + "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-optimize-svgs": "^1.0.5", "gatsby-plugin-react-helmet": "^6.13.1", "gatsby-plugin-remove-serviceworker": "^1.0.0",