Bump marked from 4.0.7 to 4.0.8 (#795)

Bumps [marked](https://github.com/markedjs/marked) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.7...v4.0.8)

---
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-12-19 19:23:49 -05:00 committed by GitHub
parent e559bfdc86
commit 2490ac3281
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

@ -16,7 +16,7 @@
"element-ui": "^2.15.6",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^4.0.7",
"marked": "^4.0.8",
"material-design-icons-iconfont": "^6.1.1",
"moment": "^2.29.1",
"vue": "^2.6.14",
@ -10460,9 +10460,9 @@
"peer": true
},
"node_modules/marked": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz",
"integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz",
"integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==",
"bin": {
"marked": "bin/marked.js"
},
@ -25857,9 +25857,9 @@
"integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw=="
},
"marked": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz",
"integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA=="
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz",
"integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA=="
},
"material-design-icons-iconfont": {
"version": "6.1.1",

View File

@ -49,7 +49,7 @@
"element-ui": "^2.15.6",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^4.0.7",
"marked": "^4.0.8",
"material-design-icons-iconfont": "^6.1.1",
"moment": "^2.29.1",
"vue": "^2.6.14",