0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 17:42:38 +00:00

Update Marked.js version

This commit is contained in:
Trevor Buckner
2021-02-25 19:03:00 -05:00
parent bc86c1b8fc
commit c979f02ce4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6813,9 +6813,9 @@
}
},
"marked": {
"version": "npm:marked@1.2.9",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz",
"integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw=="
"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=="
},
"markedLegacy": {
"version": "npm:marked@0.3.19",

View File

@@ -59,7 +59,7 @@
"mongoose": "^5.11.18",
"nanoid": "3.1.20",
"markedLegacy": "npm:marked@^0.3.19",
"marked": "npm:marked@^1.2.7",
"marked": "2.0.0",
"nconf": "^0.11.1",
"prop-types": "15.7.2",
"query-string": "6.14.0",