Skip to content

Commit 7222b9a

Browse files
authored
Merge pull request #615 from OpenAPITools/renovate/dotenv-16.x
chore(deps): update dependency dotenv to v16
2 parents 44d4caa + b543cfa commit 7222b9a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

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

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4278,16 +4278,21 @@ dot-prop@^5.1.0:
42784278
dependencies:
42794279
is-obj "^2.0.0"
42804280

4281-
dotenv@10.0.0, dotenv@~10.0.0:
4282-
version "10.0.0"
4283-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
4284-
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
4281+
dotenv@16.0.0:
4282+
version "16.0.0"
4283+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
4284+
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
42854285

42864286
dotenv@^5.0.1:
42874287
version "5.0.1"
42884288
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
42894289
integrity sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==
42904290

4291+
dotenv@~10.0.0:
4292+
version "10.0.0"
4293+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
4294+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
4295+
42914296
duplexer2@~0.1.0:
42924297
version "0.1.4"
42934298
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"

0 commit comments

Comments
 (0)