diff --git a/package-lock.json b/package-lock.json index 14c6fbcea282a..0fe65aaaf5a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.60", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^13.0.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0", @@ -65,7 +65,7 @@ "pinia": "^2.1.7", "query-string": "^9.0.0", "regenerator-runtime": "^0.14.1", - "select2": "^4.0.8", + "select2": "4.0.8", "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", "throttle-debounce": "^5.0.0", @@ -19228,9 +19228,10 @@ } }, "node_modules/marked": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", - "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", + "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 5d2e0fa7c347c..96cb7de3a503a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.60", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^13.0.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0",