Skip to content

Commit 4e4a528

Browse files
Bump vite from 4.5.3 to 4.5.5 in /webserver (#104)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 367bac0 commit 4e4a528

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

webserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@vitejs/plugin-react-swc": "^3.3.0",
43-
"vite": "^4.5.3",
43+
"vite": "^4.5.5",
4444
"vite-plugin-dynamic-base": "^1.0.0"
4545
}
4646
}

webserver/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,10 +1043,10 @@ vite-plugin-dynamic-base@^1.0.0:
10431043
"@swc/core" "^1.3.61"
10441044
node-html-parser "^5.3.3"
10451045

1046-
vite@^4.5.3:
1047-
version "4.5.3"
1048-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
1049-
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
1046+
vite@^4.5.5:
1047+
version "4.5.5"
1048+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
1049+
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
10501050
dependencies:
10511051
esbuild "^0.18.10"
10521052
postcss "^8.4.27"

0 commit comments

Comments
 (0)