diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 16:18:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 16:18:56 +0200 |
commit | d347903d5bbb2395b3fb64133da1a828c08fce8c (patch) | |
tree | f69a8f3e5197c11e5584e1b98dbd1d2bb8938ecf | |
parent | 8b3bd8c286fdd46fd3cc6a7815958c591dadf46f (diff) | |
download | FlightCore-d347903d5bbb2395b3fb64133da1a828c08fce8c.tar.gz FlightCore-d347903d5bbb2395b3fb64133da1a828c08fce8c.zip |
chore: bump marked from 12.0.2 to 13.0.2 in /src-vue (#979)
Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 13.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.2...v13.0.2)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 168516c8..a5833386 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.7.7", - "marked": "^12.0.2", + "marked": "^13.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.31", "vue-i18n": "^9.13.1", @@ -985,9 +985,9 @@ } }, "node_modules/marked": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", - "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", + "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==", "bin": { "marked": "bin/marked.js" }, diff --git a/src-vue/package.json b/src-vue/package.json index 6deaf582..bb3288ff 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.7.7", - "marked": "^12.0.2", + "marked": "^13.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.31", "vue-i18n": "^9.13.1", |