From f015d275f204c16bf3e8fa4d12951bfb33dc826e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 10:47:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de0d94b..a179408 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,12 @@ "formik": "^2.1.5", "formik-material-ui": "^3.0.0", "formik-material-ui-pickers": "0.0.11", - "lodash": "^4.17.20", + "lodash": "^4.17.23", "notistack": "^1.0.0", "prettier": "^2.1.2", "prop-types": "^15.7.2", "qs": "^6.9.4", - "razzle-plugin-svg-react-component": "^1.0.3", + "razzle-plugin-svg-react-component": "^2.0.0", "razzle-plugin-workbox": "^1.0.3", "react": "^16.13.1", "react-dom": "^16.13.1",