aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-15 18:07:47 +0100
committerGitHub <noreply@github.com>2023-11-15 18:07:47 +0100
commitd55abb3c6c16bcee5b228afcb20db116ae0e508d (patch)
tree36cb1a07e30d76b7b95904a472b8de7b7d43368b
parentb203875e60d96ff5cd97886f4040a5320e0e7648 (diff)
downloadFlightCore-d55abb3c6c16bcee5b228afcb20db116ae0e508d.tar.gz
FlightCore-d55abb3c6c16bcee5b228afcb20db116ae0e508d.zip
chore: bump marked from 9.1.6 to 10.0.0 in /src-vue (#675)
Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 10.0.0. - [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.6...v10.0.0) --- 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.json10
-rw-r--r--src-vue/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 3f5e9d54..422d14b9 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.2",
- "marked": "^9.1.6",
+ "marked": "^10.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
@@ -989,14 +989,14 @@
}
},
"node_modules/marked": {
- "version": "9.1.6",
- "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz",
- "integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==",
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz",
+ "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
- "node": ">= 16"
+ "node": ">= 18"
}
},
"node_modules/memoize-one": {
diff --git a/src-vue/package.json b/src-vue/package.json
index 02c7a024..d9a8271a 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.2",
- "marked": "^9.1.6",
+ "marked": "^10.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",