diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-02-02 10:22:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 10:22:18 +0100 |
commit | 480f786fa0bfcc432e0b2b1f1fc2d0664a4c42d6 (patch) | |
tree | 8f798d94fbfd2ff6918e74b7f15724fc3e7a99dc /package.json | |
parent | e18c608cb470081e9ad1342b0abb0a7acb2fe458 (diff) | |
parent | 94392817c6c7dbd2c19240e3fc6065eb6c6b9c2b (diff) | |
download | nextcloud-server-480f786fa0bfcc432e0b2b1f1fc2d0664a4c42d6.tar.gz nextcloud-server-480f786fa0bfcc432e0b2b1f1fc2d0664a4c42d6.zip |
Merge pull request #25400 from nextcloud/dependabot/npm_and_yarn/marked-1.2.8
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 e38733fadb7..d4eb898a9ed 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.7", + "marked": "^1.2.8", "moment": "^2.29.1", "moment-timezone": "^0.5.32", "nextcloud-vue-collections": "^0.9.0", |