Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to v16.4.5 (#2959)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent f95aab2 commit 9d1569e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@adyen/adyen-web-server": "1.0.0",
"@playwright/test": "1.48.2",
"cross-env": "^7.0.3",
"dotenv": "16.4.4",
"dotenv": "16.4.5",
"ts-loader": "9.4.4",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"core-js-pure": "^3.25.3",
"cross-env": "^7.0.3",
"css-loader": "^6.0.0",
"dotenv": "16.4.4",
"dotenv": "16.4.5",
"html-webpack-plugin": "5.6.3",
"postcss": "^8.4.31",
"postcss-loader": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "16.4.4",
"dotenv": "16.4.5",
"express": "^4.20.0"
},
"dependencies": {}
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4384,11 +4384,6 @@ dot-case@^3.0.4:
no-case "^3.0.4"
tslib "^2.0.3"

dotenv@16.4.4:
version "16.4.4"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==

dotenv@16.4.5:
version "16.4.5"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
Expand Down

0 comments on commit 9d1569e

Please sign in to comment.