Browse Source

Bump marked from 0.3.19 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10.
- [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/v0.3.19...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/marked-4.0.10
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
521bafd493
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions
  1. +9
    -9
      package-lock.json
  2. +1
    -1
      package.json

+ 9
- 9
package-lock.json View File

@ -23,7 +23,7 @@
"docast": "^0.1.1",
"glob": "^6.0.0",
"js-yaml": "^3.14.1",
"marked": "^0.3.9",
"marked": "^4.0.10",
"mocha": "^5.2.0",
"sinon": "^1.15.4"
}
@ -602,15 +602,15 @@
"dev": true
},
"node_modules/marked": {
"version": "0.3.19",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==",
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
"integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==",
"dev": true,
"bin": {
"marked": "bin/marked"
"marked": "bin/marked.js"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 12"
}
},
"node_modules/minimatch": {
@ -1350,9 +1350,9 @@
"dev": true
},
"marked": {
"version": "0.3.19",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==",
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
"integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==",
"dev": true
},
"minimatch": {


+ 1
- 1
package.json View File

@ -38,7 +38,7 @@
"docast": "^0.1.1",
"glob": "^6.0.0",
"js-yaml": "^3.14.1",
"marked": "^0.3.9",
"marked": "^4.0.10",
"mocha": "^5.2.0",
"sinon": "^1.15.4"
}


Loading…
Cancel
Save