Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to v16.4.7 (#3048)
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 Jan 2, 2025
1 parent 933f970 commit 1517eee
Show file tree
Hide file tree
Showing 5 changed files with 8 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.5",
"dotenv": "16.4.7",
"ts-loader": "9.4.4",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"enzyme": "3.11.0",
"enzyme-adapter-preact-pure": "4.1.0",
"eslint": "9.7.0",
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.5",
"dotenv": "16.4.7",
"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.5",
"dotenv": "16.4.7",
"express": "^4.20.0"
},
"dependencies": {}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4397,10 +4397,10 @@ dot-case@^3.0.4:
no-case "^3.0.4"
tslib "^2.0.3"

[email protected].5:
version "16.4.5"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
[email protected].7:
version "16.4.7"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==

eastasianwidth@^0.2.0:
version "0.2.0"
Expand Down

0 comments on commit 1517eee

Please sign in to comment.