Update dependency dotenv to ^16.3.0

This commit is contained in:
renovate[bot] 2023-06-16 20:34:07 +00:00
parent 0720a4f0ec
commit 02cec78bf7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/jest": "^29.5.2", "@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11", "@typescript-eslint/parser": "^5.59.11",
"dotenv": "^16.2.0", "dotenv": "^16.3.0",
"eslint": "^8.42.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",
@ -3569,9 +3569,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.2.0", "version": "16.3.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.2.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.0.tgz",
"integrity": "sha512-jcq2vR1DY1+QA+vH58RIrWLDZOifTGmyQJWzP9arDUbgZcySdzuBb1WvhWZzZtiXgfm+GW2pjBqStqlfpzq7wQ==", "integrity": "sha512-tHB+hmf8MRCkT3VVivGiG8kq9HiGTmQ3FzOKgztfpJQH1IWuZTOvKSJmHNnQPowecAmkCJhLrxdPhOr06LLqIQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12" "node": ">=12"

View file

@ -22,7 +22,7 @@
"@types/jest": "^29.5.2", "@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11", "@typescript-eslint/parser": "^5.59.11",
"dotenv": "^16.2.0", "dotenv": "^16.3.0",
"eslint": "^8.42.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",