summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-07 02:26:33 +0000
committerGitHub <noreply@github.com>2020-11-07 02:26:33 +0000
commit4c9f8c02d3410dbbaad0c41fc07a6386e2f49aef (patch)
tree69b34f0036ef9c0b670782249c473f891744093c
parent1a30e4d28f1fccae652c104f734a8f57b9efd4e4 (diff)
downloadnextcloud-server-4c9f8c02d3410dbbaad0c41fc07a6386e2f49aef.tar.gz
nextcloud-server-4c9f8c02d3410dbbaad0c41fc07a6386e2f49aef.zip
Bump marked from 1.2.0 to 1.2.3
Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.0...v1.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 942bf47056c..b5e6a07606f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7169,9 +7169,9 @@
}
},
"marked": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
- "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA=="
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.3.tgz",
+ "integrity": "sha512-RQuL2i6I6Gn+9n81IDNGbL0VHnta4a+8ZhqvryXEniTb/hQNtf3i26hi1XWUhzb9BgVyWHKR3UO8MaHtKoYibw=="
},
"material-colors": {
"version": "1.2.6",
diff --git a/package.json b/package.json
index 6f06ac2985b..7b42c97dfc5 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.20",
- "marked": "^1.2.0",
+ "marked": "^1.2.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"nextcloud-vue-collections": "^0.8.1",