diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-13 02:03:50 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-11-13 15:53:31 +0000 |
commit | b55e1731280b1a86e71cb74f44f252d118c46656 (patch) | |
tree | 0a05f747bce9ee50611d30989c3fbca0f0215b71 /package.json | |
parent | f9f02ef45c5b0a7fa47a3a297e528ac81c720c80 (diff) | |
download | nextcloud-server-b55e1731280b1a86e71cb74f44f252d118c46656.tar.gz nextcloud-server-b55e1731280b1a86e71cb74f44f252d118c46656.zip |
Bump marked from 3.0.7 to 4.0.2
Bumps [marked](https://github.com/markedjs/marked) from 3.0.7 to 4.0.2.
- [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/v3.0.7...v4.0.2)
---
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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7f4b67f81c4..028ac687853 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^3.0.7", + "marked": "^4.0.2", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0", |