From ec51d26c42680afc495366d73ac5c31a3d92991c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 03:03:59 +0000 Subject: [PATCH] chore(deps): bump ngx-highlightjs in /webapp/wiremock Bumps [ngx-highlightjs](https://github.com/murhafsousli/ngx-highlightjs) from 10.0.0 to 11.0.1. - [Release notes](https://github.com/murhafsousli/ngx-highlightjs/releases) - [Changelog](https://github.com/MurhafSousli/ngx-highlightjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/murhafsousli/ngx-highlightjs/compare/v10.0.0...v11.0.1) --- updated-dependencies: - dependency-name: ngx-highlightjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/wiremock/package-lock.json | 17 ++++++++--------- webapp/wiremock/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/webapp/wiremock/package-lock.json b/webapp/wiremock/package-lock.json index 812e8d61a6..d7c983434a 100644 --- a/webapp/wiremock/package-lock.json +++ b/webapp/wiremock/package-lock.json @@ -33,7 +33,7 @@ "lodash": "4.17.21", "mime-db": "1.52.0", "moment": "2.30.1", - "ngx-highlightjs": "10.0.0", + "ngx-highlightjs": "11.0.1", "query-string": "9.0.0", "rxjs": "7.8.1", "tslib": "2.6.2", @@ -10837,17 +10837,16 @@ "dev": true }, "node_modules/ngx-highlightjs": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-10.0.0.tgz", - "integrity": "sha512-F5VXB6vnpiTPMADUoCEkyc2wnqpKUNvfeAP4tO//NrwdQP2sQK6MfPg+jHL2adoJE5LIchsJlpq6C0r+KmlOSA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-11.0.1.tgz", + "integrity": "sha512-3JDkuiXWGBE7KccyXM/QQgt/e7NI5PPPzkUx5Hsj3QMbhjEl8424QVCsRDBirqW93eA0eUV/xFQzZDh+FvTmyA==", "dependencies": { - "highlight.js": "^11.8.0", - "tslib": "^2.0.0" + "highlight.js": "^11.9.0", + "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "rxjs": ">=7.0.0" + "@angular/common": ">=17.0.0", + "@angular/core": ">=17.0.0" } }, "node_modules/nice-napi": { diff --git a/webapp/wiremock/package.json b/webapp/wiremock/package.json index c474f8b01a..e2d43eada3 100644 --- a/webapp/wiremock/package.json +++ b/webapp/wiremock/package.json @@ -40,7 +40,7 @@ "bootstrap": "5.3.3", "dagre": "0.8.5", "graphlib": "2.1.8", - "ngx-highlightjs": "10.0.0", + "ngx-highlightjs": "11.0.1", "jointjs": "3.7.7", "jquery": "3.7.1", "lodash": "4.17.21",