Skip to content

Commit 2f1165c

Browse files
committed
security: bump chokidar
1 parent 59e74af commit 2f1165c

File tree

4 files changed

+449
-502
lines changed

4 files changed

+449
-502
lines changed

.changeset/proud-crews-attack.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@pandacss/node': patch
3+
---
4+
5+
Security: Update chokidar to remove vulnerability

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@changesets/changelog-github": "0.5.0",
3939
"@changesets/cli": "2.27.12",
4040
"@projectwallace/format-css": "^1.4.3",
41-
"chokidar": "3.6.0",
41+
"chokidar": "4.0.3",
4242
"concurrently": "8.2.2",
4343
"cross-env": "7.0.3",
4444
"happy-dom": "15.10.2",

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@pandacss/token-dictionary": "workspace:*",
4848
"@pandacss/types": "workspace:*",
4949
"browserslist": "4.23.3",
50-
"chokidar": "3.6.0",
50+
"chokidar": "4.0.3",
5151
"fast-glob": "3.3.3",
5252
"fs-extra": "11.2.0",
5353
"glob-parent": "6.0.2",

0 commit comments

Comments
 (0)