diff options
author | crupest <crupest@outlook.com> | 2022-06-14 18:49:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 18:49:30 +0800 |
commit | 92274c9ada3e59ee094218f72f1591ef0fc0a8fb (patch) | |
tree | 7ee7808c745b1689c79cf9a8ef53d6331286750d /FrontEnd | |
parent | 37e940e0db768c0db603e2682cb6b650a7dd3fd2 (diff) | |
parent | a81bdd122d9cc723a5e62049180821983cddb047 (diff) | |
download | timeline-92274c9ada3e59ee094218f72f1591ef0fc0a8fb.tar.gz timeline-92274c9ada3e59ee094218f72f1591ef0fc0a8fb.tar.bz2 timeline-92274c9ada3e59ee094218f72f1591ef0fc0a8fb.zip |
Merge pull request #1248 from crupest/dependabot/npm_and_yarn/FrontEnd/marked-4.0.17
build(deps): Bump marked from 4.0.16 to 4.0.17 in /FrontEnd
Diffstat (limited to '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 45451814..3b6538ad 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.16",
+ "marked": "^4.0.17",
"moment": "^2.29.2",
"pepjs": "^0.5.3",
"react": "^18.0.0",
|