From f4e085a8fcfb275fac0f2f1815ac0628dba3c408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:42:02 +0000 Subject: [PATCH] chore(deps): bump ngx-highlightjs in /webapp/wiremock Bumps [ngx-highlightjs](https://github.com/MurhafSousli/ngx-highlightjs) from 12.0.0 to 13.0.0. - [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/v12.0.0...v13.0.0) --- 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 | 43 ++++++++++++++++++++++--------- webapp/wiremock/package.json | 2 +- 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/webapp/wiremock/package-lock.json b/webapp/wiremock/package-lock.json index 3e480cdac4..24c49cb047 100644 --- a/webapp/wiremock/package-lock.json +++ b/webapp/wiremock/package-lock.json @@ -33,7 +33,7 @@ "lodash": "4.17.21", "mime-db": "1.53.0", "moment": "2.30.1", - "ngx-highlightjs": "12.0.0", + "ngx-highlightjs": "13.0.0", "query-string": "9.1.1", "rxjs": "7.8.1", "tslib": "2.8.1", @@ -756,6 +756,23 @@ "node": ">=14.0.0" } }, + "node_modules/@angular/cdk": { + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.4.tgz", + "integrity": "sha512-P8V1n6AFFjBUJG3YRgw8DiiNDWPZVrwQ42wbwgZxd4s2TQAuNFg3YY8h/DSMVxt2sXpavrshZsoLtP9yLKZjHA==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "optionalDependencies": { + "parse5": "^7.1.2" + }, + "peerDependencies": { + "@angular/common": "^19.0.0 || ^20.0.0", + "@angular/core": "^19.0.0 || ^20.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, "node_modules/@angular/cli": { "version": "19.0.6", "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.0.6.tgz", @@ -8730,7 +8747,7 @@ "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, + "devOptional": true, "engines": { "node": ">=0.12" }, @@ -9997,9 +10014,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", "engines": { "node": ">=12.0.0" } @@ -12605,16 +12622,18 @@ "dev": true }, "node_modules/ngx-highlightjs": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-12.0.0.tgz", - "integrity": "sha512-1lSUv3hNpriHewwe8zz8eMX6q/Tcq1ZCsJ1GitBsr86y39e+q4U/s8LKE7rvK6SVAbQlUuopdbbKWR0zjihjLg==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-13.0.0.tgz", + "integrity": "sha512-ucE9lV/C1BWoOWq2Iw+L5xVpl1ijSYIAcCPUNm/u8wzVKScDnuiDODpJ9PnBGjRjwatyqI97BHOpijATJi2T+A==", "dependencies": { - "highlight.js": "^11.9.0", + "highlight.js": "^11.11.1", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": ">=17.0.0", - "@angular/core": ">=17.0.0" + "@angular/cdk": ">=19.0.0", + "@angular/common": ">=19.0.0", + "@angular/core": ">=19.0.0", + "rxjs": ">=7.0.0" } }, "node_modules/nice-napi": { @@ -13468,7 +13487,7 @@ "version": "7.2.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", - "dev": true, + "devOptional": true, "dependencies": { "entities": "^4.5.0" }, diff --git a/webapp/wiremock/package.json b/webapp/wiremock/package.json index c421164898..78bc8104f4 100644 --- a/webapp/wiremock/package.json +++ b/webapp/wiremock/package.json @@ -46,7 +46,7 @@ "lodash": "4.17.21", "mime-db": "1.53.0", "moment": "2.30.1", - "ngx-highlightjs": "12.0.0", + "ngx-highlightjs": "13.0.0", "query-string": "9.1.1", "rxjs": "7.8.1", "tslib": "2.8.1",