Skip to content

Commit 261050b

Browse files
chore(deps): update vite to 4.5.6 🌟 (#1613)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d6bbc4 commit 261050b

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

yarn.lock

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9393,7 +9393,7 @@ nanoid@^2.1.0:
93939393
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
93949394
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==
93959395

9396-
nanoid@^3.3.7:
9396+
nanoid@^3.3.8:
93979397
version "3.3.8"
93989398
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
93999399
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
@@ -10287,11 +10287,11 @@ postcss-selector-parser@^6.0.10:
1028710287
util-deprecate "^1.0.2"
1028810288

1028910289
postcss@^8.4.27:
10290-
version "8.4.49"
10291-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
10292-
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
10290+
version "8.5.1"
10291+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
10292+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
1029310293
dependencies:
10294-
nanoid "^3.3.7"
10294+
nanoid "^3.3.8"
1029510295
picocolors "^1.1.1"
1029610296
source-map-js "^1.2.1"
1029710297

@@ -11572,7 +11572,16 @@ string-natural-compare@^3.0.1:
1157211572
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1157311573
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1157411574

11575-
"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.3:
11575+
"string-width-cjs@npm:string-width@^4.2.0":
11576+
version "4.2.3"
11577+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11578+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11579+
dependencies:
11580+
emoji-regex "^8.0.0"
11581+
is-fullwidth-code-point "^3.0.0"
11582+
strip-ansi "^6.0.1"
11583+
11584+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1157611585
version "4.2.3"
1157711586
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1157811587
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11664,7 +11673,14 @@ string_decoder@^1.1.1:
1166411673
dependencies:
1166511674
safe-buffer "~5.2.0"
1166611675

11667-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11676+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11677+
version "6.0.1"
11678+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11679+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11680+
dependencies:
11681+
ansi-regex "^5.0.1"
11682+
11683+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1166811684
version "6.0.1"
1166911685
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1167011686
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12449,9 +12465,9 @@ vite-plugin-istanbul@^4.1.0:
1244912465
test-exclude "^6.0.0"
1245012466

1245112467
"vite@^3.0.0 || ^4.0.0", vite@^4.4.2:
12452-
version "4.5.5"
12453-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
12454-
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
12468+
version "4.5.9"
12469+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.9.tgz#f4dfd4c4295743b50c3e3f90df798d70de699e4f"
12470+
integrity sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==
1245512471
dependencies:
1245612472
esbuild "^0.18.10"
1245712473
postcss "^8.4.27"
@@ -12717,7 +12733,7 @@ word-wrap@^1.2.5:
1271712733
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1271812734
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1271912735

12720-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12736+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1272112737
version "7.0.0"
1272212738
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1272312739
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12735,6 +12751,15 @@ wrap-ansi@^6.2.0:
1273512751
string-width "^4.1.0"
1273612752
strip-ansi "^6.0.0"
1273712753

12754+
wrap-ansi@^7.0.0:
12755+
version "7.0.0"
12756+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12757+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12758+
dependencies:
12759+
ansi-styles "^4.0.0"
12760+
string-width "^4.1.0"
12761+
strip-ansi "^6.0.0"
12762+
1273812763
wrap-ansi@^8.1.0:
1273912764
version "8.1.0"
1274012765
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)