Merge pull request #23964 from nextcloud/dependabot/npm_and_yarn/marked-1.2.3

Bump marked from 1.2.0 to 1.2.3
This commit is contained in:
John Molakvoæ 2020-11-07 10:36:15 +01:00 committed by GitHub
commit d8a74b2ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7167,9 +7167,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",

View File

@ -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",