diff --git a/package.json b/package.json index dfb01ed..e0e0905 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@types/vscode": "^1.107.0", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.21.0", - "dotenv": "^16.3.1", + "dotenv": "^17.2.3", "eslint": "^8.52.0", "jest": "^29.7.0", "ts-jest": "^29.4.6", diff --git a/yarn.lock b/yarn.lock index a98d34f..9cfad91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1229,10 +1229,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" - integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== +dotenv@^17.2.3: + version "17.2.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2" + integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w== electron-to-chromium@^1.4.535: version "1.4.594"