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

build(dev-deps): update dependency vite to v5.4.12 [security] #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"ts-node": "10.9.2",
"type-fest": "4.26.1",
"use-debounce": "10.0.4",
"vite": "5.4.10",
"vite": "5.4.12",
"vite-tsconfig-paths": "5.0.1",
"which": "5.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5554,7 +5554,7 @@ __metadata:
type-fest: "npm:4.26.1"
typescript: "npm:5.6.3"
use-debounce: "npm:10.0.4"
vite: "npm:5.4.10"
vite: "npm:5.4.12"
vite-tsconfig-paths: "npm:5.0.1"
which: "npm:5.0.0"
languageName: unknown
Expand Down Expand Up @@ -12912,9 +12912,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.4.10":
version: 5.4.10
resolution: "vite@npm:5.4.10"
"vite@npm:5.4.12":
version: 5.4.12
resolution: "vite@npm:5.4.12"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -12951,7 +12951,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/5d4a427d585d6f9114fc383114f707dca46408f54b221709e5eb6b0c16e0b4dec4baf908a7db9a8f1e5b16e64b655900ac14629abe61c698cbe296115c65ed8a
checksum: 10/16a2b486164717b51f8a22db750bba1d1d5be939e28d199a27a3c3f54cea484b3f2e8618eeafaec8b5075c011aa9aafd3e86b54411ba90555617190e626fe4ef
languageName: node
linkType: hard

Expand Down
Loading