From db03b56fbead7aee72d671977aad4686fb27ba50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:13:41 +0000 Subject: [PATCH] CHORE(NPM) - bump vite-plugin-env-compatible from 1.1.1 to 2.0.1 Bumps [vite-plugin-env-compatible](https://github.com/IndexXuan/vite-plugin-env-compatible) from 1.1.1 to 2.0.1. - [Release notes](https://github.com/IndexXuan/vite-plugin-env-compatible/releases) - [Commits](https://github.com/IndexXuan/vite-plugin-env-compatible/commits) --- updated-dependencies: - dependency-name: vite-plugin-env-compatible dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02bd22042c..ac7c02990f 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "typescript": "5.0.3", "vite": "4.5.2", "vite-plugin-checker": "0.6.2", - "vite-plugin-env-compatible": "1.1.1", + "vite-plugin-env-compatible": "2.0.1", "vite-plugin-imp": "2.4.0", "vite-tsconfig-paths": "4.2.0" }, diff --git a/yarn.lock b/yarn.lock index e2137b5325..5299db6782 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8361,11 +8361,21 @@ dot-case@^3.0.4: no-case "^3.0.4" tslib "^2.0.3" +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-expand@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37" integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A== +dotenv@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" + integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== + dotenv@^16.0.0, dotenv@^16.3.1: version "16.3.1" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" @@ -15721,10 +15731,13 @@ vite-plugin-checker@0.6.2: vscode-languageserver-textdocument "^1.0.1" vscode-uri "^3.0.2" -vite-plugin-env-compatible@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-1.1.1.tgz#2e11b059a5f3e8fc609d6a4bba84ca497081ee20" - integrity sha512-4lqhBWhOzP+SaCPoCVdmpM5cXzjKQV5jgFauxea488oOeElXo/kw6bXkMIooZhrh9q7gclTl8en6N9NmnqUwRQ== +vite-plugin-env-compatible@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-2.0.1.tgz#9f9f3bc973d6d49b5ad41c14f9b66a691f96eac3" + integrity sha512-DRrOZTg/W44ojVQQfGSMPEgYQGzp5TeIpt9cpaK35hTOC/b2D7Ffl8/RIgK8vQ0mlnDIUgETcA173bnMEkyzdw== + dependencies: + dotenv "8.2.0" + dotenv-expand "5.1.0" vite-plugin-imp@2.4.0: version "2.4.0"