diff --git a/package-lock.json b/package-lock.json index b906252..e4390af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -146,9 +146,9 @@ "dev": true }, "async": { - "version": "1.5.2", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", @@ -1225,6 +1225,12 @@ "wordwrap": "^1.0.0" }, "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + }, "esprima": { "version": "2.7.3", "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/esprima/-/esprima-2.7.3.tgz", diff --git a/package.json b/package.json index 12c1534..370bf8e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueoak-server": "bin/blueoak-server.js" }, "dependencies": { - "async": "^1.0.0", + "async": "^3.2.2", "base64url": "^3.0.1", "body-parser": "^1.19.0", "cfenv": "^1.0.0",