diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 11:10:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 11:10:14 +0000 |
commit | 098d058bafdcc359ff4054e6ac330fd1254867b1 (patch) | |
tree | df955ef16b5babff3d64f9cb256262e85126b389 /src-vue/package.json | |
parent | 2e3da454f7e55ffd5146058fff227fe3a3586051 (diff) | |
download | FlightCore-098d058bafdcc359ff4054e6ac330fd1254867b1.tar.gz FlightCore-098d058bafdcc359ff4054e6ac330fd1254867b1.zip |
chore: bump marked from 14.1.0 to 14.1.3 in /src-vuedependabot/npm_and_yarn/src-vue/marked-14.1.3
Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.3.
- [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/v14.1.0...v14.1.3)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@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 aca655e6..ccedf9e6 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.7.8", - "marked": "^14.1.0", + "marked": "^14.1.3", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.35", "vue-i18n": "^9.13.1", |