Bump marked from 4.2.2 to 4.3.0 (#9580)

Bumps [marked](https://github.com/markedjs/marked) from 4.2.2 to 4.3.0.
- [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.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-04-27 16:45:37 +02:00
committed by GitHub
parent 2dc836effb
commit f3beb88fc2
2 changed files with 8 additions and 5 deletions
+7 -4
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": "~4.2.2",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.0",
"pannellum": "2.5.6",
@@ -5747,8 +5747,9 @@
"license": "(MIT AND Zlib)"
},
"node_modules/marked": {
"version": "4.2.2",
"license": "MIT",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
"bin": {
"marked": "bin/marked.js"
},
@@ -13362,7 +13363,9 @@
}
},
"marked": {
"version": "4.2.2"
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A=="
},
"martinez-polygon-clipping": {
"version": "0.7.3",
+1 -1
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": "~4.2.2",
"marked": "~4.3.0",
"node-diff3": "~3.1.0",
"osm-auth": "~2.0.0",
"pannellum": "2.5.6",