aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-06 16:06:34 +0100
committerGitHub <noreply@github.com>2024-02-06 16:06:34 +0100
commit1f327ac27fc43c6472badb0f15d4c3a4360dfff1 (patch)
tree77b49e4e5f0aa48fe087c9689824ae01bb4a569a /src-vue/package.json
parenta074ecb2513803fa4fa91199d1f4ec2101bb34b2 (diff)
downloadFlightCore-1f327ac27fc43c6472badb0f15d4c3a4360dfff1.tar.gz
FlightCore-1f327ac27fc43c6472badb0f15d4c3a4360dfff1.zip
chore: bump marked from 11.2.0 to 12.0.0 in /src-vue (#783)
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.0.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/v11.2.0...v12.0.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 263aabef..82764fd7 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.5.3",
- "marked": "^11.2.0",
+ "marked": "^12.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",