diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-03 08:05:33 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-03 08:15:45 +0000 |
commit | 5273d25ea4719b44ad50deb161face79bd835880 (patch) | |
tree | cba096aca978f6db02661ce67f8093629262803a /package-lock.json | |
parent | 02799e28eaa6828b6478a353af8bc0960834aee4 (diff) | |
download | nextcloud-server-5273d25ea4719b44ad50deb161face79bd835880.tar.gz nextcloud-server-5273d25ea4719b44ad50deb161face79bd835880.zip |
build(deps): bump marked from 11.2.0 to 13.0.3
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 13.0.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v11.2.0...v13.0.3)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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 b911c9792bd..234fb0d4730 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" }, |