Skip to content

Commit 5d3dc09

Browse files
chore(deps): update dependency vite to v4.4.4 (#209)
1 parent 412611c commit 5d3dc09

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"import-http": "0.3.1",
2121
"sass": "1.62.0",
2222
"unplugin-vue-components": "0.24.1",
23-
"vite": "4.4.2"
23+
"vite": "4.4.4"
2424
}
2525
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,10 @@ postcss@^8.1.10:
770770
nanoid "^3.1.22"
771771
source-map "^0.6.1"
772772

773-
postcss@^8.4.24:
774-
version "8.4.25"
775-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
776-
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
773+
postcss@^8.4.25:
774+
version "8.4.26"
775+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94"
776+
integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==
777777
dependencies:
778778
nanoid "^3.3.6"
779779
picocolors "^1.0.0"
@@ -927,13 +927,13 @@ unplugin@^1.1.0:
927927
webpack-sources "^3.2.3"
928928
webpack-virtual-modules "^0.5.0"
929929

930-
931-
version "4.4.2"
932-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.2.tgz#acd47de771c498aec80e4900f30133d9529b278a"
933-
integrity sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==
930+
931+
version "4.4.4"
932+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.4.tgz#b76e6049c0e080cb54e735ad2d18287753752118"
933+
integrity sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==
934934
dependencies:
935935
esbuild "^0.18.10"
936-
postcss "^8.4.24"
936+
postcss "^8.4.25"
937937
rollup "^3.25.2"
938938
optionalDependencies:
939939
fsevents "~2.3.2"

0 commit comments

Comments
 (0)