diff --git a/package.json b/package.json index 422acd3..e18e171 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prepublish": "yarn run snyk-protect" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.16.5", + "@babel/runtime-corejs3": "^7.16.7", "@graphql-codegen/cli": "^2.3.0", "@graphql-codegen/fragment-matcher": "^3.2.0", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 5d80324..fb8bea5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -956,10 +956,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.16.5": - version "7.16.5" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.5.tgz#9057d879720c136193f0440bc400088212a74894" - integrity sha512-F1pMwvTiUNSAM8mc45kccMQxj31x3y3P+tA/X8hKNWp3/hUsxdGxZ3D3H8JIkxtfA8qGkaBTKvcmvStaYseAFw== +"@babel/runtime-corejs3@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.7.tgz#a762745fe8b4d61a26444a9151e6586d36044dde" + integrity sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw== dependencies: core-js-pure "^3.19.0" regenerator-runtime "^0.13.4"