Bump marked from 2.0.7 to 2.1.3 (#403) [skip ci]

This commit is contained in:
dependabot[bot]
2021-06-29 18:53:41 +02:00
committed by GitHub
parent 2d5163f7a5
commit a6d015fd1e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"faker": "^5.5.3", "faker": "^5.5.3",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"marked": "^2.0.4", "marked": "^2.1.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"node-chartist": "^1.0.5", "node-chartist": "^1.0.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
@@ -6381,14 +6381,14 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "2.0.7", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz",
"integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==", "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==",
"bin": { "bin": {
"marked": "bin/marked" "marked": "bin/marked"
}, },
"engines": { "engines": {
"node": ">= 8.16.2" "node": ">= 10"
} }
}, },
"node_modules/matchmedia": { "node_modules/matchmedia": {
@@ -14845,9 +14845,9 @@
} }
}, },
"marked": { "marked": {
"version": "2.0.7", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz",
"integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==" "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA=="
}, },
"matchmedia": { "matchmedia": {
"version": "0.1.2", "version": "0.1.2",

View File

@@ -40,7 +40,7 @@
"faker": "^5.5.3", "faker": "^5.5.3",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"marked": "^2.0.4", "marked": "^2.1.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"node-chartist": "^1.0.5", "node-chartist": "^1.0.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",