Skip to content

Commit 676063c

Browse files
fix(deps): update dependency dotenv-expand to v10 (dotansimha#8905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 201d9e5 commit 676063c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/front-end/advanced/babel-optimized/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"css-loader": "6.7.3",
2727
"css-minimizer-webpack-plugin": "3.4.1",
2828
"dotenv": "16.0.3",
29-
"dotenv-expand": "5.1.0",
29+
"dotenv-expand": "10.0.0",
3030
"eslint": "8.22.0",
3131
"eslint-config-react-app": "7.0.1",
3232
"eslint-webpack-plugin": "3.2.0",

examples/front-end/advanced/babel-optimized/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4605,10 +4605,10 @@ dot-case@^3.0.4:
46054605
no-case "^3.0.4"
46064606
tslib "^2.0.3"
46074607

4608-
dotenv-expand@5.1.0:
4609-
version "5.1.0"
4610-
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
4611-
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
4608+
dotenv-expand@10.0.0:
4609+
version "10.0.0"
4610+
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
4611+
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
46124612

46134613
dotenv@16.0.3, dotenv@^16.0.0:
46144614
version "16.0.3"

0 commit comments

Comments
 (0)