diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-19 14:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 14:26:16 +0200 |
commit | b0941d981260e29a2a48a106bda4df758654fa71 (patch) | |
tree | bb8e863bda30c109509cc51f2d66e6560c2525e5 /src-vue/package.json | |
parent | e0eb0f0b01df9c77e7c83886768a62581bc85c1a (diff) | |
download | FlightCore-b0941d981260e29a2a48a106bda4df758654fa71.tar.gz FlightCore-b0941d981260e29a2a48a106bda4df758654fa71.zip |
chore: bump marked from 9.0.2 to 9.0.3 in /src-vue (#575)
Bumps [marked](https://github.com/markedjs/marked) from 9.0.2 to 9.0.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/v9.0.2...v9.0.3)
---
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 45510d65..cabd4773 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.0.2", + "marked": "^9.0.3", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.4.1", |