Merge pull request #24775 from nextcloud/dependabot/npm_and_yarn/marked-1.2.7

Bump marked from 1.2.6 to 1.2.7
This commit is contained in:
Roeland Jago Douma 2020-12-28 10:47:55 +01:00 committed by GitHub
commit 4ea1f29f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -6957,9 +6957,9 @@
}
},
"marked": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.6.tgz",
"integrity": "sha512-7vVuSEZ8g/HH3hK/BH/+7u/NJj7x9VY4EHzujLDcqAQLiOUeFJYAsfSAyoWtR17lKrx7b08qyIno4lffwrzTaA=="
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.7.tgz",
"integrity": "sha512-No11hFYcXr/zkBvL6qFmAp1z6BKY3zqLMHny/JN/ey+al7qwCM2+CMBL9BOgqMxZU36fz4cCWfn2poWIf7QRXA=="
},
"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.6",
"marked": "^1.2.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"nextcloud-vue-collections": "^0.9.0",