diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 03:40:36 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-30 20:39:07 +0100 |
commit | cc0273d081036fe064c2e9a168fbad914e12389b (patch) | |
tree | d0e087be0c5a3d2b8b91b81c3433f9b046f5b729 /package-lock.json | |
parent | 6c49e9c68a25850474dbc0155194124c2bd55e93 (diff) | |
download | nextcloud-server-cc0273d081036fe064c2e9a168fbad914e12389b.tar.gz nextcloud-server-cc0273d081036fe064c2e9a168fbad914e12389b.zip |
chore(deps): Bump marked from 9.1.5 to 11.2.0
Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 11.2.0.
- [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/v9.1.5...v11.2.0)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index d0f4a7cd721..7fad97293bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.41", "lodash": "^4.17.21", - "marked": "^9.1.5", + "marked": "^11.2.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", @@ -18316,14 +18316,14 @@ } }, "node_modules/marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", + "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/material-colors": { |