Skip to content

Commit ded257c

Browse files
chore(deps-dev): bump vite from 4.5.5 to 4.5.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09c949c commit ded257c

File tree

1 file changed

+42
-23
lines changed

1 file changed

+42
-23
lines changed

yarn.lock

+42-23
Original file line numberDiff line numberDiff line change
@@ -15156,11 +15156,16 @@ nanoid@^2.1.0:
1515615156
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
1515715157
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==
1515815158

15159-
nanoid@^3.3.4, nanoid@^3.3.7:
15159+
nanoid@^3.3.4:
1516015160
version "3.3.7"
1516115161
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
1516215162
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
1516315163

15164+
nanoid@^3.3.8:
15165+
version "3.3.8"
15166+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
15167+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
15168+
1516415169
nanoid@^5.0.7:
1516515170
version "5.0.8"
1516615171
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.8.tgz#7610003f6b3b761b5c244bb342c112c5312512bf"
@@ -17347,24 +17352,15 @@ postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.
1734717352
picocolors "^0.2.1"
1734817353
source-map "^0.6.1"
1734917354

17350-
postcss@^8.2.1, postcss@^8.4.43, postcss@^8.4.47:
17351-
version "8.4.49"
17352-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
17353-
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
17355+
postcss@^8.2.1, postcss@^8.4.26, postcss@^8.4.27, postcss@^8.4.43, postcss@^8.4.47:
17356+
version "8.5.1"
17357+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
17358+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
1735417359
dependencies:
17355-
nanoid "^3.3.7"
17360+
nanoid "^3.3.8"
1735617361
picocolors "^1.1.1"
1735717362
source-map-js "^1.2.1"
1735817363

17359-
postcss@^8.4.26, postcss@^8.4.27:
17360-
version "8.4.47"
17361-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
17362-
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
17363-
dependencies:
17364-
nanoid "^3.3.7"
17365-
picocolors "^1.1.0"
17366-
source-map-js "^1.2.1"
17367-
1736817364
preact@^10.0.0:
1736917365
version "10.20.1"
1737017366
resolved "https://registry.yarnpkg.com/preact/-/preact-10.20.1.tgz#1bc598ab630d8612978f7533da45809a8298542b"
@@ -19465,8 +19461,7 @@ string-hash@^1.1.1:
1946519461
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
1946619462
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
1946719463

19468-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
19469-
name string-width-cjs
19464+
"string-width-cjs@npm:string-width@^4.2.0":
1947019465
version "4.2.3"
1947119466
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1947219467
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -19484,6 +19479,15 @@ string-width@^1.0.1:
1948419479
is-fullwidth-code-point "^1.0.0"
1948519480
strip-ansi "^3.0.0"
1948619481

19482+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
19483+
version "4.2.3"
19484+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
19485+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
19486+
dependencies:
19487+
emoji-regex "^8.0.0"
19488+
is-fullwidth-code-point "^3.0.0"
19489+
strip-ansi "^6.0.1"
19490+
1948719491
string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
1948819492
version "2.1.1"
1948919493
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -19569,7 +19573,7 @@ [email protected]:
1956919573
is-obj "^1.0.1"
1957019574
is-regexp "^1.0.0"
1957119575

19572-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
19576+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1957319577
version "6.0.1"
1957419578
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1957519579
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -19597,6 +19601,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1959719601
dependencies:
1959819602
ansi-regex "^4.1.0"
1959919603

19604+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
19605+
version "6.0.1"
19606+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
19607+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
19608+
dependencies:
19609+
ansi-regex "^5.0.1"
19610+
1960019611
strip-ansi@^7.0.1:
1960119612
version "7.1.0"
1960219613
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -21425,9 +21436,9 @@ [email protected]:
2142521436
magic-string "^0.30.4"
2142621437

2142721438
vite@^4.2.1:
21428-
version "4.5.5"
21429-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
21430-
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
21439+
version "4.5.6"
21440+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.6.tgz#48bbd97fe06e8241df2e625b31c581707e10b57d"
21441+
integrity sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg==
2143121442
dependencies:
2143221443
esbuild "^0.18.10"
2143321444
postcss "^8.4.27"
@@ -21961,8 +21972,7 @@ wordwrap@^1.0.0:
2196121972
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2196221973
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
2196321974

21964-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
21965-
name wrap-ansi-cjs
21975+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2196621976
version "7.0.0"
2196721977
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2196821978
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -21989,6 +21999,15 @@ wrap-ansi@^6.2.0:
2198921999
string-width "^4.1.0"
2199022000
strip-ansi "^6.0.0"
2199122001

22002+
wrap-ansi@^7.0.0:
22003+
version "7.0.0"
22004+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
22005+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
22006+
dependencies:
22007+
ansi-styles "^4.0.0"
22008+
string-width "^4.1.0"
22009+
strip-ansi "^6.0.0"
22010+
2199222011
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2199322012
version "8.1.0"
2199422013
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)