Skip to content

Commit 2950144

Browse files
committed
chore(deps): update dependency dotenv to v10
1 parent d107ddb commit 2950144

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@types/node": "8.10.66",
123123
"@typescript-eslint/eslint-plugin": "4.31.1",
124124
"@typescript-eslint/parser": "4.31.1",
125-
"dotenv": "9.0.2",
125+
"dotenv": "10.0.0",
126126
"eslint": "7.32.0",
127127
"eslint-config-prettier": "8.3.0",
128128
"generate-package-json-webpack-plugin": "2.3.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,21 +3972,16 @@ dot-prop@^5.1.0:
39723972
dependencies:
39733973
is-obj "^2.0.0"
39743974

3975-
dotenv@9.0.2:
3976-
version "9.0.2"
3977-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05"
3978-
integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==
3975+
dotenv@10.0.0, dotenv@~10.0.0:
3976+
version "10.0.0"
3977+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
3978+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
39793979

39803980
dotenv@^5.0.1:
39813981
version "5.0.1"
39823982
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
39833983
integrity sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==
39843984

3985-
dotenv@~10.0.0:
3986-
version "10.0.0"
3987-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
3988-
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
3989-
39903985
duplexer2@~0.1.0:
39913986
version "0.1.4"
39923987
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"

0 commit comments

Comments
 (0)