fix(deps): update dependency p-queue to ^8.1.0

This commit is contained in:
renovate[bot] 2025-01-22 09:01:59 +00:00 committed by GitHub
parent a0d8bddb9a
commit 1faff383a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -9777,9 +9777,10 @@
} }
}, },
"node_modules/p-queue": { "node_modules/p-queue": {
"version": "8.0.1", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz",
"integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==",
"license": "MIT",
"dependencies": { "dependencies": {
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"p-timeout": "^6.1.2" "p-timeout": "^6.1.2"
@ -12710,7 +12711,7 @@
"dependency-graph": "^1.0.0", "dependency-graph": "^1.0.0",
"emittery": "^1.0.3", "emittery": "^1.0.3",
"ow": "^2.0.0", "ow": "^2.0.0",
"p-queue": "^8.0.1" "p-queue": "^8.1.0"
}, },
"engines": { "engines": {
"node": ">=v18.12.0" "node": ">=v18.12.0"

View File

@ -35,7 +35,7 @@
"dependency-graph": "^1.0.0", "dependency-graph": "^1.0.0",
"emittery": "^1.0.3", "emittery": "^1.0.3",
"ow": "^2.0.0", "ow": "^2.0.0",
"p-queue": "^8.0.1" "p-queue": "^8.1.0"
}, },
"engines": { "engines": {
"node": ">=v18.12.0" "node": ">=v18.12.0"