Skip to content

Commit 971b6c4

Browse files
authored
Merge pull request #127 from lightninglabs/dependabot/npm_and_yarn/vite-7.1.11
build(deps): bump vite from 7.1.7 to 7.1.11
2 parents ef487d8 + 55b29e2 commit 971b6c4

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,16 @@ stream-http@^3.2.0:
27452745
readable-stream "^3.6.0"
27462746
xtend "^4.0.2"
27472747

2748-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2748+
"string-width-cjs@npm:string-width@^4.2.0":
2749+
version "4.2.3"
2750+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2751+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2752+
dependencies:
2753+
emoji-regex "^8.0.0"
2754+
is-fullwidth-code-point "^3.0.0"
2755+
strip-ansi "^6.0.1"
2756+
2757+
string-width@^4.1.0:
27492758
version "4.2.3"
27502759
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
27512760
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2777,7 +2786,14 @@ string_decoder@~1.1.1:
27772786
dependencies:
27782787
safe-buffer "~5.1.0"
27792788

2780-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2789+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2790+
version "6.0.1"
2791+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2792+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2793+
dependencies:
2794+
ansi-regex "^5.0.1"
2795+
2796+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27812797
version "6.0.1"
27822798
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27832799
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3066,9 +3082,9 @@ vite-node@3.2.4:
30663082
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
30673083

30683084
"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
3069-
version "7.1.7"
3070-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.7.tgz#ed3f9f06e21d6574fe1ad425f6b0912d027ffc13"
3071-
integrity sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==
3085+
version "7.1.11"
3086+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.11.tgz#4d006746112fee056df64985191e846ebfb6007e"
3087+
integrity sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==
30723088
dependencies:
30733089
esbuild "^0.25.0"
30743090
fdir "^6.5.0"

0 commit comments

Comments
 (0)