1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Bump dotenv from 16.5.0 to 17.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 17.0.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.5.0...v17.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-01 08:51:54 +00:00
committed by GitHub
parent fd684f3720
commit 0e8092a8a3
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"cuss": "2.2.0",
"dayjs": "^1.11.13",
"dereference-json-schema": "^0.2.1",
"dotenv": "^16.4.7",
"dotenv": "^17.0.0",
"escape-string-regexp": "5.0.0",
"express": "^5.1.0",
"fastest-levenshtein": "1.0.16",
@@ -7299,10 +7299,9 @@
}
},
"node_modules/dotenv": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"license": "BSD-2-Clause",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz",
"integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==",
"engines": {
"node": ">=12"
},

View File

@@ -270,7 +270,7 @@
"cuss": "2.2.0",
"dayjs": "^1.11.13",
"dereference-json-schema": "^0.2.1",
"dotenv": "^16.4.7",
"dotenv": "^17.0.0",
"escape-string-regexp": "5.0.0",
"express": "^5.1.0",
"fastest-levenshtein": "1.0.16",