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-08 05:04:39 +0300
committerGitHub <noreply@github.com>2022-11-08 05:04:39 +0300
commitdf758c70807dc8cf074b7bd8d54258ad7e54573d (patch)
tree024207d5dbf86e447a83bdb356bd9f990d5788f9
parentf89569962cacda40232451c082b04e389515f218 (diff)
parente3d4194c30b75d2fba83922b76e873caa4f14e46 (diff)
Merge pull request #2658 from nextcloud/dependabot/npm_and_yarn/marked-4.2.2
-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 1ac3eea8..be0f2122 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.1",
+ "marked": "^4.2.2",
"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.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.1.tgz",
- "integrity": "sha512-VK1/jNtwqDLvPktNpL0Fdg3qoeUZhmRsuiIjPEy/lHwXW4ouLoZfO4XoWd4ClDt+hupV1VLpkZhEovjU0W/kqA==",
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.2.tgz",
+ "integrity": "sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==",
"bin": {
"marked": "bin/marked.js"
},
@@ -18016,9 +18016,9 @@
"peer": true
},
"marked": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.1.tgz",
- "integrity": "sha512-VK1/jNtwqDLvPktNpL0Fdg3qoeUZhmRsuiIjPEy/lHwXW4ouLoZfO4XoWd4ClDt+hupV1VLpkZhEovjU0W/kqA=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.2.tgz",
+ "integrity": "sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ=="
},
"material-colors": {
"version": "1.2.6",
diff --git a/package.json b/package.json
index 27a9347c..e9328854 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.1",
+ "marked": "^4.2.2",
"nextcloud-vue-collections": "^0.10.0",
"v-click-outside": "^3.2.0",
"vue": "^2.7.3",