mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update dependency async to v3.2.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1094af8126
commit
8258c60109
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.2",
|
||||
"async": "3.2.5",
|
||||
"async": "3.2.6",
|
||||
"aws-sdk": "2.1672.0",
|
||||
"azure-storage": "2.10.7",
|
||||
"base64url": "3.0.1",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1182,7 +1182,7 @@ __metadata:
|
|||
Idle.Js: "git+https://github.com/shawnmclean/Idle.js"
|
||||
abcjs: 6.3.0
|
||||
archiver: 6.0.2
|
||||
async: 3.2.5
|
||||
async: 3.2.6
|
||||
aws-sdk: 2.1672.0
|
||||
azure-storage: 2.10.7
|
||||
babel-cli: 6.26.0
|
||||
|
@ -1898,10 +1898,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"async@npm:3.2.5, async@npm:^3.2.3, async@npm:^3.2.4":
|
||||
version: 3.2.5
|
||||
resolution: "async@npm:3.2.5"
|
||||
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
|
||||
"async@npm:3.2.6":
|
||||
version: 3.2.6
|
||||
resolution: "async@npm:3.2.6"
|
||||
checksum: ee6eb8cd8a0ab1b58bd2a3ed6c415e93e773573a91d31df9d5ef559baafa9dab37d3b096fa7993e84585cac3697b2af6ddb9086f45d3ac8cae821bb2aab65682
|
||||
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.5
|
||||
resolution: "async@npm:3.2.5"
|
||||
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
|
||||
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