Skip to content

Commit 5d9a672

Browse files
chore(dev-deps): update dependency vite to ^2.9.16
1 parent 1bc47c8 commit 5d9a672

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"rollup-plugin-license": "^3.0.1",
8080
"rollup-plugin-vue": "6.0.0",
8181
"typescript": "4.9.5",
82-
"vite": "^2.9.15",
82+
"vite": "^2.9.16",
8383
"vitest": "^0.34.0",
8484
"vue": "3.3.4",
8585
"vue-template-compiler": "2.7.14",

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -4982,7 +4982,16 @@ stream-combiner@~0.0.4:
49824982
dependencies:
49834983
duplexer "~0.1.1"
49844984

4985-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4985+
"string-width-cjs@npm:string-width@^4.2.0":
4986+
version "4.2.3"
4987+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4988+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4989+
dependencies:
4990+
emoji-regex "^8.0.0"
4991+
is-fullwidth-code-point "^3.0.0"
4992+
strip-ansi "^6.0.1"
4993+
4994+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
49864995
version "4.2.3"
49874996
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49884997
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5027,7 +5036,7 @@ string.prototype.trimstart@^1.0.6:
50275036
define-properties "^1.1.4"
50285037
es-abstract "^1.20.4"
50295038

5030-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5039+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
50315040
version "6.0.1"
50325041
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50335042
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5041,6 +5050,13 @@ strip-ansi@^3.0.0:
50415050
dependencies:
50425051
ansi-regex "^2.0.0"
50435052

5053+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5054+
version "6.0.1"
5055+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5056+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5057+
dependencies:
5058+
ansi-regex "^5.0.1"
5059+
50445060
strip-ansi@^7.0.1:
50455061
version "7.1.0"
50465062
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5381,10 +5397,10 @@ [email protected]:
53815397
picocolors "^1.0.0"
53825398
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"
53835399

5384-
vite@^2.9.15:
5385-
version "2.9.16"
5386-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9"
5387-
integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==
5400+
vite@^2.9.16:
5401+
version "2.9.17"
5402+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.17.tgz#6b770525e12fa2a2e3a0fa0d028d304f4f7dc7d4"
5403+
integrity sha512-XxcRzra6d7xrKXH66jZUgb+srThoPu+TLJc06GifUyKq9JmjHkc1Numc8ra0h56rju2jfVWw3B3fs5l3OFMvUw==
53885404
dependencies:
53895405
esbuild "^0.14.27"
53905406
postcss "^8.4.13"
@@ -5558,7 +5574,7 @@ why-is-node-running@^2.2.2:
55585574
siginfo "^2.0.0"
55595575
stackback "0.0.2"
55605576

5561-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5577+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55625578
version "7.0.0"
55635579
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55645580
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5576,6 +5592,15 @@ wrap-ansi@^6.2.0:
55765592
string-width "^4.1.0"
55775593
strip-ansi "^6.0.0"
55785594

5595+
wrap-ansi@^7.0.0:
5596+
version "7.0.0"
5597+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5598+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5599+
dependencies:
5600+
ansi-styles "^4.0.0"
5601+
string-width "^4.1.0"
5602+
strip-ansi "^6.0.0"
5603+
55795604
wrap-ansi@^8.1.0:
55805605
version "8.1.0"
55815606
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)