mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
chore(deps): update dependency p-queue to v3.2.0
This commit is contained in:
parent
2195dee4e0
commit
f6eaab0f8a
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -45,7 +45,7 @@
|
|||
"mkdirp": "^0.5.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-queue": "3.0.0",
|
||||
"p-queue": "3.2.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"webpack": "^4.6.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
|
@ -8907,9 +8907,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-3.0.0.tgz",
|
||||
"integrity": "sha512-2tv/MRmPXfmfnjLLJAHl+DdU8p2DhZafAnlpm/C/T5BpF5L9wKz5tMin4A4N2zVpJL2YMhPlRmtO7s5EtNrjfA==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-3.2.0.tgz",
|
||||
"integrity": "sha512-D2OjWeETS1Bjov7d82VclyMRigjZtMdALWV04u0H2zPvV3sYC8f6sYBgQ2Z0OHoBGUYh9S8cHtJqMAO8xaHEwg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
@ -18817,9 +18817,9 @@
|
|||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-3.0.0.tgz",
|
||||
"integrity": "sha512-2tv/MRmPXfmfnjLLJAHl+DdU8p2DhZafAnlpm/C/T5BpF5L9wKz5tMin4A4N2zVpJL2YMhPlRmtO7s5EtNrjfA==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-3.2.0.tgz",
|
||||
"integrity": "sha512-D2OjWeETS1Bjov7d82VclyMRigjZtMdALWV04u0H2zPvV3sYC8f6sYBgQ2Z0OHoBGUYh9S8cHtJqMAO8xaHEwg==",
|
||||
"dev": true
|
||||
},
|
||||
"p-timeout": {
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"mkdirp": "^0.5.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-queue": "3.0.0",
|
||||
"p-queue": "3.2.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"webpack": "^4.6.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
|
|
Loading…
Reference in a new issue