diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 19:50:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 19:50:53 +0100 |
commit | b62a66b1a283e5f40a99ccadd2bb93b906a42429 (patch) | |
tree | 05e76403f516b6841bd15a180ad138eb1afa83f0 /src-vue/package.json | |
parent | c476a7db2420d4cd0e46860622de51c9f943869a (diff) | |
download | FlightCore-b62a66b1a283e5f40a99ccadd2bb93b906a42429.tar.gz FlightCore-b62a66b1a283e5f40a99ccadd2bb93b906a42429.zip |
chore: bump marked from 11.1.1 to 11.2.0 in /src-vue (#772)
Bumps [marked](https://github.com/markedjs/marked) from 11.1.1 to 11.2.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.1.1...v11.2.0)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 32be0476..263aabef 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.1.1", + "marked": "^11.2.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.4.15", "vue-i18n": "^9.9.0", |