Skip to content

Commit 87ff863

Browse files
chore(deps): update dependency vite-envs to ^4.6.0
1 parent 99d2354 commit 87ff863

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
@@ -127,7 +127,7 @@
127127
"typescript": "^5.7.2",
128128
"typescript-eslint": "^8.16.0",
129129
"vite": "^6.0.1",
130-
"vite-envs": "^4.4.11",
130+
"vite-envs": "^4.6.0",
131131
"vite-plugin-commonjs": "^0.10.4",
132132
"vite-tsconfig-paths": "^5.1.3",
133133
"vitest": "^2.1.6"

web/yarn.lock

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

6782-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
6782+
"string-width-cjs@npm:string-width@^4.2.0":
6783+
version "4.2.3"
6784+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6785+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6786+
dependencies:
6787+
emoji-regex "^8.0.0"
6788+
is-fullwidth-code-point "^3.0.0"
6789+
strip-ansi "^6.0.1"
6790+
6791+
string-width@^4.1.0:
67836792
version "4.2.3"
67846793
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
67856794
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6821,7 +6830,14 @@ stringify-entities@^4.0.0:
68216830
character-entities-html4 "^2.0.0"
68226831
character-entities-legacy "^3.0.0"
68236832

6824-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6833+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6834+
version "6.0.1"
6835+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6836+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6837+
dependencies:
6838+
ansi-regex "^5.0.1"
6839+
6840+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
68256841
version "6.0.1"
68266842
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
68276843
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7247,10 +7263,10 @@ vfile@^6.0.0:
72477263
"@types/unist" "^3.0.0"
72487264
vfile-message "^4.0.0"
72497265

7250-
vite-envs@^4.4.11:
7251-
version "4.4.11"
7252-
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.4.11.tgz#86e394cb4791dd563839b5d9931284566612ff8e"
7253-
integrity sha512-uJtnRYu+tB7dhmjvYDU8dgsCCGZet+O0Yh4P3HlTYGOhfqYyG/nFVEY3eZcS1/GH2hpKXTTB4NHX6v6xT5Dqzg==
7266+
vite-envs@^4.6.0:
7267+
version "4.6.0"
7268+
resolved "https://registry.yarnpkg.com/vite-envs/-/vite-envs-4.6.0.tgz#88533d95e09061a0c6c5bf992f36b8a46aac3e0c"
7269+
integrity sha512-LkkkWiIsJhogm0YP6hYJhjUFfG8KLKJvnwFtTz4J5Otg9/RjmCCTkgbJWdb65cv5vlvA8xwGfm+NwSMl5H1Wjg==
72547270

72557271
vite-node@2.1.6:
72567272
version "2.1.6"

0 commit comments

Comments
 (0)