Merge pull request #10150 from openstreetmap/dependabot/npm_and_yarn/marked-12.0.1

Bump marked from 12.0.0 to 12.0.1
This commit is contained in:
Martin Raifer
2024-03-06 15:21:39 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -26,7 +26,7 @@
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "~12.0.0",
"marked": "~12.0.1",
"node-diff3": "~3.1.0",
"osm-auth": "~2.4.0",
"pannellum": "2.5.6",
@@ -5766,9 +5766,9 @@
"license": "(MIT AND Zlib)"
},
"node_modules/marked": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz",
"integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==",
"bin": {
"marked": "bin/marked.js"
},
@@ -12714,9 +12714,9 @@
}
},
"marked": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
"integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w=="
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz",
"integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q=="
},
"martinez-polygon-clipping": {
"version": "0.7.3",
+1 -1
View File
@@ -61,7 +61,7 @@
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "~12.0.0",
"marked": "~12.0.1",
"node-diff3": "~3.1.0",
"osm-auth": "~2.4.0",
"pannellum": "2.5.6",