Skip to content

Commit cca8010

Browse files
fix(deps): update dependency chokidar to v5
1 parent d6d8005 commit cca8010

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

packages/hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"check-update": "cliff-jumper --dry-run"
5050
},
5151
"dependencies": {
52-
"chokidar": "^4.0.3"
52+
"chokidar": "^5.0.0"
5353
},
5454
"repository": {
5555
"type": "git",

packages/i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@sapphire/utilities": "^3.18.2",
5454
"@skyra/i18next-backend": "^2.0.6",
55-
"chokidar": "^4.0.3",
55+
"chokidar": "^5.0.0",
5656
"i18next": "^25.7.2"
5757
},
5858
"repository": {

yarn.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ __metadata:
14801480
dependencies:
14811481
"@favware/cliff-jumper": "npm:^6.0.0"
14821482
"@favware/rollup-type-bundler": "npm:^4.0.0"
1483-
chokidar: "npm:^4.0.3"
1483+
chokidar: "npm:^5.0.0"
14841484
concurrently: "npm:^9.2.1"
14851485
tsup: "npm:^8.5.1"
14861486
tsx: "npm:^4.21.0"
@@ -1498,7 +1498,7 @@ __metadata:
14981498
"@favware/rollup-type-bundler": "npm:^4.0.0"
14991499
"@sapphire/utilities": "npm:^3.18.2"
15001500
"@skyra/i18next-backend": "npm:^2.0.6"
1501-
chokidar: "npm:^4.0.3"
1501+
chokidar: "npm:^5.0.0"
15021502
concurrently: "npm:^9.2.1"
15031503
i18next: "npm:^25.7.2"
15041504
tsup: "npm:^8.5.1"
@@ -2542,6 +2542,15 @@ __metadata:
25422542
languageName: node
25432543
linkType: hard
25442544

2545+
"chokidar@npm:^5.0.0":
2546+
version: 5.0.0
2547+
resolution: "chokidar@npm:5.0.0"
2548+
dependencies:
2549+
readdirp: "npm:^5.0.0"
2550+
checksum: 10/a1c2a4ee6ee81ba6409712c295a47be055fb9de1186dfbab33c1e82f28619de962ba02fc5f9d433daaedc96c35747460d8b2079ac2907de2c95e3f7cce913113
2551+
languageName: node
2552+
linkType: hard
2553+
25452554
"chownr@npm:^2.0.0":
25462555
version: 2.0.0
25472556
resolution: "chownr@npm:2.0.0"
@@ -5969,6 +5978,13 @@ __metadata:
59695978
languageName: node
59705979
linkType: hard
59715980

5981+
"readdirp@npm:^5.0.0":
5982+
version: 5.0.0
5983+
resolution: "readdirp@npm:5.0.0"
5984+
checksum: 10/a17a591b51d8b912083660df159e8bd17305dc1a9ef27c869c818bd95ff59e3a6496f97e91e724ef433e789d559d24e39496ea1698822eb5719606dc9c1a923d
5985+
languageName: node
5986+
linkType: hard
5987+
59725988
"redis-errors@npm:^1.0.0, redis-errors@npm:^1.2.0":
59735989
version: 1.2.0
59745990
resolution: "redis-errors@npm:1.2.0"

0 commit comments

Comments
 (0)