mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #29688 from nextcloud/dependabot/npm_and_yarn/marked-4.0.2
Bump marked from 3.0.7 to 4.0.2
This commit is contained in:
commit
582234322a
6 changed files with 17 additions and 17 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
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -47,7 +47,7 @@
|
|||
"jquery-ui-dist": "^1.12.1",
|
||||
"jstimezonedetect": "^1.0.7",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^3.0.7",
|
||||
"marked": "^4.0.2",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
|
|
@ -17377,11 +17377,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "3.0.7",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz",
|
||||
"integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.2.tgz",
|
||||
"integrity": "sha512-ze2N3qbBW/Ejqjw9FcSrSgsYJJHj8lA4k+VY6cxtTmK0Lw5CJl93iqdRbd6OPoTKzY1qBEYfOWukS9FtStdBdQ==",
|
||||
"bin": {
|
||||
"marked": "bin/marked"
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12"
|
||||
|
|
@ -36317,9 +36317,9 @@
|
|||
}
|
||||
},
|
||||
"marked": {
|
||||
"version": "3.0.7",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz",
|
||||
"integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q=="
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.2.tgz",
|
||||
"integrity": "sha512-ze2N3qbBW/Ejqjw9FcSrSgsYJJHj8lA4k+VY6cxtTmK0Lw5CJl93iqdRbd6OPoTKzY1qBEYfOWukS9FtStdBdQ=="
|
||||
},
|
||||
"material-colors": {
|
||||
"version": "1.2.6",
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"jquery-ui-dist": "^1.12.1",
|
||||
"jstimezonedetect": "^1.0.7",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^3.0.7",
|
||||
"marked": "^4.0.2",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue