mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #29808 from nextcloud/dependabot/npm_and_yarn/marked-4.0.4
Bump marked from 4.0.2 to 4.0.4
This commit is contained in:
commit
68fecc1d9f
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -47,7 +47,7 @@
|
|||
"jquery-ui-dist": "^1.12.1",
|
||||
"jstimezonedetect": "^1.0.7",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^4.0.2",
|
||||
"marked": "^4.0.4",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
|
|
@ -17377,9 +17377,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.2.tgz",
|
||||
"integrity": "sha512-ze2N3qbBW/Ejqjw9FcSrSgsYJJHj8lA4k+VY6cxtTmK0Lw5CJl93iqdRbd6OPoTKzY1qBEYfOWukS9FtStdBdQ==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
|
||||
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
|
|
@ -36317,9 +36317,9 @@
|
|||
}
|
||||
},
|
||||
"marked": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.2.tgz",
|
||||
"integrity": "sha512-ze2N3qbBW/Ejqjw9FcSrSgsYJJHj8lA4k+VY6cxtTmK0Lw5CJl93iqdRbd6OPoTKzY1qBEYfOWukS9FtStdBdQ=="
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
|
||||
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A=="
|
||||
},
|
||||
"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": "^4.0.2",
|
||||
"marked": "^4.0.4",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue