Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d4ef246

Browse files
Bump async from 0.9.2 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 0.9.2 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@0.9.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4676ae commit d4ef246

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sinon-chai": "^2.14.0"
3434
},
3535
"dependencies": {
36-
"async": "0.9.2",
36+
"async": "2.6.4",
3737
"camelcase": "^4.1.0",
3838
"cp-i18n-lib": "https://github.com/CoderDojo/cp-i18n-lib.git",
3939
"cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -265,19 +265,16 @@ [email protected]:
265265
version "0.2.10"
266266
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
267267

268-
269-
version "0.9.2"
270-
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
271-
272268
[email protected], async@^1.4.0, async@^1.5.0:
273269
version "1.5.2"
274270
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
275271

276-
async@^2.0.0-rc.5, async@^2.0.1, async@^2.1.4:
277-
version "2.6.0"
278-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
272+
[email protected], async@^2.0.0-rc.5, async@^2.0.1, async@^2.1.4:
273+
version "2.6.4"
274+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
275+
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
279276
dependencies:
280-
lodash "^4.14.0"
277+
lodash "^4.17.14"
281278

282279
asynckit@^0.4.0:
283280
version "0.4.0"
@@ -3098,9 +3095,10 @@ [email protected], [email protected]:
30983095
version "4.5.1"
30993096
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.5.1.tgz#80e8a074ca5f3893a6b1c10b2a636492d710c316"
31003097

3101-
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.3.0:
3102-
version "4.17.4"
3103-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3098+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.3.0:
3099+
version "4.17.21"
3100+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
3101+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
31043102

31053103
lolex@^1.6.0:
31063104
version "1.6.0"

0 commit comments

Comments
 (0)