From c43e0adce621efde68f29191fefc6b08348749df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:46:30 +0000 Subject: [PATCH] Bump async from 3.1.0 to 3.2.2 in /transcription_api Bumps [async](https://github.com/caolan/async) from 3.1.0 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/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transcription_api/package-lock.json | 6 +++--- transcription_api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/transcription_api/package-lock.json b/transcription_api/package-lock.json index 46e676df..fec870c6 100644 --- a/transcription_api/package-lock.json +++ b/transcription_api/package-lock.json @@ -312,9 +312,9 @@ "dev": true }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "1.0.3", diff --git a/transcription_api/package.json b/transcription_api/package.json index adc3c7e7..04e9054b 100644 --- a/transcription_api/package.json +++ b/transcription_api/package.json @@ -9,7 +9,7 @@ "dependencies": { "@google-cloud/speech": "^3.3.2", "@google-cloud/storage": "^4.1.0", - "async": "^3.1.0", + "async": "^3.2.2", "cookie-parser": "~1.4.4", "cors": "^2.8.5", "debug": "~2.6.9",