aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-10 19:01:59 +0200
committerGitHub <noreply@github.com>2023-09-10 19:01:59 +0200
commit9628ec718a4c0c7b24e3e63c0c5abbfee7f4aa77 (patch)
tree9f4275fd64f980477d5044368c30cd109a6f328e /src-vue/package.json
parent870f0bd28d74e05a385d1b0054517c12b1850b07 (diff)
downloadFlightCore-9628ec718a4c0c7b24e3e63c0c5abbfee7f4aa77.tar.gz
FlightCore-9628ec718a4c0c7b24e3e63c0c5abbfee7f4aa77.zip
chore: bump marked from 7.0.4 to 8.0.1 in /src-vue (#545)
Bumps [marked](https://github.com/markedjs/marked) from 7.0.4 to 8.0.1. - [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/v7.0.4...v8.0.1) --- 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 e68bb26f..08cd2ecf 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.9",
- "marked": "^7.0.4",
+ "marked": "^8.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",