Skip to content

Commit 19b3e22

Browse files
chore(deps-dev): bump dotenv from 16.6.0 to 17.0.0 (#4435)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.0 to 17.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.0...v17.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb27be9 commit 19b3e22

File tree

4 files changed

+46
-9
lines changed

4 files changed

+46
-9
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.52.0",
2828
"cpr": "3.0.1",
2929
"cross-env": "^7.0.3",
30-
"dotenv": "^16.6.0",
30+
"dotenv": "^17.0.0",
3131
"http-server": "14.1.1",
3232
"npm-run-all2": "8.0.4",
3333
"tslib": "^2.8.1",

package-lock.json

Lines changed: 43 additions & 6 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
@@ -76,7 +76,7 @@
7676
"commander": "^14.0.0",
7777
"cpr": "3.0.1",
7878
"cross-env": "^7.0.3",
79-
"dotenv": "^16.6.0",
79+
"dotenv": "^17.0.0",
8080
"eslint": "8.57.1",
8181
"eslint-plugin-prettier": "^5.5.1",
8282
"find-versions": "^6.0.0",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@db-ux/icon-font-tools": "0.3.3",
5050
"cpr": "3.0.1",
5151
"cssnano": "^7.0.7",
52-
"dotenv": "^16.6.0",
52+
"dotenv": "^17.0.0",
5353
"glob": "11.0.3",
5454
"nodemon": "3.1.10",
5555
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)