mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(deps): update dependency async to v3.2.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c53fc1d23c
commit
5b2dbf7b6e
2 changed files with 13 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
"@passport-next/passport-openid": "1.0.0",
|
||||
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
|
||||
"archiver": "6.0.1",
|
||||
"async": "3.2.4",
|
||||
"async": "3.2.5",
|
||||
"aws-sdk": "2.1472.0",
|
||||
"azure-storage": "2.10.7",
|
||||
"base64url": "3.0.1",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1181,7 +1181,7 @@ __metadata:
|
|||
Idle.Js: "git+https://github.com/shawnmclean/Idle.js"
|
||||
abcjs: 6.2.2
|
||||
archiver: 6.0.1
|
||||
async: 3.2.4
|
||||
async: 3.2.5
|
||||
aws-sdk: 2.1472.0
|
||||
azure-storage: 2.10.7
|
||||
babel-cli: 6.26.0
|
||||
|
@ -1898,10 +1898,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"async@npm:3.2.4, async@npm:^3.2.3, async@npm:^3.2.4":
|
||||
version: 3.2.4
|
||||
resolution: "async@npm:3.2.4"
|
||||
checksum: 43d07459a4e1d09b84a20772414aa684ff4de085cbcaec6eea3c7a8f8150e8c62aa6cd4e699fe8ee93c3a5b324e777d34642531875a0817a35697522c1b02e89
|
||||
"async@npm:3.2.5":
|
||||
version: 3.2.5
|
||||
resolution: "async@npm:3.2.5"
|
||||
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1912,6 +1912,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"async@npm:^3.2.3, async@npm:^3.2.4":
|
||||
version: 3.2.4
|
||||
resolution: "async@npm:3.2.4"
|
||||
checksum: 43d07459a4e1d09b84a20772414aa684ff4de085cbcaec6eea3c7a8f8150e8c62aa6cd4e699fe8ee93c3a5b324e777d34642531875a0817a35697522c1b02e89
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"asynckit@npm:^0.4.0":
|
||||
version: 0.4.0
|
||||
resolution: "asynckit@npm:0.4.0"
|
||||
|
|
Loading…
Reference in a new issue