From df560a62a07354018a44dd58b16eee7c25d48c19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Feb 2025 06:43:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e361be874..0812b003c3 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^7.1.0", "eslint-import-resolver-typescript": "^2.3.0", - "eslint-import-resolver-webpack": "^0.13.0", + "eslint-import-resolver-webpack": "^0.13.1", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.3", @@ -127,7 +127,7 @@ "ts-jest": "^26.4.2", "ts-loader": "^8.0.7", "typescript": "^4.1.2", - "webpack": "^4.42.0", + "webpack": "^5.98.0", "webpack-bundle-analyzer": "^3.6.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0",