8000 Bump async from 0.9.0 to 3.2.2 by dependabot[bot] · Pull Request #336 · CoderDojo/cp-users-service · GitHub 8000
[go: up one dir, main page]

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

Bump async from 0.9.0 to 3.2.2 #336

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/CoderDojo/community-platform/issues"
},
"dependencies": {
"async": "0.9.0",
"async": "3.2.2",
"bcryptjs": "2.4.3",
"camelcase": "^4.1.0",
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,15 @@ async@0.2.x:
version "0.2.10"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"

async@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/async/-/async-0.9.0.tgz#ac3613b1da9bed1b47510bb4651b8931e47146c7"

async@1.5.2, async@^1.4.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

async@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==

async@^0.9.0:
version "0.9.2"
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
Expand Down Expand Up @@ -915,10 +916,10 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
async "^2.0.0-rc.5"
lodash "^4.13.1"

cp-translations@^1.0.146:
version "1.0.146"
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d"
integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ==
cp-translations@^1.0.149:
version "1.0.166"
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.166.tgz#d0e0b5ce05a00a1c12a8746ef2d9053984025384"
integrity sha512-2/Lii1DJqtc/lM944YF4E5cH2v5UwgdAropTTloULq9aME+nZtd1UQZ1Sx3w5Rc1lNvBmP3iy1On3hW9PbUT+g==

cross-spawn-async@^2.0.0, cross-spawn-async@^2.1.8:
version "2.2.5"
Expand Down 7E98 Expand Up @@ -3175,7 +3176,7 @@ lodash@4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.15.0.tgz#3162391d8f0140aa22cf8f6b3c34d6b7f63d3aa9"

lodash@4.17.10:
lodash@4.17.10, lodash@4.x.x, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"

Expand All @@ -3191,10 +3192,6 @@ lodash@4.5.1, lodash@4.5.x:
version "4.5.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.5.1.tgz#80e8a074ca5f3893a6b1c10b2a636492d710c316"

lodash@4.x.x, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

lolex@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.6.0.tgz#3a9a0283452a47d7439e72731b9e07d7386e49f6"
Expand Down
0