From 76c9ae3b0ca782f4c63e7135b8b9911fe0ea147e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2024 07:35:51 +0000 Subject: [PATCH] fix: examples/customization/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-FLAT-596927 - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-HTMLPARSESTRINGIFY2-1079307 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- examples/customization/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customization/frontend/package.json b/examples/customization/frontend/package.json index 9e3daa3890..96cab84fda 100644 --- a/examples/customization/frontend/package.json +++ b/examples/customization/frontend/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "n2o-framework": "7.16.0", + "n2o-framework": "7.28.0", "prop-types": "^15.8.1", "re-resizable": "^4.11.0", "react": "^16.8.6",