From 1394ee42d7cf317c846735c4e467f5075eb7b0ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 19:23:18 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2ace8a599a5e..d989186b2c62a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8194,9 +8194,9 @@ } }, "marked": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.8.tgz", - "integrity": "sha512-lzmFjGnzWHkmbk85q/ILZjFoHHJIQGF+SxGEfIdGk/XhiTPhqGs37gbru6Kkd48diJnEyYwnG67nru0Z2gQtuQ==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 41a7c4d0735b2..497eb7bb3a6fd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.20", - "marked": "^1.2.8", + "marked": "^4.0.10", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0",