diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-27 15:38:00 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-11-27 15:58:12 +0000 |
commit | ab837a0855d750976fb1e82be43058fc2654f37e (patch) | |
tree | 2c40b6f80f69236a33343da68a5eb7d29f81e3ca /package-lock.json | |
parent | ad6e975529577b53536ac48d584a4d1c54351d32 (diff) | |
download | nextcloud-server-ab837a0855d750976fb1e82be43058fc2654f37e.tar.gz nextcloud-server-ab837a0855d750976fb1e82be43058fc2654f37e.zip |
Bump marked from 4.0.4 to 4.0.5
Bumps [marked](https://github.com/markedjs/marked) from 4.0.4 to 4.0.5.
- [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.4...v4.0.5)
---
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 7b1f64397ca..7ae094338bf 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.4", + "marked": "^4.0.5", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -17394,9 +17394,9 @@ } }, "node_modules/marked": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz", - "integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", + "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", "bin": { "marked": "bin/marked.js" }, @@ -36344,9 +36344,9 @@ } }, "marked": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz", - "integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==" + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", + "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==" }, "material-colors": { "version": "1.2.6", |