diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-04-16 08:15:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 08:15:53 +0200 |
commit | a8064fdd06127bdb7341b2b1a00001e089c4b87c (patch) | |
tree | 9386d0dc0722fd3fc44eba87c35f8731c02c02f6 /package.json | |
parent | 9302e1b8ddfc0d92c112caf82fdd0eba48e9dae4 (diff) | |
parent | 4cb13de4643a591e309e76f9080a4fb942bbebf6 (diff) | |
download | nextcloud-server-a8064fdd06127bdb7341b2b1a00001e089c4b87c.tar.gz nextcloud-server-a8064fdd06127bdb7341b2b1a00001e089c4b87c.zip |
Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2
Bump marked from 0.6.1 to 0.6.2
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 e392e058934..3a656a18461 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.6", "lodash": "^4.17.11", - "marked": "^0.6.1", + "marked": "^0.6.2", "moment": "^2.24.0", "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.1", |