diff options
author | Raphael <raphaelkabo@gmail.com> | 2022-01-17 11:20:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 11:20:28 +0000 |
commit | dd155d1a7475a3b76007d7384ce216ecf290b19d (patch) | |
tree | 47c86564a17a94b3b68cdeed7215ff5ad52cfbf7 /package.json | |
parent | 4ef3273f8bca7ad84140730cea9e7842ee5a0a79 (diff) | |
parent | 001a7717639e1fb0212923453bb4c245f44ceb19 (diff) |
Merge pull request #66 from lowercasename/dependabot/npm_and_yarn/marked-4.0.10
Bump marked from 0.7.0 to 4.0.10
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 152574d..415e5d5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ical-generator": "^1.11.0", "jimp": "^0.16.1", "jsonwebtoken": "^8.4.0", - "marked": "^0.7.0", + "marked": "^4.0.10", "moment-timezone": "^0.5.31", "mongoose": "^5.9.18", "multer": "^1.4.1", |