diff --git a/package-lock.json b/package-lock.json index 4cdf2cd66..5b2018a29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "7.23.9", "@babel/plugin-syntax-import-attributes": "7.23.3", - "@babel/plugin-transform-runtime": "7.23.9", + "@babel/plugin-transform-runtime": "7.24.0", "@babel/preset-env": "7.23.9", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.7", @@ -322,9 +322,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", + "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", "engines": { "node": ">=6.9.0" } @@ -1336,12 +1336,12 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz", - "integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz", + "integrity": "sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==", "dependencies": { "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "babel-plugin-polyfill-corejs2": "^0.4.8", "babel-plugin-polyfill-corejs3": "^0.9.0", "babel-plugin-polyfill-regenerator": "^0.5.5", diff --git a/package.json b/package.json index 391c761a9..788f87608 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@babel/core": "7.23.9", "@babel/plugin-syntax-import-attributes": "7.23.3", - "@babel/plugin-transform-runtime": "7.23.9", + "@babel/plugin-transform-runtime": "7.24.0", "@babel/preset-env": "7.23.9", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.7",