From 58cce3555944b98a0b733428ba2f6d4a5a494b88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 11:08:22 +0000 Subject: [PATCH] fix: upgrade @babel/cli from 7.24.8 to 7.25.6 Snyk has created this PR to upgrade @babel/cli from 7.24.8 to 7.25.6. See this package in npm: @babel/cli See this project in Snyk: https://app.snyk.io/org/dmaccormack/project/b3c003fd-5aae-4a26-a4ef-fe1bafb93ab6?utm_source=github&utm_medium=referral&page=upgrade-pr --- itest/es6-babel/package-lock.json | 10 +++++----- itest/es6-babel/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/itest/es6-babel/package-lock.json b/itest/es6-babel/package-lock.json index eec597c..2b7fa70 100644 --- a/itest/es6-babel/package-lock.json +++ b/itest/es6-babel/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@babel/cli": "^7.24.8", + "@babel/cli": "^7.25.6", "@babel/core": "^7.24.8", "@babel/plugin-transform-modules-commonjs": "^7.24.8", "@jsonurl/jsonurl": "file:../.." @@ -53,9 +53,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==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -75,7 +75,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/itest/es6-babel/package.json b/itest/es6-babel/package.json index 7de3118..744843a 100644 --- a/itest/es6-babel/package.json +++ b/itest/es6-babel/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://www.jsonurl.org/", "dependencies": { - "@babel/cli": "^7.24.8", + "@babel/cli": "^7.25.6", "@babel/core": "^7.24.8", "@babel/plugin-transform-modules-commonjs": "^7.24.8", "@jsonurl/jsonurl": "file:../.."