aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 16:01:43 +0100
committerGitHub <noreply@github.com>2023-10-30 16:01:43 +0100
commit9bee95fac392ae58755bcbdcd1760e3cb6fcb4d0 (patch)
treeed0bb1cfbd28d5d4df2a991b26e9f8148098ebb2 /src-vue
parent58336381f0666ead4e76283ab8840d400f7d4575 (diff)
downloadFlightCore-9bee95fac392ae58755bcbdcd1760e3cb6fcb4d0.tar.gz
FlightCore-9bee95fac392ae58755bcbdcd1760e3cb6fcb4d0.zip
chore: bump marked from 9.1.2 to 9.1.3 in /src-vue (#654)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.2 to 9.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/v9.1.2...v9.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 de194f95..5a0d1a25 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.1",
- "marked": "^9.1.2",
+ "marked": "^9.1.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.7",
"vue-i18n": "^9.6.1",
@@ -989,9 +989,9 @@
}
},
"node_modules/marked": {
- "version": "9.1.2",
- "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz",
- "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==",
+ "version": "9.1.3",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz",
+ "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index 3e6533ab..3dcbef93 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.4.1",
- "marked": "^9.1.2",
+ "marked": "^9.1.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.7",
"vue-i18n": "^9.6.1",