Skip to content

Commit af4ee33

Browse files
Version 7.8.3
1 parent ffe71fb commit af4ee33

3 files changed

Lines changed: 25 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 7.9.0 2025-12-08
3+
## 7.8.3 2025-12-12
4+
5+
- Fixed CVE-2025-55183 and CVE-2025-55184 with update to Next.js 15.5.9 and React to 19.1.4
6+
7+
## 7.8.2 2025-12-08
48

59
- Fixed CVE-2025-55182 with update to Next.js 15.5.7 and React to 19.1.2
610

webapp/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"i18next": "^23.15.2",
2525
"ioredis": "^5.4.1",
2626
"iron-session": "^8.0.3",
27-
"next": "15.5.7",
27+
"next": "15.5.9",
2828
"nodemailer": "^6.9.15",
2929
"normalize.css": "^8.0.1",
3030
"ol": "^10.4.0",
3131
"ol-mapbox-style": "^12.4.1",
3232
"openid-client": "^5.7.0",
3333
"pino": "^9.5.0",
3434
"prismjs": "^1.30.0",
35-
"react": "19.1.2",
36-
"react-dom": "19.1.2",
35+
"react": "19.1.4",
36+
"react-dom": "19.1.4",
3737
"react-easy-crop": "^5.4.1",
3838
"sanitize-html": "^2.13.1",
3939
"sharp": "^0.34.2",

0 commit comments

Comments
 (0)