aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-24 14:32:07 +0200
committerGitHub <noreply@github.com>2023-08-24 14:32:07 +0200
commit4c562ca497c738a9ab33b6b5d00f1ebac6067fd3 (patch)
tree34e0237a652fdab1f9dafeb49952ebf46e8cd9d9 /src-vue
parent049e6141d39efabd0b79e444ca25afb9e3ca4c60 (diff)
downloadFlightCore-4c562ca497c738a9ab33b6b5d00f1ebac6067fd3.tar.gz
FlightCore-4c562ca497c738a9ab33b6b5d00f1ebac6067fd3.zip
chore: bump marked from 7.0.3 to 7.0.4 in /src-vue (#522)
Bumps [marked](https://github.com/markedjs/marked) from 7.0.3 to 7.0.4. - [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/v7.0.3...v7.0.4) --- 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 9ecc5a2d..0ed64579 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.9",
- "marked": "^7.0.3",
+ "marked": "^7.0.4",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",
@@ -1005,9 +1005,9 @@
}
},
"node_modules/marked": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz",
- "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==",
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.4.tgz",
+ "integrity": "sha512-t8eP0dXRJMtMvBojtkcsA7n48BkauktUKzfkPSCq85ZMTJ0v76Rke4DYz01omYpPTUh4p/f7HePgRo3ebG8+QQ==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index 2e7dab87..e68bb26f 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.3.9",
- "marked": "^7.0.3",
+ "marked": "^7.0.4",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",