Update dependency dotenv to ^16.1.2

This commit is contained in:
renovate[bot] 2023-05-31 16:59:23 +00:00
parent 20f444415c
commit 58c3560e5e
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.1",
"dotenv": "^16.1.2",
"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.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.1.tgz",
"integrity": "sha512-UGmzIqXU/4b6Vb3R1Vrfd/4vGgVlB+mO+vEixOdfRhLeppkyW2BMhuK7TL8d0el+q9c4lW9qK2wZYhNLFhXYLA==",
"version": "16.1.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.2.tgz",
"integrity": "sha512-RiNjjDF5yr9NtjqJqmWYA/XZShmt3r8FtJgAaqTiYqb99SqT0+aw5xAwOIvjMyXsH/C9/fLNafFkkZDwRi1KHA==",
"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.1",
"dotenv": "^16.1.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0",