Skip to content

Commit 0a3887d

Browse files
chore(deps): update dependency dotenv-expand to v13 (#22271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 8b2b6ad commit 0a3887d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"convert-source-map": "^2.0.0",
104104
"cors": "^2.8.6",
105105
"cross-spawn": "^7.0.6",
106-
"dotenv-expand": "^12.0.3",
106+
"dotenv-expand": "^13.0.0",
107107
"es-module-lexer": "^1.7.0",
108108
"esbuild": "^0.28.0",
109109
"escape-html": "^1.0.3",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ overrides:
1818
patchedDependencies:
1919
"sirv@3.0.2": "patches/sirv@3.0.2.patch"
2020
"chokidar@3.6.0": "patches/chokidar@3.6.0.patch"
21-
"dotenv-expand@12.0.3": "patches/dotenv-expand@12.0.3.patch"
21+
"dotenv-expand@13.0.0": "patches/dotenv-expand@13.0.0.patch"
2222
peerDependencyRules:
2323
allowedVersions:
2424
vite: "*"

0 commit comments

Comments
 (0)