Skip to content

Commit d6b67b5

Browse files
chore(deps-dev): bump async from 3.2.1 to 3.2.2 (#8001)
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sundaram Dubey <[email protected]>
1 parent 245d090 commit d6b67b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/url-parse": "^1.4.4",
5353
"@typescript-eslint/eslint-plugin": "^5.2.0",
5454
"@typescript-eslint/parser": "^5.2.0",
55-
"async": "^3.2.1",
55+
"async": "^3.2.2",
5656
"babel-eslint": "^10.1.0",
5757
"broccoli-asset-rev": "^3.0.0",
5858
"broccoli-persistent-filter": "^3.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,10 +3215,10 @@ async@^2.4.1, async@^2.6.2:
32153215
dependencies:
32163216
lodash "^4.17.14"
32173217

3218-
async@^3.2.1:
3219-
version "3.2.1"
3220-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
3221-
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
3218+
async@^3.2.1, async@^3.2.2:
3219+
version "3.2.2"
3220+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
3221+
integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==
32223222

32233223
async@~0.2.9:
32243224
version "0.2.10"

0 commit comments

Comments
 (0)