Bump marked from 3.0.2 to 3.0.3

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

---
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-09-13 10:02:03 +00:00
committed by GitHub
parent c5fafbd6c2
commit bac66e6cbc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "3.0.2",
"marked": "3.0.3",
"mocha": "9.1.1",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
@@ -7354,9 +7354,9 @@
}
},
"node_modules/marked": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
"integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.3.tgz",
"integrity": "sha512-4oIDhVSQ2s+xNCfek9OnZgCQR/WykGCom02JzIIvi4Pme+MIwPYqvGVW8CQWOXeoZu0TtVB6pTxIuoLm+dKqDA==",
"dev": true,
"bin": {
"marked": "bin/marked"
@@ -17033,9 +17033,9 @@
"requires": {}
},
"marked": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
"integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.3.tgz",
"integrity": "sha512-4oIDhVSQ2s+xNCfek9OnZgCQR/WykGCom02JzIIvi4Pme+MIwPYqvGVW8CQWOXeoZu0TtVB6pTxIuoLm+dKqDA==",
"dev": true
},
"mdurl": {

View File

@@ -91,7 +91,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "3.0.2",
"marked": "3.0.3",
"mocha": "9.1.1",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",