Bump marked from 2.1.3 to 3.0.0 (#727)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 20:23:35 -04:00 committed by GitHub
parent 8a70c12d9b
commit 3c0735020d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -15,7 +15,7 @@
"element-ui": "^2.15.5",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^2.1.3",
"marked": "^3.0.0",
"material-design-icons-iconfont": "^6.1.0",
"vue": "^2.6.12",
"vue-agile": "^1.1.3",
@ -10212,14 +10212,14 @@
"peer": true
},
"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-design-icons-iconfont": {
@ -25394,9 +25394,9 @@
"integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw=="
},
"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-design-icons-iconfont": {
"version": "6.1.0",

View File

@ -47,7 +47,7 @@
"element-ui": "^2.15.5",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^2.1.3",
"marked": "^3.0.0",
"material-design-icons-iconfont": "^6.1.0",
"vue": "^2.6.12",
"vue-agile": "^1.1.3",