Bump async from 0.9.2 to 2.6.4 #52

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/async-2.6.4 into master 2022-05-13 06:46:45 +00:00
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "0.9.2", "async": "2.6.4",
"axios": "^0.21.4", "axios": "^0.21.4",
"bittorrent-tracker": "^9.18.2", "bittorrent-tracker": "^9.18.2",
"bottleneck": "^2.16.2", "bottleneck": "^2.16.2",
@ -128,9 +128,12 @@
} }
}, },
"node_modules/async": { "node_modules/async": {
"version": "0.9.2", "version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"dependencies": {
"lodash": "^4.17.14"
}
}, },
"node_modules/asynckit": { "node_modules/asynckit": {
"version": "0.4.0", "version": "0.4.0",
@ -4000,9 +4003,12 @@
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
}, },
"async": { "async": {
"version": "0.9.2", "version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"requires": {
"lodash": "^4.17.14"
}
}, },
"asynckit": { "asynckit": {
"version": "0.4.0", "version": "0.4.0",

View file

@ -8,7 +8,7 @@
"author": "TheBeastLT <pauliox@beyond.lt>", "author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "0.9.2", "async": "2.6.4",
"axios": "^0.21.4", "axios": "^0.21.4",
"bittorrent-tracker": "^9.18.2", "bittorrent-tracker": "^9.18.2",
"bottleneck": "^2.16.2", "bottleneck": "^2.16.2",