diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-30 14:40:57 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-07-31 09:17:25 +0200 |
commit | fc31cb8bf2d6cf7ee7af46af38e1b06002f7fb26 (patch) | |
tree | e036961ff306052f0791f582b6927e0a1c6472f4 | |
parent | 8962a42218e81e36ce4549db6e74b51cba4428b6 (diff) | |
download | nextcloud-server-fc31cb8bf2d6cf7ee7af46af38e1b06002f7fb26.tar.gz nextcloud-server-fc31cb8bf2d6cf7ee7af46af38e1b06002f7fb26.zip |
Bump marked from 1.1.0 to 1.1.1
Bumps [marked](https://github.com/markedjs/marked) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v1.1.0...v1.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index a3ad48f906a..35ba6c4b0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9634,9 +9634,9 @@ } }, "marked": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.0.tgz", - "integrity": "sha512-EkE7RW6KcXfMHy2PA7Jg0YJE1l8UPEZE8k45tylzmZM30/r1M1MUXWQfJlrSbsTeh7m/XTwHbWUENvAJZpp1YA==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", + "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 7924bdf0d07..cb603de954e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.19", - "marked": "^1.1.0", + "marked": "^1.1.1", "moment": "^2.27.0", "moment-timezone": "^0.5.31", "nextcloud-vue-collections": "^0.7.2", |