diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-05 17:15:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 17:15:54 +0200 |
commit | e439cb4bb8feaf6d8e86b13efca025aecb72c789 (patch) | |
tree | d34545fea444325f33494881fb393b70b76e7b93 /src-vue/package-lock.json | |
parent | af14a8844d2177544e2397d8d881265ddcd8cc2e (diff) | |
download | FlightCore-e439cb4bb8feaf6d8e86b13efca025aecb72c789.tar.gz FlightCore-e439cb4bb8feaf6d8e86b13efca025aecb72c789.zip |
chore: bump marked from 9.0.3 to 9.1.0 in /src-vue (#592)
Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.1.0.
- [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.0.3...v9.1.0)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 72405dfb..9e6454b4 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.3.14", - "marked": "^9.0.3", + "marked": "^9.1.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.5.0", @@ -989,9 +989,9 @@ } }, "node_modules/marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz", + "integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==", "bin": { "marked": "bin/marked.js" }, |