diff --git a/package-lock.json b/package-lock.json index ff5b1b13..a2290d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jssha": "^3.3.0", "keycharm": "0.3.1", "lodash": "^4.17.21", - "marked": "^4.0.10", + "marked": "^18.0.4", "matchmedia-polyfill": "^0.3.2", "moment": "^2.29.4", "ngx-bootstrap": "^19.0.2", @@ -11489,7 +11489,6 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -16105,15 +16104,15 @@ } }, "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz", + "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 20" } }, "node_modules/matchmedia-polyfill": { @@ -21379,6 +21378,17 @@ "base64-arraybuffer": "^1.0.2" } }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "license": "MIT", + "peer": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/uvu": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", diff --git a/package.json b/package.json index c3d45cbd..af36e92f 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jssha": "^3.3.0", "keycharm": "0.3.1", "lodash": "^4.17.21", - "marked": "^4.0.10", + "marked": "^18.0.4", "matchmedia-polyfill": "^0.3.2", "moment": "^2.29.4", "ngx-bootstrap": "^19.0.2",