diff --git a/package-lock.json b/package-lock.json index 73f7ca3830..1a1290f2d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "whatwg-fetch": "^3.6.20" }, "devDependencies": { - "@babel/cli": "^7.24.8", + "@babel/cli": "^7.25.6", "@pandatix/js-cvss": "^0.4.4", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", @@ -117,9 +117,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.6.tgz", + "integrity": "sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -139,7 +139,7 @@ }, "optionalDependencies": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" + "chokidar": "^3.6.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/package.json b/package.json index 5722052d19..369d880651 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "whatwg-fetch": "^3.6.20" }, "devDependencies": { - "@babel/cli": "^7.24.8", + "@babel/cli": "^7.25.6", "@pandatix/js-cvss": "^0.4.4", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0",