diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 16:18:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 16:18:56 +0200 |
commit | d347903d5bbb2395b3fb64133da1a828c08fce8c (patch) | |
tree | f69a8f3e5197c11e5584e1b98dbd1d2bb8938ecf /src-vue/package.json | |
parent | 8b3bd8c286fdd46fd3cc6a7815958c591dadf46f (diff) | |
download | FlightCore-d347903d5bbb2395b3fb64133da1a828c08fce8c.tar.gz FlightCore-d347903d5bbb2395b3fb64133da1a828c08fce8c.zip |
chore: bump marked from 12.0.2 to 13.0.2 in /src-vue (#979)
Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 13.0.2.
- [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/v12.0.2...v13.0.2)
---
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 6deaf582..bb3288ff 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.7", - "marked": "^12.0.2", + "marked": "^13.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.31", "vue-i18n": "^9.13.1", |