fix(deps): update dotenv to 17.0.0 (#53)

This commit is contained in:
renovate[bot]
2025-07-01 15:55:05 +03:00
committed by GitHub
parent 9f4d340c40
commit 45acd82bb1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"dotenv": "^17.0.0",
"express": "^5.0.0",
"openapi-fetch": "^0.14.0"
},
@@ -566,9 +566,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz",
"integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View File

@@ -13,7 +13,7 @@
"author": "Ismo Vuorinen <https://github.com/ivuorinen>",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"dotenv": "^17.0.0",
"express": "^5.0.0",
"openapi-fetch": "^0.14.0"
},