diff --git a/package-lock.json b/package-lock.json index 4a3f8aa724..f47897db91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "packages/shadcn" ], "devDependencies": { - "@babel/cli": "^7.28.0", + "@babel/cli": "^7.28.3", "@babel/core": "^7.28.0", "@babel/eslint-parser": "^7.28.0", "@babel/plugin-proposal-class-properties": "^7.18.6", @@ -556,9 +556,9 @@ "license": "ISC" }, "node_modules/@babel/cli": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz", - "integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.3.tgz", + "integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b03382f3e9..a8459e297a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "Apache-2.0", "homepage": "https://github.com/rjsf-team/react-jsonschema-form", "devDependencies": { - "@babel/cli": "^7.28.0", + "@babel/cli": "^7.28.3", "@babel/core": "^7.28.0", "@babel/eslint-parser": "^7.28.0", "@babel/plugin-proposal-class-properties": "^7.18.6",