aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-13 14:54:02 +0200
committerGitHub <noreply@github.com>2024-09-13 14:54:02 +0200
commit01d36155a326db9c2f93b12038a63ae2ebde1463 (patch)
tree233902449be76e6e0b85451eefc168a71a7ff41a /src-vue/package.json
parent914b1cdc67e95237356366797fd5f2c5fb5781e6 (diff)
downloadFlightCore-01d36155a326db9c2f93b12038a63ae2ebde1463.tar.gz
FlightCore-01d36155a326db9c2f93b12038a63ae2ebde1463.zip
chore: bump marked from 13.0.2 to 14.1.0 in /src-vue (#1008)
Bumps [marked](https://github.com/markedjs/marked) from 13.0.2 to 14.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v13.0.2...v14.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue/package.json')
-rw-r--r--src-vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json
index ed61fa30..aca655e6 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -11,7 +11,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"element-plus": "^2.7.8",
- "marked": "^13.0.2",
+ "marked": "^14.1.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",