Skip to content

Commit

Permalink
Merge pull request #75 from diegomais/renovate/dotenv-16.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency dotenv to v16
  • Loading branch information
diegomais committed Mar 23, 2022
2 parents d9a8c73 + 1bae80d commit 667ee3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"mongoose": "^5.13.0",
"multer": "^1.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -692,10 +692,10 @@ dot-prop@^4.2.1:
dependencies:
is-obj "^1.0.0"

dotenv@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-11.0.0.tgz#ee37feddf8ada6d348a79e198312d4a8abfd1c1e"
integrity sha512-Fp/b504Y5W+e+FpCxTFMUZ7ZEQkQYF0rx+KZtmwixJxGQbLHrhCwo3FjZgNC8vIfrSi29PABNbMoCGD9YoiXbQ==
dotenv@^16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==

duplexer3@^0.1.4:
version "0.1.4"
Expand Down

0 comments on commit 667ee3b

Please sign in to comment.