summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSnyk bot <snyk-bot@snyk.io>2023-02-01 19:25:41 +0000
committerGitHub <noreply@github.com>2023-02-01 21:25:41 +0200
commitd8ea26264b7204422196263a297ac3760a0a10e3 (patch)
treed6df1a02821d133235a504087b034922ac01662f
parentab84b1a35ad70b4e2b3b725bf513c6d2f63f5e76 (diff)
fix: docs/package.json to reduce vulnerabilities (#192)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 40a4e7b..61a491d 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -6,7 +6,7 @@
"dependencies": {
"gatsby": "^3.0.0",
"gatsby-plugin-google-analytics": "^2.1.16",
- "gatsby-plugin-manifest": "^2.0.24",
+ "gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",