mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency dotenv to ^16.1.2
This commit is contained in:
parent
20f444415c
commit
58c3560e5e
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue