Skip to content

Commit 8ee2444

Browse files
committed
Update package.json
1 parent 327eb8f commit 8ee2444

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

backend/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/yamljs": "^0.2.31",
2424
"cookie-parser": "^1.4.5",
2525
"cors": "^2.8.5",
26-
"dotenv": "^17.2.2",
26+
"dotenv": "^17.2.3",
2727
"express": "^4.19.2",
2828
"express-rate-limit": "^6.2.0",
2929
"firebase-admin": "^11.10.0",
@@ -76,7 +76,11 @@
7676
"ts-jest": "^27.0.3",
7777
"typescript": "^4.1.5"
7878
},
79-
"resolutions": {
79+
"resolutions": {
8080
"fs-capacitor": "^6.2.0"
81-
}
81+
},
82+
"engines": {
83+
"node": ">=20.11.1"
84+
},
85+
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
8286
}

0 commit comments

Comments
 (0)