Skip to content

Commit d9a886a

Browse files
chore(deps): update dependency vite-envs to ^4.6.0
1 parent eba420a commit d9a886a

2 files changed

Lines changed: 23 additions & 9 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"typescript": "^5.7.2",
127127
"typescript-eslint": "^8.16.0",
128128
"vite": "^6.0.1",
129-
"vite-envs": "^4.4.11",
129+
"vite-envs": "^4.6.0",
130130
"vite-plugin-commonjs": "^0.10.4",
131131
"vite-tsconfig-paths": "^5.1.3",
132132
"vitest": "^2.1.6"

web/yarn.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6773,8 +6773,16 @@ string-argv@~0.3.2:
67736773
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
67746774
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
67756775

6776-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
6777-
name string-width-cjs
6776+
"string-width-cjs@npm:string-width@^4.2.0":
6777+
version "4.2.3"
6778+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6779+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6780+
dependencies:
6781+
emoji-regex "^8.0.0"
6782+
is-fullwidth-code-point "^3.0.0"
6783+
strip-ansi "^6.0.1"
6784+
6785+
string-width@^4.1.0:
67786786
version "4.2.3"
67796787
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
67806788
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6816,8 +6824,14 @@ stringify-entities@^4.0.0:
68166824
character-entities-html4 "^2.0.0"
68176825
character-entities-legacy "^3.0.0"
68186826

6819-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6820-
name strip-ansi-cjs
6827+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6828+
version "6.0.1"
6829+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6830+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6831+
dependencies:
6832+
ansi-regex "^5.0.1"
6833+
6834+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
68216835
version "6.0.1"
68226836
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
68236837
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7243,10 +7257,10 @@ vfile@^6.0.0:
72437257
"@types/unist" "^3.0.0"
72447258
vfile-message "^4.0.0"
72457259

7246-
vite-envs@^4.4.11:
7247-
version "4.4.11"
7248-
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.4.11.tgz#86e394cb4791dd563839b5d9931284566612ff8e"
7249-
integrity sha512-uJtnRYu+tB7dhmjvYDU8dgsCCGZet+O0Yh4P3HlTYGOhfqYyG/nFVEY3eZcS1/GH2hpKXTTB4NHX6v6xT5Dqzg==
7260+
vite-envs@^4.6.0:
7261+
version "4.6.0"
7262+
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.6.0.tgz#88533d95e09061a0c6c5bf992f36b8a46aac3e0c"
7263+
integrity sha512-LkkkWiIsJhogm0YP6hYJhjUFfG8KLKJvnwFtTz4J5Otg9/RjmCCTkgbJWdb65cv5vlvA8xwGfm+NwSMl5H1Wjg==
72507264

72517265
vite-node@2.1.6:
72527266
version "2.1.6"

0 commit comments

Comments
 (0)