Skip to content

Commit

Permalink
fix(deps): update dependency p-queue to v8 (#1637)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent 9c4d7c0 commit 5f45841
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion plugins/gatsby-source-jenkinsplugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"date-fns": "^3.0.0",
"find-package-json": "^1.2.0",
"gatsby-source-filesystem": "5.13.1",
"p-queue": "^7.3.4",
"p-queue": "^8.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^13.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,7 @@ __metadata:
gatsby-source-filesystem: 5.13.1
jest: 29.7.0
nock: 13.5.4
p-queue: ^7.3.4
p-queue: ^8.0.0
rehype-stringify: ^10.0.0
remark: ^13.0.0
remark-frontmatter: ^5.0.0
Expand Down Expand Up @@ -16356,20 +16356,20 @@ __metadata:
languageName: node
linkType: hard

"p-queue@npm:^7.3.4":
version: 7.4.1
resolution: "p-queue@npm:7.4.1"
"p-queue@npm:^8.0.0":
version: 8.0.1
resolution: "p-queue@npm:8.0.1"
dependencies:
eventemitter3: ^5.0.1
p-timeout: ^5.0.2
checksum: 1c6888aa994d399262a9fbdd49c7066f8359732397f7a42ecf03f22875a1d65899797b46413f97e44acc18dddafbcc101eb135c284714c931dbbc83c3967f450
p-timeout: ^6.1.2
checksum: 84a27a5b1faf2dcc96b8c0e423c34b5984b241acc07353d3cc6d8d3d1dadefb250b4ec84ce278cb1c946466999c6bf2a36ff718a75810bad8e11c7ca47ce80f5
languageName: node
linkType: hard

"p-timeout@npm:^5.0.2":
version: 5.1.0
resolution: "p-timeout@npm:5.1.0"
checksum: f5cd4e17301ff1ff1d8dbf2817df0ad88c6bba99349fc24d8d181827176ad4f8aca649190b8a5b1a428dfd6ddc091af4606835d3e0cb0656e04045da5c9e270c
"p-timeout@npm:^6.1.2":
version: 6.1.2
resolution: "p-timeout@npm:6.1.2"
checksum: 887b805eb72c217dbc3c55a60a7f3b89a46cab14f04af62224f253ec84716cbd0880758be13b35444a4fa12d64d37d4c8a300f0b12a57c004d289f0a574cfe91
languageName: node
linkType: hard

Expand Down

0 comments on commit 5f45841

Please sign in to comment.