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-01 05:20:42 +0300
committerGitHub <noreply@github.com>2022-11-01 05:20:42 +0300
commit65b2bd607a322539f8104df080b2869c244d890e (patch)
tree6c9a22c3a4df15127e2ab824429181a4b4e56450
parent9c668818c876d79f735c1c560dbf6e398ae607b6 (diff)
parent5d08de5d1de448e246cd0e36525289aa4fb12df9 (diff)
Merge pull request #2652 from nextcloud/dependabot/npm_and_yarn/marked-4.2.0
-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 e718e3e9..173845f4 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.1.1",
+ "marked": "^4.2.0",
"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.1.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz",
- "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz",
+ "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ==",
"bin": {
"marked": "bin/marked.js"
},
@@ -18016,9 +18016,9 @@
"peer": true
},
"marked": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz",
- "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw=="
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.0.tgz",
+ "integrity": "sha512-1qWHjHlBKwjnDfrkxd0L3Yx4LTad/WO7+d13YsXAC/ZfKj7p0xkLV3sDXJzfWgL7GfW4IBZwMAYWaz+ifyQouQ=="
},
"material-colors": {
"version": "1.2.6",
diff --git a/package.json b/package.json
index 46e4c697..049e9fee 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.1.1",
+ "marked": "^4.2.0",
"nextcloud-vue-collections": "^0.10.0",
"v-click-outside": "^3.2.0",
"vue": "^2.7.3",