diff --git a/package-lock.json b/package-lock.json index e7810a378..6a1be85ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-syntax-import-meta": "7.10.4", - "@babel/plugin-transform-runtime": "7.28.5", + "@babel/plugin-transform-runtime": "7.29.7", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.29.7", @@ -1731,14 +1731,14 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "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==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.7.tgz", + "integrity": "sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-module-imports": "^7.29.7", + "@babel/helper-plugin-utils": "^7.29.7", "babel-plugin-polyfill-corejs2": "^0.4.14", "babel-plugin-polyfill-corejs3": "^0.13.0", "babel-plugin-polyfill-regenerator": "^0.6.5", diff --git a/package.json b/package.json index 6422c31c6..43ac37107 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-syntax-import-meta": "7.10.4", - "@babel/plugin-transform-runtime": "7.28.5", + "@babel/plugin-transform-runtime": "7.29.7", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.29.7",