Skip to content

Commit b916dff

Browse files
chore(deps-dev): bump vite from 6.0.9 to 6.0.14
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.9 to 6.0.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.0.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.0.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c299801 commit b916dff

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"typescript": "5.3.3",
344344
"typescript-eslint": "8.19.1",
345345
"vinyl": "2.2.0",
346-
"vite": "6.0.9",
346+
"vite": "6.0.14",
347347
"webpack": "5.94.0",
348348
"webpack-bundle-analyzer": "4.10.1",
349349
"webpack-cli": "5.1.4",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22052,7 +22052,7 @@ string-length@^5.0.1:
2205222052
char-regex "^2.0.0"
2205322053
strip-ansi "^7.0.1"
2205422054

22055-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22055+
"string-width-cjs@npm:string-width@^4.2.0":
2205622056
version "4.2.3"
2205722057
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2205822058
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -22087,6 +22087,15 @@ string-width@^3.0.0, string-width@^3.1.0:
2208722087
is-fullwidth-code-point "^2.0.0"
2208822088
strip-ansi "^5.1.0"
2208922089

22090+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22091+
version "4.2.3"
22092+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
22093+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
22094+
dependencies:
22095+
emoji-regex "^8.0.0"
22096+
is-fullwidth-code-point "^3.0.0"
22097+
strip-ansi "^6.0.1"
22098+
2209022099
string-width@^5.0.1, string-width@^5.1.2:
2209122100
version "5.1.2"
2209222101
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -22193,7 +22202,7 @@ stringify-object@^3.3.0:
2219322202
is-obj "^1.0.1"
2219422203
is-regexp "^1.0.0"
2219522204

22196-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22205+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2219722206
version "6.0.1"
2219822207
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2219922208
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -22228,6 +22237,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2222822237
dependencies:
2222922238
ansi-regex "^4.1.0"
2223022239

22240+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22241+
version "6.0.1"
22242+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
22243+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
22244+
dependencies:
22245+
ansi-regex "^5.0.1"
22246+
2223122247
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2223222248
version "7.1.0"
2223322249
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24110,10 +24126,10 @@ vinyl@^0.5.0:
2411024126
clone-stats "^0.0.1"
2411124127
replace-ext "0.0.1"
2411224128

24113-
vite@6.0.9:
24114-
version "6.0.9"
24115-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.9.tgz#0a830b767ef7aa762360b56bdef955c1395dc1ee"
24116-
integrity sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==
24129+
vite@6.0.14:
24130+
version "6.0.14"
24131+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.14.tgz#76339651e85871de42e7be37d81a31abb0c374f5"
24132+
integrity sha512-RPfVU0Z3aFfl5BQG8xgIvuN8PofO6np7PBnurYSwx9hfcK6mjuTC5XQxA65L+pxmVbmT3Swqp9CYqc5VshQIfQ==
2411724133
dependencies:
2411824134
esbuild "^0.24.2"
2411924135
postcss "^8.4.49"
@@ -24561,7 +24577,7 @@ workspace-tools@^0.27.0:
2456124577
js-yaml "^4.1.0"
2456224578
micromatch "^4.0.0"
2456324579

24564-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
24580+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2456524581
version "7.0.0"
2456624582
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2456724583
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -24596,6 +24612,15 @@ wrap-ansi@^6.2.0:
2459624612
string-width "^4.1.0"
2459724613
strip-ansi "^6.0.0"
2459824614

24615+
wrap-ansi@^7.0.0:
24616+
version "7.0.0"
24617+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24618+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
24619+
dependencies:
24620+
ansi-styles "^4.0.0"
24621+
string-width "^4.1.0"
24622+
strip-ansi "^6.0.0"
24623+
2459924624
wrap-ansi@^8.1.0:
2460024625
version "8.1.0"
2460124626
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)