diff --git a/package-lock.json b/package-lock.json index 7819079d..8f70fdd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3883,9 +3883,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.13.tgz", - "integrity": "sha512-ho1CV2lm8qn2AxD3JdvPgtLVHCYLDaOszlf0gosdHcJAIfgNizag76WI+FoibrvfT+h117fgf8h+wgvo4O2qbA==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz", + "integrity": "sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.12.13", diff --git a/package.json b/package.json index a0539460..251f6afc 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@babel/plugin-proposal-class-properties": "=7.12.13", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.12.13", "@babel/plugin-proposal-optional-chaining": "=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/register": "=7.12.13",