Skip to content

Commit fa918b5

Browse files
authoredMay 7, 2023
fix(deps): update all non-major dependencies (#633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d729ffd commit fa918b5

File tree

4 files changed

+278
-278
lines changed

4 files changed

+278
-278
lines changed
 

‎.yarn/releases/yarn-3.5.0.cjs ‎.yarn/releases/yarn-3.5.1.cjs

+266-266
Large diffs are not rendered by default.

‎.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ plugins:
88
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
99
spec: '@yarnpkg/plugin-interactive-tools'
1010

11-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
11+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sapphire/ratelimits": "^2.4.6",
3737
"@sapphire/result": "^2.6.3",
3838
"@sapphire/stopwatch": "^1.5.0",
39-
"@sapphire/utilities": "^3.11.1"
39+
"@sapphire/utilities": "^3.11.2"
4040
},
4141
"devDependencies": {
4242
"@commitlint/cli": "^17.6.3",
@@ -118,5 +118,5 @@
118118
"minimist": "^1.2.8"
119119
},
120120
"prettier": "@sapphire/prettier-config",
121-
"packageManager": "yarn@3.5.0"
121+
"packageManager": "yarn@3.5.1"
122122
}

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ __metadata:
824824
"@sapphire/result": ^2.6.3
825825
"@sapphire/stopwatch": ^1.5.0
826826
"@sapphire/ts-config": ^4.0.0
827-
"@sapphire/utilities": ^3.11.1
827+
"@sapphire/utilities": ^3.11.2
828828
"@types/node": ^18.16.5
829829
"@types/ws": ^8.5.4
830830
"@typescript-eslint/eslint-plugin": ^5.59.2
@@ -948,10 +948,10 @@ __metadata:
948948
languageName: node
949949
linkType: hard
950950

951-
"@sapphire/utilities@npm:^3.11.0, @sapphire/utilities@npm:^3.11.1":
952-
version: 3.11.1
953-
resolution: "@sapphire/utilities@npm:3.11.1"
954-
checksum: e70a7d1b8f0d5c810420a2113ed6f4f54956b3ede0afd7aab9f5cea32266ed0946f777838f73f3df8e75bc8d29026d287a5371f544ad28882acdcfd5eb092b69
951+
"@sapphire/utilities@npm:^3.11.0, @sapphire/utilities@npm:^3.11.1, @sapphire/utilities@npm:^3.11.2":
952+
version: 3.11.2
953+
resolution: "@sapphire/utilities@npm:3.11.2"
954+
checksum: af06b3f52156af397a3be564f992bedefd728ea2d44fee8ffdc00242de0454075e722091cc213d4ad2fb4ef5c3b78740bf5e7f75242851d31a56206f51a8f403
955955
languageName: node
956956
linkType: hard
957957

@@ -6207,21 +6207,21 @@ __metadata:
62076207

62086208
"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>, typescript@patch:typescript@^5.0.3#~builtin<compat/typescript>, typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
62096209
version: 5.0.4
6210-
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
6210+
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
62116211
bin:
62126212
tsc: bin/tsc
62136213
tsserver: bin/tsserver
6214-
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
6214+
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
62156215
languageName: node
62166216
linkType: hard
62176217

62186218
"typescript@patch:typescript@^4.8.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
62196219
version: 4.9.5
6220-
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
6220+
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
62216221
bin:
62226222
tsc: bin/tsc
62236223
tsserver: bin/tsserver
6224-
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
6224+
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
62256225
languageName: node
62266226
linkType: hard
62276227

0 commit comments

Comments
 (0)
Please sign in to comment.