Bump marked from 5.0.2 to 5.0.4 (#9674)

Bumps [marked](https://github.com/markedjs/marked) from 5.0.2 to 5.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/v5.0.2...v5.0.4)

---
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]
2023-05-31 19:24:37 +02:00
committed by GitHub
parent bb76e68438
commit e34af21e16
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "~5.0.2",
"marked": "~5.0.4",
"node-diff3": "~3.1.0",
"osm-auth": "~2.1.0",
"pannellum": "2.5.6",
@@ -6058,9 +6058,9 @@
"license": "(MIT AND Zlib)"
},
"node_modules/marked": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.2.tgz",
"integrity": "sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz",
"integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==",
"bin": {
"marked": "bin/marked.js"
},
@@ -13846,9 +13846,9 @@
}
},
"marked": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.2.tgz",
"integrity": "sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ=="
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz",
"integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA=="
},
"martinez-polygon-clipping": {
"version": "0.7.3",

View File

@@ -60,7 +60,7 @@
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "~5.0.2",
"marked": "~5.0.4",
"node-diff3": "~3.1.0",
"osm-auth": "~2.1.0",
"pannellum": "2.5.6",