diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-02 13:00:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:00:24 +0100 |
commit | 9d5c00ea81eeccba1e889f27986993f1452edb45 (patch) | |
tree | d8892b5103666110f31bd402364687dd2abb2c65 /src-vue/package-lock.json | |
parent | 50a80d838319a9af664dc43a4f87ffc623e7e328 (diff) | |
download | FlightCore-9d5c00ea81eeccba1e889f27986993f1452edb45.tar.gz FlightCore-9d5c00ea81eeccba1e889f27986993f1452edb45.zip |
chore: bump marked from 9.1.4 to 9.1.5 in /src-vue (#657)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.4 to 9.1.5.
- [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.4...v9.1.5)
---
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-lock.json')
-rw-r--r-- | src-vue/package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index 178e93a2..1afdb70a 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.4", + "marked": "^9.1.5", "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.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", - "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "bin": { "marked": "bin/marked.js" }, |