Skip to content

Commit 127d553

Browse files
Update dependency vite to v6.3.3
1 parent e55668a commit 127d553

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prisma-json-types-generator": "3.2.3",
9393
"smtp-server": "3.13.6",
9494
"typescript": "5.8.3",
95-
"vite": "6.3.2",
95+
"vite": "6.3.3",
9696
"vitest": "3.1.2",
9797
"xpath-ts2": "1.4.2",
9898
"zod": "3.24.3",

packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@vitest/coverage-v8": "3.1.2",
2323
"statuses": "2.0.1",
24-
"vite": "6.3.2",
24+
"vite": "6.3.3",
2525
"vitest": "3.1.2"
2626
},
2727
"devDependencies": {

packages/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-router-dom": "7.5.1",
4747
"react-switch-selector": "2.3.0",
4848
"sainte-lague": "3.0.0",
49-
"vite": "6.3.2",
49+
"vite": "6.3.3",
5050
"vite-plugin-compression2": "1.3.3",
5151
"vite-plugin-html": "3.2.2",
5252
"vite-plugin-wasm": "3.4.1",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ __metadata:
14081408
smtp-server: "npm:3.13.6"
14091409
typescript: "npm:5.8.3"
14101410
undici-types: "npm:7.8.0"
1411-
vite: "npm:6.3.2"
1411+
vite: "npm:6.3.3"
14121412
vitest: "npm:3.1.2"
14131413
xpath-ts2: "npm:1.4.2"
14141414
zod: "npm:3.24.3"
@@ -1435,7 +1435,7 @@ __metadata:
14351435
prettier: "npm:3.5.3"
14361436
statuses: "npm:2.0.1"
14371437
typescript: "npm:5.8.3"
1438-
vite: "npm:6.3.2"
1438+
vite: "npm:6.3.3"
14391439
vitest: "npm:3.1.2"
14401440
languageName: unknown
14411441
linkType: soft
@@ -1487,7 +1487,7 @@ __metadata:
14871487
react-switch-selector: "npm:2.3.0"
14881488
sainte-lague: "npm:3.0.0"
14891489
typescript: "npm:5.8.3"
1490-
vite: "npm:6.3.2"
1490+
vite: "npm:6.3.3"
14911491
vite-plugin-compression2: "npm:1.3.3"
14921492
vite-plugin-html: "npm:3.2.2"
14931493
vite-plugin-wasm: "npm:3.4.1"
@@ -4320,7 +4320,7 @@ __metadata:
43204320
languageName: node
43214321
linkType: hard
43224322

4323-
"fdir@npm:^6.4.3, fdir@npm:^6.4.4":
4323+
"fdir@npm:^6.4.4":
43244324
version: 6.4.4
43254325
resolution: "fdir@npm:6.4.4"
43264326
peerDependencies:
@@ -7433,7 +7433,7 @@ __metadata:
74337433
languageName: node
74347434
linkType: hard
74357435

7436-
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13":
7436+
"tinyglobby@npm:^0.2.13":
74377437
version: 0.2.13
74387438
resolution: "tinyglobby@npm:0.2.13"
74397439
dependencies:
@@ -7791,17 +7791,17 @@ __metadata:
77917791
languageName: node
77927792
linkType: hard
77937793

7794-
"vite@npm:6.3.2, vite@npm:^5.0.0 || ^6.0.0":
7795-
version: 6.3.2
7796-
resolution: "vite@npm:6.3.2"
7794+
"vite@npm:6.3.3, vite@npm:^5.0.0 || ^6.0.0":
7795+
version: 6.3.3
7796+
resolution: "vite@npm:6.3.3"
77977797
dependencies:
77987798
esbuild: "npm:^0.25.0"
7799-
fdir: "npm:^6.4.3"
7799+
fdir: "npm:^6.4.4"
78007800
fsevents: "npm:~2.3.3"
78017801
picomatch: "npm:^4.0.2"
78027802
postcss: "npm:^8.5.3"
78037803
rollup: "npm:^4.34.9"
7804-
tinyglobby: "npm:^0.2.12"
7804+
tinyglobby: "npm:^0.2.13"
78057805
peerDependencies:
78067806
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
78077807
jiti: ">=1.21.0"
@@ -7842,7 +7842,7 @@ __metadata:
78427842
optional: true
78437843
bin:
78447844
vite: bin/vite.js
7845-
checksum: 10c0/08681e83e8338f3915cee729d8296bb9cfd53f71d6796816445d58cd84a8387396a3f5f3e179c52b09e98ccf7247ec3fabb50b95b0e7f3289a619ef8bf71bd8a
7845+
checksum: 10c0/7ea27d2c80a9e0b7ccf6cbd6c251455501286568160e8b632984e5332440f21a6d05f9236408212ba7653f7d2d4790f848956d8a620bbf4dd2ecb792a2fe1ab1
78467846
languageName: node
78477847
linkType: hard
78487848

0 commit comments

Comments
 (0)