diff --git a/package-lock.json b/package-lock.json index aaa91e7d..aff9a83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "zenscroll": "^4.0.2" }, "devDependencies": { - "@babel/cli": "=7.24.1", + "@babel/cli": "=7.24.5", "@babel/core": "=7.24.5", "@babel/eslint-parser": "=7.24.1", "@babel/plugin-transform-runtime": "=7.24.3", @@ -166,9 +166,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.1.tgz", - "integrity": "sha512-HbmrtxyFUr34LwAlV9jS+sSIjUp4FpdtIMGwgufY3AsxrIfsh/HxlMTywsONAZsU0RMYbZtbZFpUCrSGs7o0EA==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz", + "integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index 3e39befa..e515e39a 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "zenscroll": "^4.0.2" }, "devDependencies": { - "@babel/cli": "=7.24.1", + "@babel/cli": "=7.24.5", "@babel/core": "=7.24.5", "@babel/eslint-parser": "=7.24.1", "@babel/plugin-transform-runtime": "=7.24.3",