aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-16 15:32:58 +0200
committerGitHub <noreply@github.com>2023-10-16 15:32:58 +0200
commit49ab701b8e2cd9f44e468a033f9556c9a5858bbe (patch)
treeda97c5816c0e50ce91d847f851e315a9f65d3365 /src-vue/package.json
parenta11a602cdaf558bead2e6d9883a25ead76eb4a1c (diff)
downloadFlightCore-49ab701b8e2cd9f44e468a033f9556c9a5858bbe.tar.gz
FlightCore-49ab701b8e2cd9f44e468a033f9556c9a5858bbe.zip
chore: bump marked from 9.1.1 to 9.1.2 in /src-vue (#630)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.1 to 9.1.2. - [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/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 5d7ede3c..bb9db156 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.3.14",
- "marked": "^9.1.1",
+ "marked": "^9.1.2",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.5.0",