diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-01 17:45:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 17:45:33 +0100 |
commit | 619e8fbe040eb65f2cb9f8c9f61b352fc17882c7 (patch) | |
tree | a410c2cfe1764f5f02a6f3fb9f4df14fc62b8ce0 /src-vue | |
parent | 42292c2d114f55d39c4a43570be79888c0362f0f (diff) | |
download | FlightCore-619e8fbe040eb65f2cb9f8c9f61b352fc17882c7.tar.gz FlightCore-619e8fbe040eb65f2cb9f8c9f61b352fc17882c7.zip |
chore: bump marked from 9.1.3 to 9.1.4 in /src-vue (#656)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.3 to 9.1.4.
- [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.1.3...v9.1.4)
---
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')
-rw-r--r-- | src-vue/package-lock.json | 8 | ||||
-rw-r--r-- | src-vue/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index 680f6db1..178e93a2 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.9", "element-plus": "^2.4.1", - "marked": "^9.1.3", + "marked": "^9.1.4", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", "vue-i18n": "^9.6.2", @@ -989,9 +989,9 @@ } }, "node_modules/marked": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz", - "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", + "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", "bin": { "marked": "bin/marked.js" }, diff --git a/src-vue/package.json b/src-vue/package.json index a6bc48dc..a8c1a5f0 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.4.1", - "marked": "^9.1.3", + "marked": "^9.1.4", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", "vue-i18n": "^9.6.2", |