Skip to content

Commit 7eef6d5

Browse files
Bump vite (#3375)
Bumps the npm_and_yarn group with 1 update in the /timesketch/frontend-v3 directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.16 to 5.4.17 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.17 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Janosch <[email protected]>
1 parent 54e025a commit 7eef6d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

timesketch/frontend-v3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"unplugin-fonts": "^1.1.1",
3434
"unplugin-vue-components": "^0.27.2",
3535
"unplugin-vue-router": "^0.10.0",
36-
"vite": "^5.4.16",
36+
"vite": "^5.4.17",
3737
"vite-plugin-vue-layouts": "^0.11.0",
3838
"vite-plugin-vuetify": "^2.0.3",
3939
"vue-router": "^4.4.0"

timesketch/frontend-v3/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2810,10 +2810,10 @@ vite-plugin-vuetify@^2.0.3:
28102810
debug "^4.3.3"
28112811
upath "^2.0.1"
28122812

2813-
vite@^5.4.16:
2814-
version "5.4.16"
2815-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.16.tgz#471983257a890ef33f2700cbbbc2134f2d08abf1"
2816-
integrity sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ==
2813+
vite@^5.4.17:
2814+
version "5.4.17"
2815+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.17.tgz#4bf61dd4cdbf64b0d6661f5dba76954cc81d5082"
2816+
integrity sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==
28172817
dependencies:
28182818
esbuild "^0.21.3"
28192819
postcss "^8.4.43"

0 commit comments

Comments
 (0)