diff --git a/package-lock.json b/package-lock.json index 7429d926f..39b88ff18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@babel/core": "7.28.5", "@babel/eslint-parser": "7.28.0", "@babel/plugin-proposal-decorators": "7.28.0", - "@babel/plugin-transform-runtime": "7.28.0", + "@babel/plugin-transform-runtime": "7.28.5", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5", "@eslint/compat": "2.0.0", @@ -1770,9 +1770,9 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz", - "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz", + "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 26efcd16a..51d83303a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@babel/core": "7.28.5", "@babel/eslint-parser": "7.28.0", "@babel/plugin-proposal-decorators": "7.28.0", - "@babel/plugin-transform-runtime": "7.28.0", + "@babel/plugin-transform-runtime": "7.28.5", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5", "@eslint/compat": "2.0.0",