Skip to content

Commit db4c8d2

Browse files
fix(deps): update dependency diff to v8
1 parent 3bca21e commit db4c8d2

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"bufferutil": "^4.0.9",
8484
"colorette": "^2.0.20",
8585
"confusables": "^1.1.1",
86-
"diff": "^7.0.0",
86+
"diff": "^8.0.1",
8787
"discord-api-types": "^0.37.115",
8888
"discord.js": "~14.18.0",
8989
"he": "^1.2.0",
@@ -97,7 +97,7 @@
9797
"@sapphire/prettier-config": "^2.0.0",
9898
"@sapphire/ts-config": "^5.0.1",
9999
"@types/backoff": "^2.5.5",
100-
"@types/diff": "^6.0.0",
100+
"@types/diff": "^8.0.0",
101101
"@types/he": "^1.2.3",
102102
"@types/node": "^22.10.5",
103103
"@types/pg": "^8.11.12",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,10 +2074,12 @@ __metadata:
20742074
languageName: node
20752075
linkType: hard
20762076

2077-
"@types/diff@npm:^6.0.0":
2078-
version: 6.0.0
2079-
resolution: "@types/diff@npm:6.0.0"
2080-
checksum: 10/ad2dc8ca9e7594c7d06b60832ef1a51c717e39fd92434043be35a5a5a038f61ee7e1b9e89d1e2a49b8c4fa0f020166d1d41f7ccbd62f6cadc9ca1bd3e5df4e5b
2077+
"@types/diff@npm:^8.0.0":
2078+
version: 8.0.0
2079+
resolution: "@types/diff@npm:8.0.0"
2080+
dependencies:
2081+
diff: "npm:*"
2082+
checksum: 10/9a7210d664898457db83d463f2586b2b4883013772a84879dfd6a9e2d3c8dc3b087d90e552d28adf982ca6e8635e5a9b47c8dc21507643a01af6b0797a8cec68
20812083
languageName: node
20822084
linkType: hard
20832085

@@ -3825,10 +3827,10 @@ __metadata:
38253827
languageName: node
38263828
linkType: hard
38273829

3828-
"diff@npm:^7.0.0":
3829-
version: 7.0.0
3830-
resolution: "diff@npm:7.0.0"
3831-
checksum: 10/e9b8e48d054c9c0c093c65ce8e2637af94b35f2427001607b14e5e0589e534ea3413a7f91ebe6d7c5a1494ace49cb7c7c3972f442ddd96a4767ff091999a082e
3830+
"diff@npm:*, diff@npm:^8.0.1":
3831+
version: 8.0.1
3832+
resolution: "diff@npm:8.0.1"
3833+
checksum: 10/1f56c913dc48ad85dcd83ac374d43b0acda6c4a25dc32660f65988fcd2c2f2d8f6cc9cddb58a268513e0bf1bff139b028c42cabec5dfeeb7e0af68830ce8787a
38323834
languageName: node
38333835
linkType: hard
38343836

@@ -7656,7 +7658,7 @@ __metadata:
76567658
"@skyra/jaro-winkler": "npm:^1.1.1"
76577659
"@skyra/twitch-helpers": "npm:^2.0.1"
76587660
"@types/backoff": "npm:^2.5.5"
7659-
"@types/diff": "npm:^6.0.0"
7661+
"@types/diff": "npm:^8.0.0"
76607662
"@types/he": "npm:^1.2.3"
76617663
"@types/node": "npm:^22.10.5"
76627664
"@types/pg": "npm:^8.11.12"
@@ -7668,7 +7670,7 @@ __metadata:
76687670
colorette: "npm:^2.0.20"
76697671
confusables: "npm:^1.1.1"
76707672
cz-conventional-changelog: "npm:^3.3.0"
7671-
diff: "npm:^7.0.0"
7673+
diff: "npm:^8.0.1"
76727674
discord-api-types: "npm:^0.37.115"
76737675
discord.js: "npm:~14.18.0"
76747676
eslint: "npm:^8.57.1"

0 commit comments

Comments
 (0)