diff --git a/package-lock.json b/package-lock.json index 25b8f191731..6cce4ec6d16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-proposal-decorators": "7.25.9", "@babel/preset-env": "7.26.0", "@babel/preset-flow": "7.25.9", - "@babel/preset-react": "7.25.9", + "@babel/preset-react": "7.26.3", "@eslint-community/regexpp": "4.12.1", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", @@ -1756,9 +1756,9 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.25.9", - "resolved": "https://repox.jfrog.io/artifactory/api/npm/npm/@babel/preset-react/-/preset-react-7.25.9.tgz", - "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz", + "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9", diff --git a/package.json b/package.json index da124f52011..aa6cc0182ca 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@babel/plugin-proposal-decorators": "7.25.9", "@babel/preset-env": "7.26.0", "@babel/preset-flow": "7.25.9", - "@babel/preset-react": "7.25.9", + "@babel/preset-react": "7.26.3", "@eslint-community/regexpp": "4.12.1", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0",