diff --git a/package-lock.json b/package-lock.json index a8aa873b..b0b68ed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,9 +58,9 @@ } }, "@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, "requires": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index ee886b80..6c469eb2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "keyboard-layout" ], "devDependencies": { - "@babel/cli": "^7.25.6", + "@babel/cli": "^7.25.9", "@babel/core": "^7.25.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/polyfill": "^7.12.1",