We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327eb8f commit 8ee2444Copy full SHA for 8ee2444
backend/package.json
@@ -23,7 +23,7 @@
23
"@types/yamljs": "^0.2.31",
24
"cookie-parser": "^1.4.5",
25
"cors": "^2.8.5",
26
- "dotenv": "^17.2.2",
+ "dotenv": "^17.2.3",
27
"express": "^4.19.2",
28
"express-rate-limit": "^6.2.0",
29
"firebase-admin": "^11.10.0",
@@ -76,7 +76,11 @@
76
"ts-jest": "^27.0.3",
77
"typescript": "^4.1.5"
78
},
79
- "resolutions": {
+ "resolutions": {
80
"fs-capacitor": "^6.2.0"
81
- }
+ },
82
+ "engines": {
83
+ "node": ">=20.11.1"
84
85
+ "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
86
}
0 commit comments