From ca8715807def34679d34a3eea0c9d77802cf81fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 18:13:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4fdff71..4b462f59 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "docusaurus-plugin-sass": "^0.2.2", "file-loader": "^6.2.0", "lodash": "^4.17.21", - "npm": "^9.7.2", + "npm": "^10.2.2", "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom", "postcss": "^8.4.20", "postcss-preset-env": "^8.5.1",