From 49b32bef42cc5e4bbeefaee9d1a1415f4e7edcd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Oct 2024 02:32:44 +0000 Subject: [PATCH] fix: upgrade @babel/cli from 7.24.8 to 7.25.7 Snyk has created this PR to upgrade @babel/cli from 7.24.8 to 7.25.7. 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..f3e791e 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.7", "@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.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.7.tgz", + "integrity": "sha512-vQw4QjrqjLSuL0Tt3gfVXbxEHOfsCcHN8tKyTclpSMYLq3Bp0BTzWYZfMKBs3PQ+to8q3BnumBIAsMdOqDJ6nw==", "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..c6424f3 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.7", "@babel/core": "^7.24.8", "@babel/plugin-transform-modules-commonjs": "^7.24.8", "@jsonurl/jsonurl": "file:../.."