diff --git a/package-lock.json b/package-lock.json index 39f4069..c9ac1b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1143,9 +1143,9 @@ } }, "@babel/runtime": { - "version": "7.13.16", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.16.tgz", - "integrity": "sha512-7VsWJsI5USRhBLE/3of+VU2DDNWtYHQlq2IHu2iL15+Yx4qVqP8KllR6JMHQlTKWRyDk9Tw6unkqSusaHXt//A==", + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index f9bdc0a..4017b74 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/kdcio/create-nodejs#readme", "dependencies": { - "@babel/runtime": "^7.13.16", + "@babel/runtime": "^7.13.17", "chalk": "^4.1.0", "commander": "^5.1.0", "envinfo": "^7.8.1",