diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-15 18:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 18:07:47 +0100 |
commit | d55abb3c6c16bcee5b228afcb20db116ae0e508d (patch) | |
tree | 36cb1a07e30d76b7b95904a472b8de7b7d43368b /src-vue/package.json | |
parent | b203875e60d96ff5cd97886f4040a5320e0e7648 (diff) | |
download | FlightCore-d55abb3c6c16bcee5b228afcb20db116ae0e508d.tar.gz FlightCore-d55abb3c6c16bcee5b228afcb20db116ae0e508d.zip |
chore: bump marked from 9.1.6 to 10.0.0 in /src-vue (#675)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 10.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/v9.1.6...v10.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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 02c7a024..d9a8271a 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.4.2", - "marked": "^9.1.6", + "marked": "^10.0.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.8", "vue-i18n": "^9.6.5", |