Merge pull request #30400 from nextcloud/dependabot/npm_and_yarn/marked-4.0.8

Bump marked from 4.0.7 to 4.0.8
This commit is contained in:
Louis 2021-12-29 14:52:20 +01:00 committed by GitHub
commit 867e7c533a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 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

14
package-lock.json generated
View file

@ -47,7 +47,7 @@
"jquery-ui-dist": "^1.13.0",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.7",
"marked": "^4.0.8",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
@ -17412,9 +17412,9 @@
}
},
"node_modules/marked": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz",
"integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz",
"integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==",
"bin": {
"marked": "bin/marked.js"
},
@ -36378,9 +36378,9 @@
}
},
"marked": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz",
"integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA=="
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.8.tgz",
"integrity": "sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA=="
},
"material-colors": {
"version": "1.2.6",

View file

@ -63,7 +63,7 @@
"jquery-ui-dist": "^1.13.0",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.7",
"marked": "^4.0.8",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",