Skip to content

Commit 2d7f931

Browse files
chore(deps-dev): bump dotenv from 17.1.0 to 17.2.0 (#4517)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.1.0 to 17.2.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.1.0...v17.2.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1826c2 commit 2d7f931

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@playwright/test": "1.53.2",
2828
"cpr": "3.0.1",
2929
"cross-env": "^7.0.3",
30-
"dotenv": "^17.1.0",
30+
"dotenv": "^17.2.0",
3131
"http-server": "14.1.1",
3232
"npm-run-all2": "8.0.4",
3333
"tslib": "^2.8.1",

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"commander": "^14.0.0",
103103
"cpr": "3.0.1",
104104
"cross-env": "^7.0.3",
105-
"dotenv": "^17.1.0",
105+
"dotenv": "^17.2.0",
106106
"eslint": "^9.29.0",
107107
"eslint-config-prettier": "^10.1.5",
108108
"eslint-config-xo": "^0.47.0",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@playwright/test": "1.53.2",
5151
"cpr": "3.0.1",
5252
"cssnano": "^7.0.7",
53-
"dotenv": "^17.1.0",
53+
"dotenv": "^17.2.0",
5454
"glob": "11.0.3",
5555
"nodemon": "3.1.10",
5656
"prettier": "^3.6.2",

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@inquirer/prompts": "7.6.0",
73-
"dotenv": "^17.1.0",
73+
"dotenv": "^17.2.0",
7474
"find-versions": "^6.0.0",
7575
"glob": "^11.0.3",
7676
"inquirer": "^12.7.0",

0 commit comments

Comments
 (0)