Merge pull request #2999 from nextcloud/dependabot/npm_and_yarn/master/markdown-it-12.0.6

Bump markdown-it from 12.0.4 to 12.0.6
This commit is contained in:
Julius Härtl
2021-04-19 04:55:10 -01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16123,9 +16123,9 @@
"integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg=="
},
"markdown-it": {
"version": "12.0.4",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.4.tgz",
"integrity": "sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q==",
"version": "12.0.6",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz",
"integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==",
"requires": {
"argparse": "^2.0.1",
"entities": "~2.1.0",

View File

@@ -45,7 +45,7 @@
"blueimp-md5": "^2.18.0",
"dompurify": "^2.2.7",
"lodash": "^4.17.21",
"markdown-it": "^12.0.4",
"markdown-it": "^12.0.6",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.1",
"nextcloud-vue-collections": "^0.9.0",