From ed4c45a23e7eb6cd66baca8175090b75a4e6e577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:57:58 +0000 Subject: [PATCH] Bump async from 3.1.1 to 3.2.2 in /angular Bumps [async](https://github.com/caolan/async) from 3.1.1 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.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- angular/package-lock.json | 6 +++--- angular/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index ed998c8a..c007accc 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1820,9 +1820,9 @@ "dev": true }, "async": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.1.tgz", - "integrity": "sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==" + "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/angular/package.json b/angular/package.json index 68cf37bd..7d31282a 100644 --- a/angular/package.json +++ b/angular/package.json @@ -68,7 +68,7 @@ "@angular/router": "~7.2.0", "@auth0/angular-jwt": "~3.0.0", "@ng-bootstrap/ng-bootstrap": "~4.1.1", - "async": "~3.1.0", + "async": "~3.2.2", "bootstrap": "~4.5.0", "classlist.js": "~1.1.20150312", "core-js": "^2.5.4",