From 5424a4caf78577ce15c5b3f7debd2d2fbe102611 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 01:22:28 +0000 Subject: [PATCH] fix: examples/with-ionic-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/with-ionic-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-ionic-typescript/package.json b/examples/with-ionic-typescript/package.json index b2dc9921b0b74..be34ef19493c8 100644 --- a/examples/with-ionic-typescript/package.json +++ b/examples/with-ionic-typescript/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "^14.14.6", "@types/react": "^16.9.55", - "copy-webpack-plugin": "6.2.1", + "copy-webpack-plugin": "7.0.0", "typescript": "^4.0.5" } }