Skip to content

Commit 31b5494

Browse files
authored
Merge branch 'develop' into feature-2955/native-image-support
2 parents 64cbba8 + 785e54e commit 31b5494

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

web-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"react-test-renderer": "^18.3.1",
9999
"typescript": "^5.8.2",
100100
"typescript-eslint": "^8.26.1",
101-
"vite": "^6.2.5",
101+
"vite": "^6.2.6",
102102
"vite-tsconfig-paths": "^5.1.4",
103103
"vitest": "^3.0.8",
104104
"vitest-fetch-mock": "^0.4.5"

web-ui/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5233,9 +5233,9 @@ koa-convert@^2.0.0:
52335233
koa-compose "^4.1.0"
52345234

52355235
koa@^2.15.3:
5236-
version "2.15.4"
5237-
resolved "https://registry.npmjs.org/koa/-/koa-2.15.4.tgz"
5238-
integrity sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ==
5236+
version "2.16.1"
5237+
resolved "https://registry.yarnpkg.com/koa/-/koa-2.16.1.tgz#ba1aae04d8319d7dac4a17a0d289d7482501e194"
5238+
integrity sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==
52395239
dependencies:
52405240
accepts "^1.3.5"
52415241
cache-content-type "^1.0.0"
@@ -8567,10 +8567,10 @@ vite-tsconfig-paths@^5.1.4:
85678567
globrex "^0.1.2"
85688568
tsconfck "^3.0.3"
85698569

8570-
"vite@^5.0.0 || ^6.0.0", vite@^6.0.5, vite@^6.2.5:
8571-
version "6.2.5"
8572-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.5.tgz#d093b5fe8eb96e594761584a966ab13f24457820"
8573-
integrity sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==
8570+
"vite@^5.0.0 || ^6.0.0", vite@^6.0.5, vite@^6.2.6:
8571+
version "6.2.6"
8572+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61"
8573+
integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==
85748574
dependencies:
85758575
esbuild "^0.25.0"
85768576
postcss "^8.5.3"

0 commit comments

Comments
 (0)