Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#817)
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] authored Feb 2, 2025
1 parent 71fc3a4 commit 7cb4f68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sapphire/ratelimits": "^2.4.11",
"@sapphire/result": "^2.7.2",
"@sapphire/stopwatch": "^1.5.4",
"@sapphire/utilities": "^3.18.1"
"@sapphire/utilities": "^3.18.2"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
Expand All @@ -53,7 +53,7 @@
"@sapphire/node-utilities": "^1.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,8 @@ __metadata:
"@sapphire/result": "npm:^2.7.2"
"@sapphire/stopwatch": "npm:^1.5.4"
"@sapphire/ts-config": "npm:^5.0.1"
"@sapphire/utilities": "npm:^3.18.1"
"@types/node": "npm:^22.12.0"
"@sapphire/utilities": "npm:^3.18.2"
"@types/node": "npm:^22.13.0"
"@types/ws": "npm:^8.5.14"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
Expand Down Expand Up @@ -1259,13 +1259,20 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:3.18.1, @sapphire/utilities@npm:^3.16.2, @sapphire/utilities@npm:^3.17.0, @sapphire/utilities@npm:^3.18.1":
"@sapphire/utilities@npm:3.18.1":
version: 3.18.1
resolution: "@sapphire/utilities@npm:3.18.1"
checksum: 10/e13fdc6f83d2a326dfe124a65d0db4243cd5ca636cc770d881927a5e466221065d5f241e3e7673bf133b76c2359f86e4c0b1b834485f0470e25941457ee2cb90
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.16.2, @sapphire/utilities@npm:^3.17.0, @sapphire/utilities@npm:^3.18.1, @sapphire/utilities@npm:^3.18.2":
version: 3.18.2
resolution: "@sapphire/utilities@npm:3.18.2"
checksum: 10/d7433b4231f56e3b07b93daaad7c43cb129f4a4e01ecf36ac22a6fcb1cedbd9059c124427002839006e3ee16fae7faa29bc48f6d40338873ac5c84dc28757ab8
languageName: node
linkType: hard

"@sec-ant/readable-stream@npm:^0.4.1":
version: 0.4.1
resolution: "@sec-ant/readable-stream@npm:0.4.1"
Expand Down Expand Up @@ -1366,12 +1373,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.12.0":
version: 22.12.0
resolution: "@types/node@npm:22.12.0"
"@types/node@npm:*, @types/node@npm:^22.13.0":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/aac2b6f6a845ec3540c3d979b3150efe3162165bfda953af10b579df2d1cc4f5c48506922bf6bf661a2e5a7ebb571c5729bf1f9f12488a810bb1a5fa9522ef9d
checksum: 10/a7563e57df48cb7e28f936dbabe228316dcdb4c7c3a88a6c1659fae898ffde2647a7193a9e29e0cbcb7dacc05a91fb3bc30c1a1d6fc9294694a734ff71a5f12e
languageName: node
linkType: hard

Expand Down

0 comments on commit 7cb4f68

Please sign in to comment.