From ab3b80b187fa277b2d25c8f1960210a7b88357af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Dec 2023 02:14:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4c3ade..528c40d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Relativity ODA LLC", "license": "ISC", "devDependencies": { - "copy-webpack-plugin": "^5.1.1", + "copy-webpack-plugin": "^7.0.0", "file-loader": "^6.0.0", "html-loader": "^1.0.0", "ts-loader": "^6.2.2",