aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-11 12:58:43 +0100
committerGitHub <noreply@github.com>2024-11-11 12:58:43 +0100
commitd46f85ede081d7deab32602ec2408e0f3e906b3f (patch)
tree7ad49d45ce772c21e99bd416cb3a4bb13ffdce34 /src-vue
parentbf0c24c959763732eaa5ecfb007f9a7492c434dc (diff)
downloadFlightCore-d46f85ede081d7deab32602ec2408e0f3e906b3f.tar.gz
FlightCore-d46f85ede081d7deab32602ec2408e0f3e906b3f.zip
chore: bump marked from 14.1.0 to 14.1.3 in /src-vue (#1031)
Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.3. - [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/v14.1.0...v14.1.3) --- 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.json8
-rw-r--r--src-vue/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index a12b0394..7215eb87 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.8",
- "marked": "^14.1.0",
+ "marked": "^14.1.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",
@@ -1016,9 +1016,9 @@
}
},
"node_modules/marked": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.0.tgz",
- "integrity": "sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA==",
+ "version": "14.1.3",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz",
+ "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index aca655e6..ccedf9e6 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.8",
- "marked": "^14.1.0",
+ "marked": "^14.1.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",