npm audit

This commit is contained in:
hamid zarghami
2026-01-08 11:46:52 +03:30
parent 71623bea39
commit eb4a29ddd5
2 changed files with 667 additions and 480 deletions
+7 -1
View File
@@ -19,7 +19,7 @@
"i18next": "^24.2.0",
"iconsax-react": "^0.0.8",
"js-cookie": "^2.2.1",
"jspdf": "^3.0.1",
"jspdf": "^4.0.0",
"moment-jalaali": "^0.10.4",
"rc-rate": "^2.13.0",
"react": "^19.0.0",
@@ -60,5 +60,11 @@
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1"
},
"overrides": {
"react-helmet-async": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}