From 2778bcfad797b84a8d373622a788220e4eeaf3f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 09:16:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 15f0420c..38eae355 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@svgr/plugin-jsx": "^5.5.0", "@types/jsonld": "^1.5.5", "@walmartlabs/json-to-simple-graphql-schema": "^2.0.4", - "autoprefixer": "^10.2.6", + "autoprefixer": "^10.0.0", "autoprefixer9": "npm:autoprefixer@9.x.x", "axios": "^0.21.1", "babel-plugin-json-to-proptypes": "^0.1.0", @@ -70,9 +70,9 @@ "json_typegen_wasm": "^0.7.0", "jsonld": "^5.2.0", "jsonschema-protobuf": "^1.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "markdown": "^0.5.0", - "next": "10.2.3", + "next": "12.0.8", "nprogress": "^0.2.0", "postcss": "^8.3.5", "postcss-js": "^3.0.3", @@ -110,7 +110,7 @@ "postinstall-postinstall": "^2.0.0", "pretty-quick": "^3.1.1", "ui-box": "2.1.0", - "webpack": "^4.44.1", + "webpack": "^5.0.0", "worker-loader": "^2.0.0" }, "husky": {