aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/package-lock.json')
-rw-r--r--src-vue/package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 71b051b2..2edb43d2 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -10,7 +10,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"element-plus": "^2.3.9",
- "marked": "^8.0.1",
+ "marked": "^9.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.3.0",
@@ -1020,9 +1020,9 @@
}
},
"node_modules/marked": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.1.tgz",
- "integrity": "sha512-eEbeEb/mJwh+sNLEhHOWtxMgjN/NEwZUBs1nkiIH2sTQTq07KmPMQ48ihyvo5+Ya56spVOPhunfGr6406crCVA==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz",
+ "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==",
"bin": {
"marked": "bin/marked.js"
},