Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Update dependency chokidar to v4.0.3 #2121

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@types/uuid": "10.0.0",
"@typescript-eslint/parser": "8.18.1",
"@vitejs/plugin-react": "4.3.4",
"chokidar": "4.0.1",
"chokidar": "4.0.3",
"cross-env": "7.0.3",
"esbuild": "0.24.0",
"eslint": "9.15.0",
Expand Down
10 changes: 5 additions & 5 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4235,12 +4235,12 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:4.0.1":
version: 4.0.1
resolution: "chokidar@npm:4.0.1"
"chokidar@npm:4.0.3":
version: 4.0.3
resolution: "chokidar@npm:4.0.3"
dependencies:
readdirp: "npm:^4.0.1"
checksum: 10c0/4bb7a3adc304059810bb6c420c43261a15bb44f610d77c35547addc84faa0374265c3adc67f25d06f363d9a4571962b02679268c40de07676d260de1986efea9
checksum: 10c0/a58b9df05bb452f7d105d9e7229ac82fa873741c0c40ddcc7bb82f8a909fbe3f7814c9ebe9bc9a2bef9b737c0ec6e2d699d179048ef06ad3ec46315df0ebe6ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -8964,7 +8964,7 @@ __metadata:
"@xyflow/react": "npm:12.3.6"
apexcharts: "npm:4.0.0"
axios: "npm:1.7.8"
chokidar: "npm:4.0.1"
chokidar: "npm:4.0.3"
ckeditor5: "npm:43.3.0"
classcat: "npm:5.0.5"
classnames: "npm:2.5.1"
Expand Down
Loading