diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-21 03:02:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 03:02:50 +0000 |
commit | 367f0f931ceefef14299343e33379034eab56697 (patch) | |
tree | 6777a54b1c464ffd6c9e4a4db198a0af7aa493c6 | |
parent | 81f9fc02f89c9cb2334e5bfa4e874d36f47f4cca (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/marked-15.0.4.tar.gz nextcloud-server-dependabot/npm_and_yarn/marked-15.0.4.zip |
chore(deps): bump marked from 15.0.0 to 15.0.4dependabot/npm_and_yarn/marked-15.0.4
Bumps [marked](https://github.com/markedjs/marked) from 15.0.0 to 15.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/v15.0.0...v15.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>
-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 f157d915f6e..d11b60a12a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.4", "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", @@ -17262,9 +17262,9 @@ } }, "node_modules/marked": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", - "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", + "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index dbb84320df1..e6bfd39dd96 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", - "marked": "^15.0.0", + "marked": "^15.0.4", "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", |