build(deps-dev): bump dotenv from 17.0.1 to 17.2.0 (#8761)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.0.1 to 17.2.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.0.1...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-07-12 14:02:49 +02:00 committed by GitHub
parent 46beb2931f
commit 0a426cbd5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

9
package-lock.json generated
View File

@ -22,7 +22,7 @@
"cypress": "^14.5.1",
"cypress-network-idle": "^1.15.0",
"date-fns": "^3.6.0",
"dotenv": "^17.0.1",
"dotenv": "^17.2.0",
"graphql-request": "^2.0.0",
"import": "^0.0.6",
"jsonwebtoken": "^9.0.2",
@ -8393,10 +8393,11 @@
}
},
"node_modules/dotenv": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.1.tgz",
"integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.0.tgz",
"integrity": "sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},

View File

@ -46,7 +46,7 @@
"cypress": "^14.5.1",
"cypress-network-idle": "^1.15.0",
"date-fns": "^3.6.0",
"dotenv": "^17.0.1",
"dotenv": "^17.2.0",
"graphql-request": "^2.0.0",
"import": "^0.0.6",
"jsonwebtoken": "^9.0.2",

View File

@ -4188,10 +4188,10 @@ domutils@^3.0.1, domutils@^3.1.0:
domelementtype "^2.3.0"
domhandler "^5.0.3"
dotenv@^17.0.1:
version "17.0.1"
resolved "https://registry.npmjs.org/dotenv/-/dotenv-17.0.1.tgz"
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
dotenv@^17.2.0:
version "17.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.0.tgz#e19678fdabcf86d4bfdb6764a758d7d44efbb6a2"
integrity sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ==
dotenv@^4.0.0:
version "4.0.0"