Commits on Source (7)
-
2f7bd42c
-
Pierre Ecarlat authored
feat(dashboard): new access interface See merge request !477
b4598446 -
e949b317
-
Marlène SIMONDANT authored
feat(dashboard) : create dashboard ! See merge request !478
53e18a1c -
Marlène SIMONDANT authoredafbd8460
-
Marlène SIMONDANT authoredbe8c3a42
-
Renovate Bot authored39d11ba0
Showing
- package-lock.json 5857 additions, 9559 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/auth/auth.service.spec.ts 2 additions, 0 deletionssrc/auth/auth.service.spec.ts
- src/auth/auth.service.ts 2 additions, 1 deletionsrc/auth/auth.service.ts
- src/posts/posts.service.ts 5 additions, 1 deletionsrc/posts/posts.service.ts
This diff is collapsed.
... | ... | @@ -27,7 +27,7 @@ |
}, | ||
"engines": { | ||
"node": ">=20.0.0 <21.0.0", | ||
"npm": "^10.2.0" | ||
"npm": "^11.0.0" | ||
}, | ||
"dependencies": { | ||
"@elastic/elasticsearch": "~8.17.0", | ||
... | ... |