diff --git a/package-lock.json b/package-lock.json index 7e17997..f491dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", - "dotenv": "^16.3.0", + "dotenv": "^16.3.1", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-config-typescript": "^3.0.0", @@ -3569,9 +3569,9 @@ } }, "node_modules/dotenv": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.0.tgz", - "integrity": "sha512-tHB+hmf8MRCkT3VVivGiG8kq9HiGTmQ3FzOKgztfpJQH1IWuZTOvKSJmHNnQPowecAmkCJhLrxdPhOr06LLqIQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "dev": true, "engines": { "node": ">=12" diff --git a/package.json b/package.json index e787dac..70cfc37 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", - "dotenv": "^16.3.0", + "dotenv": "^16.3.1", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-config-typescript": "^3.0.0",