diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-13 12:42:32 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-12-13 12:52:29 +0000 |
commit | 9e8c04d4379ab1c03a37ac5babcb2b56a0ac80ab (patch) | |
tree | d19ff492fc50159233ec6cee553fe4c37be275dd /package-lock.json | |
parent | e8ce7a3e5f0441623ec6d39873f20e8e70f38a37 (diff) | |
download | nextcloud-server-9e8c04d4379ab1c03a37ac5babcb2b56a0ac80ab.tar.gz nextcloud-server-9e8c04d4379ab1c03a37ac5babcb2b56a0ac80ab.zip |
Bump marked from 4.0.6 to 4.0.7
Bumps [marked](https://github.com/markedjs/marked) from 4.0.6 to 4.0.7.
- [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.6...v4.0.7)
---
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index e0e080fcb0e..8174bc6b38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.6", + "marked": "^4.0.7", "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.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", - "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==", "bin": { "marked": "bin/marked.js" }, @@ -36372,9 +36372,9 @@ } }, "marked": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", - "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==" }, "material-colors": { "version": "1.2.6", |