Bump marked from 4.0.3 to 4.0.4

Bumps [marked](https://github.com/markedjs/marked) from 4.0.3 to 4.0.4.
- [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.3...v4.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-22 10:02:23 +00:00
committed by GitHub
parent ea2e87c563
commit c10af22f27
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"karma-source-map-support": "^1.4.0",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "4.0.3",
"marked": "4.0.4",
"mocha": "9.1.3",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
@@ -6657,9 +6657,9 @@
}
},
"node_modules/marked": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.3.tgz",
"integrity": "sha512-vSwKKtw+lCA0uFK/02JT4tBfNxEREpoTg21NoXqcmX0ySBIEyLMYWmt8WPsM61QNFaDBZkggupyNXLsV7uPuRg==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
@@ -15122,9 +15122,9 @@
"requires": {}
},
"marked": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.3.tgz",
"integrity": "sha512-vSwKKtw+lCA0uFK/02JT4tBfNxEREpoTg21NoXqcmX0ySBIEyLMYWmt8WPsM61QNFaDBZkggupyNXLsV7uPuRg==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==",
"dev": true
},
"mdurl": {

View File

@@ -85,7 +85,7 @@
"karma-source-map-support": "^1.4.0",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "4.0.3",
"marked": "4.0.4",
"mocha": "9.1.3",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",