Skip to content

Commit

Permalink
chore(deps): bump p-queue from 7.4.1 to 8.0.1 (#6802)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 95b718b commit 7d65f38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"json5": "^2.2.3",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.2",
"p-queue": "^7.4.1",
"p-queue": "^8.0.1",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.2",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"fs-extra": "^11.2.0",
"got": "^13.0.0",
"mdns-server": "^1.0.11",
"p-queue": "^7.4.1",
"p-queue": "^8.0.1",
"proper-lockfile": "^4.1.2",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.2",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ __metadata:
json5: "npm:^2.2.3"
jsonc-eslint-parser: "npm:^2.4.0"
lint-staged: "npm:^15.2.2"
p-queue: "npm:^7.4.1"
p-queue: "npm:^8.0.1"
reflect-metadata: "npm:^0.2.2"
semver: "npm:^7.6.2"
source-map-support: "npm:^0.5.21"
Expand Down Expand Up @@ -7143,13 +7143,13 @@ __metadata:
languageName: node
linkType: hard

"p-queue@npm:^7.4.1":
version: 7.4.1
resolution: "p-queue@npm:7.4.1"
"p-queue@npm:^8.0.1":
version: 8.0.1
resolution: "p-queue@npm:8.0.1"
dependencies:
eventemitter3: "npm:^5.0.1"
p-timeout: "npm:^5.0.2"
checksum: 10/82934551f20a38cc19b31cda7200f2db93ca99b8c642d3ac861d12a7a9160eb32235738a8cd53f1a7ea0c7b52d6c0bb27644b6461e9a51e6a59f1e8d65904b78
p-timeout: "npm:^6.1.2"
checksum: 10/8dcf8fbb8339675eba7d369f6eebac9e249e2412280ad73938403b83a28a2627a2072c732890d22ef98837cef89ff09eecd839cbac358cdc532d00ef4f736d0d
languageName: node
linkType: hard

Expand All @@ -7160,6 +7160,13 @@ __metadata:
languageName: node
linkType: hard

"p-timeout@npm:^6.1.2":
version: 6.1.2
resolution: "p-timeout@npm:6.1.2"
checksum: 10/ca3ede368d792bd86fcfa4e133220536382225d31e5f62e2cedb8280df267b25f6684aa0056b22e8aa538cc85014b310058d8fdddeb0a1ff363093d56e87ac3a
languageName: node
linkType: hard

"p-try@npm:^2.0.0":
version: 2.2.0
resolution: "p-try@npm:2.2.0"
Expand Down Expand Up @@ -9419,7 +9426,7 @@ __metadata:
got: "npm:^13.0.0"
mdns-server: "npm:^1.0.11"
mockdate: "npm:^3.0.5"
p-queue: "npm:^7.4.1"
p-queue: "npm:^8.0.1"
proper-lockfile: "npm:^4.1.2"
proxyquire: "npm:^2.1.3"
reflect-metadata: "npm:^0.2.2"
Expand Down

0 comments on commit 7d65f38

Please sign in to comment.