diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-20 02:04:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 02:04:11 +0000 |
commit | 3ef1220091787fc1124eb3814400fd37f68a46cd (patch) | |
tree | 7d441f685783a3b584677bdca312ffab583b59b3 /package-lock.json | |
parent | c42a8901261d5d93da53613bdba8165e503f9b72 (diff) | |
download | nextcloud-server-3ef1220091787fc1124eb3814400fd37f68a46cd.tar.gz nextcloud-server-3ef1220091787fc1124eb3814400fd37f68a46cd.zip |
Bump marked from 4.0.2 to 4.0.4
Bumps [marked](https://github.com/markedjs/marked) from 4.0.2 to 4.0.4.
- [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.2...v4.0.4)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@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 047ff5a9646..4d0be2f70ba 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.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", |