diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-12 01:22:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 01:22:52 +0000 |
commit | 971853222da2482d8e02491b74083686a21d969f (patch) | |
tree | 75441f6ca2eb3707b3bd2533ab3265ef96c893a2 | |
parent | 2494eff627bc48b3784bfd4eded79d17eb57239d (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/marked-15.0.8.tar.gz nextcloud-server-dependabot/npm_and_yarn/marked-15.0.8.zip |
build(deps): bump marked from 15.0.7 to 15.0.8dependabot/npm_and_yarn/marked-15.0.8
Bumps [marked](https://github.com/markedjs/marked) from 15.0.7 to 15.0.8.
- [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/v15.0.7...v15.0.8)
---
updated-dependencies:
- dependency-name: marked
dependency-version: 15.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 f07ccb52fc5..9b64fa42e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.6", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^15.0.8", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0", @@ -17172,9 +17172,9 @@ "license": "ISC" }, "node_modules/marked": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", - "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", + "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 429b35bbd0d..8b24126ae33 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.6", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^15.0.8", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0", |