update marked to 2.0

This commit is contained in:
Jon Schoning 2021-02-09 15:45:08 -06:00 committed by Yann Esposito (Yogsototh)
parent 7c20823158
commit 319fe5c636
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
6 changed files with 6 additions and 6 deletions

View file

@ -4463,9 +4463,9 @@
}
},
"marked": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
"integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz",
"integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==",
"dev": true
},
"md5.js": {

View file

@ -9,7 +9,7 @@
"parcel-build": "parcel build dist/bundle.js --out-file dist/app.min.js --public-url /static/js/"
},
"devDependencies": {
"marked": "^1.2.0",
"marked": "^2.0.0",
"moment": "^2.29.0",
"parcel-bundler": "^1.12.4",
"purescript": "^0.13.8",

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.