@prenta/core 5.8.0 → 5.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @actuate-media/cms-core
2
2
 
3
+ ## 5.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ce5ab9e: Bump `sharp` to `^0.35.4` (libheif advisories GHSA-g89c-p67h-r497 / GHSA-2jg2-4ch7-h545). Dev/peer ranges for `next` move to `^16.3.4` (GHSA-p293-qw3h-jr36, GHSA-2xp9-vwfh-vxw4); consumers should upgrade Next.js to 16.3.3 or later.
8
+
3
9
  ## 5.8.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prenta/core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -181,7 +181,7 @@
181
181
  "@prisma/client": "^7.8.0",
182
182
  "jose": "^6.2.9",
183
183
  "sanitize-html": "^2.17.7",
184
- "sharp": "^0.35.0",
184
+ "sharp": "^0.35.4",
185
185
  "turndown": "^7.2.4",
186
186
  "yjs": "^13.6.0",
187
187
  "zod": "^3.23.0",
@@ -229,7 +229,7 @@
229
229
  "dotenv": "^17.3.1",
230
230
  "graphql": "^16.13.2",
231
231
  "graphql-yoga": "^5.19.0",
232
- "next": "^16.2.12",
232
+ "next": "^16.3.4",
233
233
  "pg": "^8.20.0",
234
234
  "prisma": "^7.8.0",
235
235
  "react": "^19.2.4",