diff --git a/package-lock.json b/package-lock.json index de9131d..9d1f8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "yamljs": "^0.3.0" }, "devDependencies": { - "@babel/cli": "^7.25.6", + "@babel/cli": "^7.25.9", "@babel/core": "^7.25.2", "@babel/node": "^7.24.7", "@babel/plugin-transform-runtime": "^7.24.3", @@ -47,9 +47,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.6.tgz", - "integrity": "sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz", + "integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index aaf6638..a1da050 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "yamljs": "^0.3.0" }, "devDependencies": { - "@babel/cli": "^7.25.6", + "@babel/cli": "^7.25.9", "@babel/core": "^7.25.2", "@babel/node": "^7.24.7", "@babel/plugin-transform-runtime": "^7.24.3",