Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v9 (#2200)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency dotenv to v9

* Create khaki-keys-agree.md

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tobias Deekens <[email protected]>
  • Loading branch information
3 people authored May 11, 2021
1 parent 91814e4 commit 9b9cf92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-keys-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@commercetools-frontend/mc-scripts": patch
---

fix(deps): update dependency dotenv to v9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"babel-plugin-typescript-to-proptypes": "1.4.2",
"cross-env": "7.0.3",
"cypress": "7.2.0",
"dotenv": "8.5.1",
"dotenv": "9.0.2",
"eslint": "7.25.0",
"eslint-formatter-pretty": "4.0.0",
"eslint-plugin-graphql": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"core-js": "3.11.1",
"css-loader": "5.2.4",
"css-minimizer-webpack-plugin": "2.0.0",
"dotenv": "8.5.1",
"dotenv": "9.0.2",
"dotenv-expand": "5.1.0",
"fs-extra": "9.1.0",
"graphql-tag": "^2.11.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9969,10 +9969,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==

dotenv@8.5.1:
version "8.5.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.5.1.tgz#e3a4c7862daba51b92bce0da5c349f11faa28663"
integrity sha512-qC1FbhCH7UH7B+BcRNUDhAk04d/n+tnGGB1ctwndZkVFeehYJOn39pRWWzmdzpFqImyX1KB8tO0DCHLf8yRaYQ==
dotenv@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05"
integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==

dotenv@^7.0.0:
version "7.0.0"
Expand Down

1 comment on commit 9b9cf92

@vercel
Copy link

@vercel vercel bot commented on 9b9cf92 May 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.