Skip to content

Commit

Permalink
fix(deps): update dependency @sapphire/plugin-api to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 012b86a commit 88f8040
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@sapphire/fetch": "^3.0.3",
"@sapphire/framework": "5.2.1",
"@sapphire/iterator-utilities": "^1.0.2",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-api": "^7.0.0",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-i18next": "^7.1.2",
"@sapphire/plugin-logger": "^4.0.2",
Expand Down
32 changes: 20 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1580,15 +1580,16 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/plugin-api@npm:^6.1.1":
version: 6.1.1
resolution: "@sapphire/plugin-api@npm:6.1.1"
"@sapphire/plugin-api@npm:^7.0.0":
version: 7.0.0
resolution: "@sapphire/plugin-api@npm:7.0.0"
dependencies:
"@types/ws": "npm:^8.5.10"
tldts: "npm:^6.1.2"
tslib: "npm:^2.6.2"
undici: "npm:^6.4.0"
checksum: 10/b0fb595df0352247261653cd842414cb0271211f79e8318a1bb8da12965a22ec037f2422e58878473efa7b5b50b4de4e1a17a8cc7dbafe221870131b7b45dc5c
"@types/ws": "npm:^8.5.13"
"@vladfrangu/async_event_emitter": "npm:2.4.6"
cookie-es: "npm:^1.2.2"
tldts: "npm:^6.1.58"
undici: "npm:^6.20.1"
checksum: 10/d05bb12cb512601c0a08806e68e00f81dfbb2a986b20fac53e3ecdc51138f50c9432d5d7702a5af8739d107a9f504955455d131978dd271110c7876d8dee0418
languageName: node
linkType: hard

Expand Down Expand Up @@ -2215,7 +2216,7 @@ __metadata:
languageName: node
linkType: hard

"@vladfrangu/async_event_emitter@npm:^2.2.4, @vladfrangu/async_event_emitter@npm:^2.4.6":
"@vladfrangu/async_event_emitter@npm:2.4.6, @vladfrangu/async_event_emitter@npm:^2.2.4, @vladfrangu/async_event_emitter@npm:^2.4.6":
version: 2.4.6
resolution: "@vladfrangu/async_event_emitter@npm:2.4.6"
checksum: 10/6a329441bbd36bb8bdc8c49f18328abf724834597c8cab56b5741f18fa167a010bb841bc9ec3638b6b73c6692b85d0de724612b0a416b523650574576fd1a197
Expand Down Expand Up @@ -3204,6 +3205,13 @@ __metadata:
languageName: node
linkType: hard

"cookie-es@npm:^1.2.2":
version: 1.2.2
resolution: "cookie-es@npm:1.2.2"
checksum: 10/0fd742c11caa185928e450543f84df62d4b2c1fc7b5041196b57b7db04e1c6ac6585fb40e4f579a2819efefd2d6a9cbb4d17f71240d05f4dcd8f74ae81341a20
languageName: node
linkType: hard

"core-util-is@npm:~1.0.0":
version: 1.0.3
resolution: "core-util-is@npm:1.0.3"
Expand Down Expand Up @@ -7847,7 +7855,7 @@ __metadata:
languageName: node
linkType: hard

"tldts@npm:^6.1.2":
"tldts@npm:^6.1.58":
version: 6.1.58
resolution: "tldts@npm:6.1.58"
dependencies:
Expand Down Expand Up @@ -8073,7 +8081,7 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^6.4.0":
"undici@npm:^6.20.1":
version: 6.20.1
resolution: "undici@npm:6.20.1"
checksum: 10/68604b53754a95ec89d52efc08fe3e70e333997300c9a5b69f2b6496f1f0f568b2e35adec6442985a7b1d2f7a5648ef5062d1736e4d68082d473cb82177674bc
Expand Down Expand Up @@ -8376,7 +8384,7 @@ __metadata:
"@sapphire/fetch": "npm:^3.0.3"
"@sapphire/framework": "npm:5.2.1"
"@sapphire/iterator-utilities": "npm:^1.0.2"
"@sapphire/plugin-api": "npm:^6.1.1"
"@sapphire/plugin-api": "npm:^7.0.0"
"@sapphire/plugin-editable-commands": "npm:^4.0.2"
"@sapphire/plugin-i18next": "npm:^7.1.2"
"@sapphire/plugin-logger": "npm:^4.0.2"
Expand Down

0 comments on commit 88f8040

Please sign in to comment.