diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-10 15:52:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 15:52:03 +0100 |
commit | da6e030d9f7cb2787d9f4d4ae6d496afd4d58f42 (patch) | |
tree | 1f4d010678ee040c4e3b9ea49ea3aa9f1272be3b /src-vue/package-lock.json | |
parent | 2aac1889a7fb8689f8b45e4de5eb8c73ae61eba3 (diff) | |
download | FlightCore-da6e030d9f7cb2787d9f4d4ae6d496afd4d58f42.tar.gz FlightCore-da6e030d9f7cb2787d9f4d4ae6d496afd4d58f42.zip |
chore: bump marked from 9.1.5 to 9.1.6 in /src-vue (#670)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.5 to 9.1.6.
- [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.5...v9.1.6)
---
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 d3a9f12b..3f5e9d54 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.2", - "marked": "^9.1.5", + "marked": "^9.1.6", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.8", "vue-i18n": "^9.6.5", @@ -989,9 +989,9 @@ } }, "node_modules/marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz", + "integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==", "bin": { "marked": "bin/marked.js" }, |