Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#713)
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 Dec 31, 2023
1 parent e7a2f13 commit 134ca45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.8",
"@sapphire/result": "^2.6.5",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/utilities": "^3.14.0"
"@sapphire/utilities": "^3.15.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
Expand All @@ -52,7 +52,7 @@
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,8 @@ __metadata:
"@sapphire/result": "npm:^2.6.5"
"@sapphire/stopwatch": "npm:^1.5.1"
"@sapphire/ts-config": "npm:^5.0.0"
"@sapphire/utilities": "npm:^3.14.0"
"@types/node": "npm:^20.10.5"
"@sapphire/utilities": "npm:^3.15.1"
"@types/node": "npm:^20.10.6"
"@types/ws": "npm:^8.5.10"
"@typescript-eslint/eslint-plugin": "npm:^6.16.0"
"@typescript-eslint/parser": "npm:^6.16.0"
Expand Down Expand Up @@ -1101,10 +1101,10 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.11.0, @sapphire/utilities@npm:^3.13.0, @sapphire/utilities@npm:^3.14.0":
version: 3.14.0
resolution: "@sapphire/utilities@npm:3.14.0"
checksum: 1176c3e7fecb73d4d2b3f2e626c57eb3168188bdf546363fcd07362d2320bca905733c19311d4ebe98968ac1d5669d32eda37afdb7bc4d7496cfeb3a06a750fb
"@sapphire/utilities@npm:^3.11.0, @sapphire/utilities@npm:^3.13.0, @sapphire/utilities@npm:^3.14.0, @sapphire/utilities@npm:^3.15.1":
version: 3.15.1
resolution: "@sapphire/utilities@npm:3.15.1"
checksum: 0687ec42ce1b3fd94fb57aec6935a13e8bd62574d750fcb4e9d655f1c78bea909312a72e6491c12240fc0d715babb9162a8c9ddb511c74aaa701306f67d69c85
languageName: node
linkType: hard

Expand Down Expand Up @@ -1143,12 +1143,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
"@types/node@npm:*, @types/node@npm:^20.10.6":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4a378428d2c9f692b19801a5a3d20dc4c0ad5d4a3d103350f8b401af439941a9aa5efeadc8eb9db13c66c620318bc7f336abfc8934f82fd32c4a689d85068c6f
checksum: 08471220d3cbbb6669835c4b78541edf5eface8f2c2e36c550cfa4ff73da73071c90e200a06359fac25d6564127597c23e178128058fb676824ec23d5178a017
languageName: node
linkType: hard

Expand Down

0 comments on commit 134ca45

Please sign in to comment.