diff --git a/package-lock.json b/package-lock.json index 6f7ba64..f9f2aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -324,9 +324,9 @@ } }, "@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", + "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 198fcf0..7cc7e0c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "check" ], "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "chalk": "^4.1.2", "pegjs": "^0.10.0" },