diff options
author | crupest <crupest@outlook.com> | 2022-05-18 16:47:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 16:47:17 +0800 |
commit | aa98cede952c042e70433ab1134580c5f9534c6b (patch) | |
tree | de8fa98e767a159552e8e3ada6f52800f44da862 | |
parent | 4b18361215a61977ad423cbe004b73e32d541600 (diff) | |
parent | cd2cf82cfa4da1354944efe92899c978f1990f1b (diff) | |
download | timeline-aa98cede952c042e70433ab1134580c5f9534c6b.tar.gz timeline-aa98cede952c042e70433ab1134580c5f9534c6b.tar.bz2 timeline-aa98cede952c042e70433ab1134580c5f9534c6b.zip |
Merge pull request #1215 from crupest/dependabot/npm_and_yarn/FrontEnd/marked-4.0.16
build(deps): Bump marked from 4.0.15 to 4.0.16 in /FrontEnd
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index de10c558..d8206d51 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -18,7 +18,7 @@ "i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
- "marked": "^4.0.14",
+ "marked": "^4.0.16",
"moment": "^2.29.2",
"pepjs": "^0.5.3",
"react": "^18.0.0",
|