diff --git a/package-lock.json b/package-lock.json index ba26d3a..9a68b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2560,9 +2560,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz", - "integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz", + "integrity": "sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.22.15", diff --git a/package.json b/package.json index a9d3da8..be6f3c1 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ }, "devDependencies": { "@babel/core": "7.23.5", - "@babel/plugin-transform-runtime": "^7.23.4", + "@babel/plugin-transform-runtime": "^7.23.6", "@babel/preset-env": "^7.23.5", "@babel/runtime-corejs2": "^7.23.6", "@sentry/webpack-plugin": "^1.21.0",