mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Bump marked from 5.1.1 to 6.0.0 (#9806)
Bumps [marked](https://github.com/markedjs/marked) from 5.1.1 to 6.0.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/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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:
Generated
+8
-8
@@ -25,7 +25,7 @@
|
||||
"fast-deep-equal": "~3.1.1",
|
||||
"fast-json-stable-stringify": "2.1.0",
|
||||
"lodash-es": "~4.17.15",
|
||||
"marked": "~5.1.1",
|
||||
"marked": "~6.0.0",
|
||||
"node-diff3": "~3.1.0",
|
||||
"osm-auth": "~2.2.0",
|
||||
"pannellum": "2.5.6",
|
||||
@@ -6234,14 +6234,14 @@
|
||||
"license": "(MIT AND Zlib)"
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz",
|
||||
"integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg==",
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-6.0.0.tgz",
|
||||
"integrity": "sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw==",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">= 16"
|
||||
}
|
||||
},
|
||||
"node_modules/martinez-polygon-clipping": {
|
||||
@@ -14191,9 +14191,9 @@
|
||||
}
|
||||
},
|
||||
"marked": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz",
|
||||
"integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg=="
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-6.0.0.tgz",
|
||||
"integrity": "sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw=="
|
||||
},
|
||||
"martinez-polygon-clipping": {
|
||||
"version": "0.7.3",
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
"fast-deep-equal": "~3.1.1",
|
||||
"fast-json-stable-stringify": "2.1.0",
|
||||
"lodash-es": "~4.17.15",
|
||||
"marked": "~5.1.1",
|
||||
"marked": "~6.0.0",
|
||||
"node-diff3": "~3.1.0",
|
||||
"osm-auth": "~2.2.0",
|
||||
"pannellum": "2.5.6",
|
||||
|
||||
Reference in New Issue
Block a user