Bump marked from 4.0.5 to 4.0.6

Bumps [marked](https://github.com/markedjs/marked) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-05 20:49:17 +00:00 коммит произвёл nextcloud-command
Родитель fc3b592445
Коммит aa154960ad
6 изменённых файлов: 14 добавлений и 14 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

14
package-lock.json сгенерированный
Просмотреть файл

@ -47,7 +47,7 @@
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.5",
"marked": "^4.0.6",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
@ -17409,9 +17409,9 @@
}
},
"node_modules/marked": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz",
"integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz",
"integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==",
"bin": {
"marked": "bin/marked.js"
},
@ -36372,9 +36372,9 @@
}
},
"marked": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz",
"integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw=="
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz",
"integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg=="
},
"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.5",
"marked": "^4.0.6",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",