Merge pull request #555 from Tzahi12345/dependabot/npm_and_yarn/backend/async-3.2.2

Bump async from 3.2.0 to 3.2.2 in /backend
This commit is contained in:
Glassed Silver
2022-04-23 08:06:54 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -325,9 +325,9 @@
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
},
"async": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
"integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw=="
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz",
"integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g=="
},
"async-mutex": {
"version": "0.3.1",

View File

@@ -31,7 +31,7 @@
"homepage": "",
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",
"async": "^3.2.2",
"async-mutex": "^0.3.1",
"axios": "^0.21.2",
"bcryptjs": "^2.4.0",