From d1059a823d32b2f51b599fb722b1718feb2face4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 21:33:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2478340f2d58..e17defb08e82 100644 --- a/package.json +++ b/package.json @@ -69,15 +69,15 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.2.5", - "jest": "^26.4.0", + "jest": "^27.0.0", "json-filter-loader": "^1.0.0", "lint-staged": "^10.2.11", "prettier": "^2.0.5", "terser-webpack-plugin": "^4.1.0", "tslint": "^6.1.3", "typescript": "^3.9.7", - "webpack": "^4.44.1", - "webpack-cli": "^3.3.12" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "engines": { "node": ">=12.0.0"