From ef20a9ffffb5f28403ff01f33129bfdcae144f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:38:23 +0000 Subject: [PATCH] Bump async from 1.5.2 to 3.2.2 in /web Bumps [async](https://github.com/caolan/async) from 1.5.2 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v1.5.2...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 33f5730..2594e18 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -67,9 +67,9 @@ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/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==" }, "babel-runtime": { "version": "6.26.0", diff --git a/web/package.json b/web/package.json index 1112e14..dcaeff6 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "start": "node ./bin/www" }, "dependencies": { - "async": "^1.4.0", + "async": "^3.2.2", "body-parser": "^1.18.3", "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1",