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

View File

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