diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-08-03 10:31:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 10:31:32 +0200 |
commit | bbdf69a9fbc3395e1d7b7ef873910ba86928416f (patch) | |
tree | 33ea252939615ac8e33d3aea65a1cd56808d3e52 /package-lock.json | |
parent | b57d8777e7c1dd224af1d77679cd7b943488fc95 (diff) | |
parent | 5273d25ea4719b44ad50deb161face79bd835880 (diff) | |
download | nextcloud-server-bbdf69a9fbc3395e1d7b7ef873910ba86928416f.tar.gz nextcloud-server-bbdf69a9fbc3395e1d7b7ef873910ba86928416f.zip |
Merge pull request #47013 from nextcloud/dependabot/npm_and_yarn/marked-13.0.3
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 59177c9cd05..6124d22d78a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.4", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^13.0.3", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0", @@ -20512,10 +20512,9 @@ } }, "node_modules/marked": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", - "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", - "license": "MIT", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", + "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", "bin": { "marked": "bin/marked.js" }, |