diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-04 02:16:14 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-05 03:42:58 +0100 |
commit | d742aba9dd3a50b1028a260a2a8ab94a4bd1541b (patch) | |
tree | 35d5fc33e58cde6dc9a11aff9fd6381a0f6435da | |
parent | c51214378fd12ed3b96bb21be966dd7cef10c399 (diff) | |
download | nextcloud-server-d742aba9dd3a50b1028a260a2a8ab94a4bd1541b.tar.gz nextcloud-server-d742aba9dd3a50b1028a260a2a8ab94a4bd1541b.zip |
chore(deps): Bump marked from 9.0.3 to 9.1.5
Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.1.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/v9.0.3...v9.1.5)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 54ceb4f0d33..08fba9594a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.41", "lodash": "^4.17.21", - "marked": "^9.0.3", + "marked": "^9.1.5", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", @@ -18859,9 +18859,9 @@ "dev": true }, "node_modules/marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 7bb27063eb2..8d16f3b4cb0 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.41", "lodash": "^4.17.21", - "marked": "^9.0.3", + "marked": "^9.1.5", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", |