diff --git a/package.json b/package.json index 3472d2b7..22fbb09b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@auto-it/conventional-commits": "10.15.0", "@auto-it/first-time-contributor": "10.15.0", "@babel/core": "7.12.13", - "@babel/plugin-transform-runtime": "7.12.13", + "@babel/plugin-transform-runtime": "7.12.15", "@babel/preset-env": "7.12.13", "@babel/preset-react": "7.12.13", "@babel/preset-typescript": "7.12.13", diff --git a/yarn.lock b/yarn.lock index bb97fec7..13018c4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1540,10 +1540,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-transform-runtime@7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.13.tgz#93a47630c80dab152a2b71011d1e1fd37b31b8e1" - integrity sha512-ho1CV2lm8qn2AxD3JdvPgtLVHCYLDaOszlf0gosdHcJAIfgNizag76WI+FoibrvfT+h117fgf8h+wgvo4O2qbA== +"@babel/plugin-transform-runtime@7.12.15": + version "7.12.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz#4337b2507288007c2b197059301aa0af8d90c085" + integrity sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow== dependencies: "@babel/helper-module-imports" "^7.12.13" "@babel/helper-plugin-utils" "^7.12.13"