diff --git a/package-lock.json b/package-lock.json index 4bd2a564..00669a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1138,9 +1138,9 @@ } }, "@babel/runtime": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", - "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 94fd96bf..141a9ef3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "TypeScript" ], "dependencies": { - "@babel/runtime": "7.9.2", + "@babel/runtime": "7.9.6", "@types/body-parser": "1.19.0", "@types/express": "4.17.6", "@types/http-proxy": "1.17.4",