Skip to content

Commit 78ba4c5

Browse files
Update dependency vite-envs to ^4.6.2
1 parent 24d59c3 commit 78ba4c5

2 files changed

Lines changed: 23 additions & 7 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"typescript": "^5.7.2",
133133
"typescript-eslint": "^8.16.0",
134134
"vite": "^6.0.1",
135-
"vite-envs": "^4.4.11",
135+
"vite-envs": "^4.6.2",
136136
"vite-plugin-commonjs": "^0.10.4",
137137
"vite-tsconfig-paths": "^5.1.3",
138138
"vitest": "^2.1.6"

web/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7837,7 +7837,16 @@ string-argv@~0.3.2:
78377837
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
78387838
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
78397839

7840-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
7840+
"string-width-cjs@npm:string-width@^4.2.0":
7841+
version "4.2.3"
7842+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7843+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7844+
dependencies:
7845+
emoji-regex "^8.0.0"
7846+
is-fullwidth-code-point "^3.0.0"
7847+
strip-ansi "^6.0.1"
7848+
7849+
string-width@^4.1.0:
78417850
version "4.2.3"
78427851
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
78437852
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7879,7 +7888,14 @@ stringify-entities@^4.0.0:
78797888
character-entities-html4 "^2.0.0"
78807889
character-entities-legacy "^3.0.0"
78817890

7882-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7891+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7892+
version "6.0.1"
7893+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7894+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7895+
dependencies:
7896+
ansi-regex "^5.0.1"
7897+
7898+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
78837899
version "6.0.1"
78847900
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
78857901
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8327,10 +8343,10 @@ vfile@^6.0.0:
83278343
"@types/unist" "^3.0.0"
83288344
vfile-message "^4.0.0"
83298345

8330-
vite-envs@^4.4.11:
8331-
version "4.4.11"
8332-
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.4.11.tgz#86e394cb4791dd563839b5d9931284566612ff8e"
8333-
integrity sha512-uJtnRYu+tB7dhmjvYDU8dgsCCGZet+O0Yh4P3HlTYGOhfqYyG/nFVEY3eZcS1/GH2hpKXTTB4NHX6v6xT5Dqzg==
8346+
vite-envs@^4.6.2:
8347+
version "4.6.2"
8348+
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.6.2.tgz#9a45a83d9924c5337b8828540abb7b40dd3b897b"
8349+
integrity sha512-g/yUtA4ef/5Ndf0a7Dz237yAmBZRuF0UY+4/lxoiGopjzJEcTGgwAbGOGrJSCEYqlBahhiWafEoTImOkGJHu+g==
83348350

83358351
vite-node@2.1.6:
83368352
version "2.1.6"

0 commit comments

Comments
 (0)