From a84f58f2e93da0eb8a55fe9e1309338e6a7bf378 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 23:03:22 +0000 Subject: [PATCH] fix: packages/ses-integration-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- packages/ses-integration-test/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ses-integration-test/package.json b/packages/ses-integration-test/package.json index 8c709551dd..8629a172d1 100644 --- a/packages/ses-integration-test/package.json +++ b/packages/ses-integration-test/package.json @@ -39,7 +39,7 @@ "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.19.1", "eslint-plugin-prettier": "^3.1.2", - "parcel": "^1.12.4", + "parcel": "^2.0.0", "prettier": "^1.19.1", "puppeteer": "^1.13.0", "rollup": "1.31.0", @@ -47,7 +47,7 @@ "rollup-plugin-replace": "^2.1.0", "tape": "4.12.1", "tape-promise": "^4.0.0", - "webpack": "^4.29.6", - "webpack-cli": "^3.2.3" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" } }