Update dependency dotenv to ^16.1.1

This commit is contained in:
renovate[bot] 2023-05-31 02:03:34 +00:00
parent e4a9361e9d
commit 415bfc844a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"dotenv": "^16.1.0",
"dotenv": "^16.1.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0",
@ -3568,9 +3568,9 @@
}
},
"node_modules/dotenv": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.0.tgz",
"integrity": "sha512-XiwP/4cqatBNLEnKe169vPZCrovUmYngyVA4DgZ3uIVLJfZaBgr4uT0EF2TrEQqgWDDlekGo0muEYme5SR78Ww==",
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.1.tgz",
"integrity": "sha512-UGmzIqXU/4b6Vb3R1Vrfd/4vGgVlB+mO+vEixOdfRhLeppkyW2BMhuK7TL8d0el+q9c4lW9qK2wZYhNLFhXYLA==",
"dev": true,
"engines": {
"node": ">=12"

View file

@ -21,7 +21,7 @@
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"dotenv": "^16.1.0",
"dotenv": "^16.1.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0",