diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-27 16:58:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 16:58:01 +0200 |
commit | 2b2d356f70c639114fe5da243cde6c2876aad87d (patch) | |
tree | 72d2710164185d4662c9b06f99abbe2dc8b17ec8 /src-vue/package.json | |
parent | 6afeb3e99000cba5b7a4116557928c4063f61e18 (diff) | |
download | FlightCore-2b2d356f70c639114fe5da243cde6c2876aad87d.tar.gz FlightCore-2b2d356f70c639114fe5da243cde6c2876aad87d.zip |
chore: bump marked from 12.0.1 to 12.0.2 in /src-vue (#927)
Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 12.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.1...v12.0.2)
---
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 c827dde6..f9111b39 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.6.0", - "marked": "^12.0.1", + "marked": "^12.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.21", "vue-i18n": "^9.13.1", |