From 4d997629f91a662d1c64ab52c0a4ab9e73cfdcae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:55:30 +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-POSTCSS-5926692 - 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 42347d319..df31d2340 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "jest": "^27.0.0", "jest-environment-jsdom-fourteen": "^0.1.0", "jest-resolve": "^26.5.0", - "jest-watch-typeahead": "^0.4.2", + "jest-watch-typeahead": "^0.5.0", "lodash": "^4.17.19", "mini-css-extract-plugin": "^0.8.0", "moment": "^2.29.4", @@ -76,7 +76,7 @@ "postcss-flexbugs-fixes": "^4.1.0", "postcss-loader": "^3.0.0", "postcss-normalize": "^8.0.1", - "postcss-preset-env": "^6.7.0", + "postcss-preset-env": "^7.0.0", "postcss-safe-parser": "^4.0.1", "qrcode.react": "^1.0.1", "react": "^17.0.2", @@ -103,7 +103,7 @@ "ts-pnp": "^1.1.5", "typescript": "^3.7.5", "url-loader": "^2.3.0", - "webpack": "^4.46.0", + "webpack": "^5.0.0", "webpack-dev-server": "^4.11.1", "webpack-manifest-plugin": "^2.2.0", "workbox-webpack-plugin": "^6.0.2"