|
@@ -4468,6 +4468,11 @@ dot-prop@^5.1.0:
|
|
|
dependencies:
|
|
|
is-obj "^2.0.0"
|
|
|
|
|
|
+dotenv-expand@^5.1.0:
|
|
|
+ version "5.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
|
|
|
+ integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
|
|
|
+
|
|
|
dotenv@^10.0.0:
|
|
|
version "10.0.0"
|
|
|
resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
|
|
@@ -11173,13 +11178,16 @@ vite-plugin-compression@^0.3.3:
|
|
|
debug "^4.3.2"
|
|
|
fs-extra "^10.0.0"
|
|
|
|
|
|
-vite-plugin-html@^2.0.7:
|
|
|
- version "2.0.7"
|
|
|
- resolved "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-2.0.7.tgz#55139ff8a843ba3b3d5cd48610ca6f6afdf7c23d"
|
|
|
- integrity sha512-c2fFBxRqP+jbJX/uMZ6pTXcOWZHEtjcki+u609+KIOIjhR+nDY6zBbRvCy29n9Sc0X+CBhFcj2pPLLAtS5ERJQ==
|
|
|
+vite-plugin-html@^2.1.0:
|
|
|
+ version "2.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/vite-plugin-html/-/vite-plugin-html-2.1.0.tgz#77b6ee11d9cdbdf766b5731fd416bacf26744fce"
|
|
|
+ integrity sha512-xdyHA/LdtmQtVTpPVqmrJaO/iuwx0k/r2M0BFnfYBloLCvp9FeCW/fR3yucQePRzE19bU72QldBE6EB1toZACw==
|
|
|
dependencies:
|
|
|
+ "@rollup/pluginutils" "^4.1.1"
|
|
|
+ dotenv "^10.0.0"
|
|
|
+ dotenv-expand "^5.1.0"
|
|
|
ejs "^3.1.6"
|
|
|
- fs-extra "^9.1.0"
|
|
|
+ fs-extra "^10.0.0"
|
|
|
html-minifier-terser "^5.1.1"
|
|
|
|
|
|
vite-plugin-imagemin@^0.4.3:
|