diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-09 00:51:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 00:51:38 +0200 |
commit | 264872e0b1d6aa5572fc2f9504d73845505ce973 (patch) | |
tree | a482c94e515f8254fa2512cea2261e0af76d67db /src-vue/package.json | |
parent | 5a3fa76505f9d3ee41da06ebf37fba344d30450e (diff) | |
download | FlightCore-264872e0b1d6aa5572fc2f9504d73845505ce973.tar.gz FlightCore-264872e0b1d6aa5572fc2f9504d73845505ce973.zip |
chore: bump marked from 4.3.0 to 7.0.1 in /src-vue (#495)
Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 7.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/v4.3.0...v7.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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 04c1904b..b6871578 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.2.17", - "marked": "^4.1.1", + "marked": "^7.0.1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.2.2", |