Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v11 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 14, 2022
1 parent 4ec4c8c commit ccef11f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ts-slonik-live-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"d-forest": "3.2.4",
"dotenv": "10.0.0",
"dotenv": "11.0.0",
"pg": "8.7.1",
"pgsql-ast-parser": "9.2.1",
"safe-stable-stringify": "2.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4332,10 +4332,10 @@ dot-prop@^6.0.1:
dependencies:
is-obj "^2.0.0"

dotenv@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
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==

duplexer2@~0.1.0:
version "0.1.4"
Expand Down

0 comments on commit ccef11f

Please sign in to comment.