diff --git a/package-lock.json b/package-lock.json index e702de1..d74f4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2060,9 +2060,9 @@ } }, "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.5.tgz", + "integrity": "sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index b0ed23f..e738336 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.13.15", - "@babel/runtime": "^7.13.17", + "@babel/runtime": "^7.14.5", "@fullhuman/postcss-purgecss": "^4.0.3", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-commonjs": "19.0.0",