diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-21 01:03:43 +0000 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2021-08-23 14:15:19 +0200 |
commit | d91aab83a50defc13524f28898784987b365526a (patch) | |
tree | 34f039074e0d3e605def76bf775f29dd63950efd /package-lock.json | |
parent | a8547cc0eadb4e92e1730b98424a413f22f76b50 (diff) | |
download | nextcloud-server-d91aab83a50defc13524f28898784987b365526a.tar.gz nextcloud-server-d91aab83a50defc13524f28898784987b365526a.zip |
Bump marked from 2.1.3 to 3.0.0
Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 3.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index c18f7e76823..8e1b13e80aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^2.1.3", + "marked": "^3.0.0", "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0", @@ -17623,14 +17623,14 @@ } }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==", "bin": { "marked": "bin/marked" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/material-colors": { @@ -37500,9 +37500,9 @@ } }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==" }, "material-colors": { "version": "1.2.6", |