Skip to content

Commit c94c275

Browse files
committed
fix: downgrade dotenv to ^16.4.5 to resolve dependency conflict
1 parent 9a6cfeb commit c94c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^20.0.0",
6060
"@typescript-eslint/eslint-plugin": "^6.0.0",
6161
"@typescript-eslint/parser": "^6.0.0",
62-
"dotenv": "^17.2.3",
62+
"dotenv": "^16.4.5",
6363
"eslint": "^8.0.0",
6464
"eslint-config-prettier": "^9.0.0",
6565
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)