diff --git a/package-lock.json b/package-lock.json index d8af6abe21..cd289c2b4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lodash": "^4.17.23", "luxon": "^3.7.2", "marked": "^17.0.5", - "marked-gfm-heading-id": "^4.1.3", + "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", "sortablejs": "^1.15.7", @@ -9187,15 +9187,15 @@ } }, "node_modules/marked-gfm-heading-id": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.1.3.tgz", - "integrity": "sha512-aR0i63LmFbuxU/gAgrgz1Ir+8HK6zAIFXMlckeKHpV+qKbYaOP95L4Ux5Gi+sKmCZU5qnN2rdKpvpb7PnUBIWg==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.1.4.tgz", + "integrity": "sha512-CspnvVfHSkb/znqdPS4jUR8HtCjq3M/DnrsJCrfLBLvdrgbemmoINKpeWKQYkBiXAoBGejw0cV7xzqrPdup3WA==", "license": "MIT", "dependencies": { "github-slugger": "^2.0.0" }, "peerDependencies": { - "marked": ">=13 <18" + "marked": ">=13 <19" } }, "node_modules/material-colors": { diff --git a/package.json b/package.json index 0533f226a6..ebb11ba642 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.23", "luxon": "^3.7.2", "marked": "^17.0.5", - "marked-gfm-heading-id": "^4.1.3", + "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", "sortablejs": "^1.15.7",