Merge pull request #37653 from nextcloud/dependabot/npm_and_yarn/marked-4.3.0

chore(deps): Bump marked from 4.0.14 to 4.3.0
This commit is contained in:
John Molakvoæ 2023-04-10 10:15:41 +02:00 committed by GitHub
commit 0d484c58f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11
package-lock.json generated
View file

@ -54,7 +54,7 @@
"jquery-ui-dist": "^1.13.2",
"libphonenumber-js": "^1.10.26",
"lodash": "^4.17.21",
"marked": "^4.0.14",
"marked": "^4.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"natural-orderby": "^3.0.2",
@ -17745,8 +17745,9 @@
"license": "Python-2.0"
},
"node_modules/marked": {
"version": "4.0.14",
"license": "MIT",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
"bin": {
"marked": "bin/marked.js"
},
@ -37320,7 +37321,9 @@
"requires": {}
},
"marked": {
"version": "4.0.14"
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A=="
},
"material-colors": {
"version": "1.2.6"

View file

@ -79,7 +79,7 @@
"jquery-ui-dist": "^1.13.2",
"libphonenumber-js": "^1.10.26",
"lodash": "^4.17.21",
"marked": "^4.0.14",
"marked": "^4.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"natural-orderby": "^3.0.2",