Index: npm-shrinkwrap.json =================================================================== diff -u -N -r84f4e9d4ac642a989249bbc1cf6f194f78f73a1a -r269c5e1e1fbc5c6cda08e35bfd8ac80178de6263 --- npm-shrinkwrap.json (.../npm-shrinkwrap.json) (revision 84f4e9d4ac642a989249bbc1cf6f194f78f73a1a) +++ npm-shrinkwrap.json (.../npm-shrinkwrap.json) (revision 269c5e1e1fbc5c6cda08e35bfd8ac80178de6263) @@ -7,6 +7,7 @@ "dev": true, "requires": { "@babel/core": "~7.14.8", + "@babel/plugin-transform-runtime": "~7.14.5", "@babel/preset-env": "~7.14.8", "@babel/preset-react": "~7.14.5", "babel-loader": "~8.2.2", @@ -986,6 +987,20 @@ "@babel/helper-plugin-utils": "^7.14.5" } }, + "@babel/plugin-transform-runtime": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz", + "integrity": "sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.2", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "semver": "^6.3.0" + } + }, "@babel/plugin-transform-shorthand-properties": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz",