Bump marked from 3.0.0 to 3.0.2 (#731)

Bumps [marked](https://github.com/markedjs/marked) from 3.0.0 to 3.0.2.
- [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/v3.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-25 22:57:40 -04:00 committed by GitHub
parent 3c0735020d
commit 6d975d6ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"element-ui": "^2.15.5", "element-ui": "^2.15.5",
"lodash.groupby": "^4.6.0", "lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0", "lodash.sortby": "^4.7.0",
"marked": "^3.0.0", "marked": "^3.0.2",
"material-design-icons-iconfont": "^6.1.0", "material-design-icons-iconfont": "^6.1.0",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-agile": "^1.1.3", "vue-agile": "^1.1.3",
@ -10212,9 +10212,9 @@
"peer": true "peer": true
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "3.0.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
"integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==", "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==",
"bin": { "bin": {
"marked": "bin/marked" "marked": "bin/marked"
}, },
@ -25394,9 +25394,9 @@
"integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw=="
}, },
"marked": { "marked": {
"version": "3.0.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
"integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==" "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA=="
}, },
"material-design-icons-iconfont": { "material-design-icons-iconfont": {
"version": "6.1.0", "version": "6.1.0",

View File

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