Merge pull request #11684 from openlayers/dependabot/npm_and_yarn/marked-1.2.2

Bump marked from 1.2.0 to 1.2.2
This commit is contained in:
Tim Schaub
2020-10-27 06:51:12 -06:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9553,9 +9553,9 @@
"dev": true
},
"marked": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
"integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.2.tgz",
"integrity": "sha512-5jjKHVl/FPo0Z6ocP3zYhKiJLzkwJAw4CZoLjv57FkvbUuwOX4LIBBGGcXjAY6ATcd1q9B8UTj5T9Umauj0QYQ==",
"dev": true
},
"md5.js": {

View File

@@ -84,7 +84,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-rc.2",
"loglevelnext": "^4.0.1",
"marked": "1.2.0",
"marked": "1.2.2",
"mocha": "8.2.0",
"pixelmatch": "^5.1.0",
"pngjs": "^5.0.0",