Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-03 05:01:01 +0300
committerGitHub <noreply@github.com>2022-11-03 05:01:01 +0300
commit33f7200a249a7ec840fa936fda22f3e7a26f88e2 (patch)
tree52cfb454f66a92415a5e434eea0634dc94d77640
parent8df58e63e2145b2754e94b0d55b77fc8e8131c7c (diff)
Bump marked from 4.2.0 to 4.2.1
Bumps [marked](https://github.com/markedjs/marked) from 4.2.0 to 4.2.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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 173845f4..1ac3eea8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"file-saver": "^2.0.5",
"linkify-string": "^4.0.2",
"lodash": "^4.17.21",
- "marked": "^4.2.0",
+ "marked": "^4.2.1",
"nextcloud-vue-collections": "^0.10.0",
"v-click-outside": "^3.2.0",
"vue": "^2.7.3",
@@ -7630,9 +7630,9 @@
}
},
"node_modules/marked": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz",
- "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ==",
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.1.tgz",
+ "integrity": "sha512-VK1/jNtwqDLvPktNpL0Fdg3qoeUZhmRsuiIjPEy/lHwXW4ouLoZfO4XoWd4ClDt+hupV1VLpkZhEovjU0W/kqA==",
"bin": {
"marked": "bin/marked.js"
},
@@ -18016,9 +18016,9 @@
"peer": true
},
"marked": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz",
- "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ=="
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.1.tgz",
+ "integrity": "sha512-VK1/jNtwqDLvPktNpL0Fdg3qoeUZhmRsuiIjPEy/lHwXW4ouLoZfO4XoWd4ClDt+hupV1VLpkZhEovjU0W/kqA=="
},
"material-colors": {
"version": "1.2.6",
diff --git a/package.json b/package.json
index 049e9fee..27a9347c 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"file-saver": "^2.0.5",
"linkify-string": "^4.0.2",
"lodash": "^4.17.21",
- "marked": "^4.2.0",
+ "marked": "^4.2.1",
"nextcloud-vue-collections": "^0.10.0",
"v-click-outside": "^3.2.0",
"vue": "^2.7.3",