From 89a87aee29ad0452a7000b73f2e4f6ba321673a3 Mon Sep 17 00:00:00 2001 From: "cycode-security[bot]" <54410473+cycode-security[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:07:03 +0000 Subject: [PATCH] [Cycode] Fix vulnerable dependencies in manifest files of the repository crAPI --- services/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/package.json b/services/web/package.json index dac13cdca..d1eaff3d8 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -71,12 +71,12 @@ ] }, "devDependencies": { - "@babel/cli": "^7.24.1", + "@babel/cli": "^8.0.0-beta.4", "@babel/core": "^7.24.4", "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@babel/preset-react": "^7.24.1", "@types/uuid": "^10.0.0", - "copy-webpack-plugin": "^6.3.2", + "copy-webpack-plugin": "^7.0.0", "eslint-config-react-app": "^7.0.1", "prettier": "^3.3.3" },