Skip to content

Commit c5f74c4

Browse files
dependabot[bot]GregHolmes
authored andcommitted
chore(deps-dev): bump vite from 4.5.13 to 4.5.14 in /examples
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.13 to 4.5.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 4.5.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac2e85c commit c5f74c4

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

examples/yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,8 +2642,16 @@ [email protected]:
26422642
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
26432643
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
26442644

2645-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2646-
name string-width-cjs
2645+
"string-width-cjs@npm:string-width@^4.2.0":
2646+
version "4.2.3"
2647+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2648+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2649+
dependencies:
2650+
emoji-regex "^8.0.0"
2651+
is-fullwidth-code-point "^3.0.0"
2652+
strip-ansi "^6.0.1"
2653+
2654+
string-width@^4.1.0:
26472655
version "4.2.3"
26482656
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
26492657
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2661,7 +2669,14 @@ string-width@^5.0.1, string-width@^5.1.2:
26612669
emoji-regex "^9.2.2"
26622670
strip-ansi "^7.0.1"
26632671

2664-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2672+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2673+
version "6.0.1"
2674+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2675+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2676+
dependencies:
2677+
ansi-regex "^5.0.1"
2678+
2679+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
26652680
version "6.0.1"
26662681
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
26672682
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2906,9 +2921,9 @@ vary@^1, vary@~1.1.2:
29062921
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
29072922

29082923
vite@4:
2909-
version "4.5.13"
2910-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.13.tgz#778534a947112c6c455e89737730fae5d458a294"
2911-
integrity sha512-Hgp8IF/yZDzKsN1hQWOuQZbrKiaFsbQud+07jJ8h9m9PaHWkpvZ5u55Xw5yYjWRXwRQ4jwFlJvY7T7FUJG9MCA==
2924+
version "4.5.14"
2925+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.14.tgz#2e652bc1d898265d987d6543ce866ecd65fa4086"
2926+
integrity sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==
29122927
dependencies:
29132928
esbuild "^0.18.10"
29142929
postcss "^8.4.27"

0 commit comments

Comments
 (0)