Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e51f2ee

Browse files
authoredOct 9, 2024··
Update dependency chokidar to v3.6.0
1 parent 278977d commit e51f2ee

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "patch",
5+
"comment": "Update dependency chokidar to v3.6.0",
6+
"packageName": "@lage-run/cli",
7+
"email": "renovate@whitesourcesoftware.com",
8+
"dependentChangeType": "patch"
9+
}
10+
]
11+
}

‎packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@lage-run/scheduler-types": "^0.3.16",
3434
"@lage-run/target-graph": "^0.9.0",
3535
"@lage-run/worker-threads-pool": "^0.8.4",
36-
"chokidar": "3.5.3",
36+
"chokidar": "3.6.0",
3737
"commander": "9.5.0",
3838
"execa": "5.1.1",
3939
"fast-glob": "3.3.2",

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ __metadata:
17161716
"@lage-run/target-graph": "npm:^0.9.0"
17171717
"@lage-run/worker-threads-pool": "npm:^0.8.4"
17181718
"@types/proper-lockfile": "npm:^4.1.4"
1719-
chokidar: "npm:3.5.3"
1719+
chokidar: "npm:3.6.0"
17201720
commander: "npm:9.5.0"
17211721
execa: "npm:5.1.1"
17221722
fast-glob: "npm:3.3.2"
@@ -3229,9 +3229,9 @@ __metadata:
32293229
languageName: node
32303230
linkType: hard
32313231

3232-
"chokidar@npm:3.5.3":
3233-
version: 3.5.3
3234-
resolution: "chokidar@npm:3.5.3"
3232+
"chokidar@npm:3.6.0":
3233+
version: 3.6.0
3234+
resolution: "chokidar@npm:3.6.0"
32353235
dependencies:
32363236
anymatch: "npm:~3.1.2"
32373237
braces: "npm:~3.0.2"
@@ -3244,7 +3244,7 @@ __metadata:
32443244
dependenciesMeta:
32453245
fsevents:
32463246
optional: true
3247-
checksum: 10c0/1076953093e0707c882a92c66c0f56ba6187831aa51bb4de878c1fec59ae611a3bf02898f190efec8e77a086b8df61c2b2a3ea324642a0558bdf8ee6c5dc9ca1
3247+
checksum: 10c0/8361dcd013f2ddbe260eacb1f3cb2f2c6f2b0ad118708a343a5ed8158941a39cb8fb1d272e0f389712e74ee90ce8ba864eece9e0e62b9705cb468a2f6d917462
32483248
languageName: node
32493249
linkType: hard
32503250

0 commit comments

Comments
 (0)
Please sign in to comment.