aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-12 14:15:40 +0100
committerGitHub <noreply@github.com>2024-03-12 14:15:40 +0100
commited996e2bd94094ccab1d96bec748fb35adae37e1 (patch)
tree132013d687e943364bd31cfc9fafa9310642bbf9
parente1cbcf47b4806551be4addf0b31f55c16d76e69e (diff)
downloadFlightCore-ed996e2bd94094ccab1d96bec748fb35adae37e1.tar.gz
FlightCore-ed996e2bd94094ccab1d96bec748fb35adae37e1.zip
chore: bump marked from 12.0.0 to 12.0.1 in /src-vue (#842)
Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 12.0.1. - [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.0...v12.0.1) --- 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>
-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 bd921777..281b1c52 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.6.0",
- "marked": "^12.0.0",
+ "marked": "^12.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
@@ -988,9 +988,9 @@
}
},
"node_modules/marked": {
- "version": "12.0.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
- "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==",
+ "version": "12.0.1",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz",
+ "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index 838a2e2b..13801f5e 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.6.0",
- "marked": "^12.0.0",
+ "marked": "^12.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",