diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-11-22 10:39:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 10:39:14 +0100 |
commit | 68fecc1d9f6810e815c6a6ba80d4c13a0bde98b8 (patch) | |
tree | 6031c9154de93f2b5986190c2847299246f592f6 | |
parent | ac1928cb8ae79b4dc99f54a4a0d56631f1d595e8 (diff) | |
parent | 3ef1220091787fc1124eb3814400fd37f68a46cd (diff) | |
download | nextcloud-server-68fecc1d9f6810e815c6a6ba80d4c13a0bde98b8.tar.gz nextcloud-server-68fecc1d9f6810e815c6a6ba80d4c13a0bde98b8.zip |
Merge pull request #29808 from nextcloud/dependabot/npm_and_yarn/marked-4.0.4
Bump marked from 4.0.2 to 4.0.4
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index cb88f50a626..2ed4b5d295b 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", diff --git a/package.json b/package.json index 5d2764ccd9a..e0cf89fc8ca 100644 --- a/package.json +++ b/package.json @@ -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", |