From b8e01d03c9d14b4d7a2643839a83725cfb2b4bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 19:30:49 +0000 Subject: [PATCH] Bump ngx-highlight-js from 18.0.0 to 20.0.0 Bumps [ngx-highlight-js](https://github.com/cipchk/ngx-highlight-js) from 18.0.0 to 20.0.0. - [Release notes](https://github.com/cipchk/ngx-highlight-js/releases) - [Commits](https://github.com/cipchk/ngx-highlight-js/commits) --- updated-dependencies: - dependency-name: ngx-highlight-js dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad5e7a6..bf0d6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "highlight.js": "^11.9.0", "jsonpath-plus": "^10.3.0", "ngx-clipboard": "^16.0.0", - "ngx-highlight-js": "^18.0.0", + "ngx-highlight-js": "^20.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.1" @@ -10269,9 +10269,9 @@ } }, "node_modules/ngx-highlight-js": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/ngx-highlight-js/-/ngx-highlight-js-18.0.0.tgz", - "integrity": "sha512-r/LSijb5Ju95ZGm89+4e905kFWkDt1XdGCg2prR1wleTE77uROscjZMht0D40WSRbxmOg+J2zw9OOZvsWSLeeg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/ngx-highlight-js/-/ngx-highlight-js-20.0.0.tgz", + "integrity": "sha512-qTp2M8G2wQEF+lPZ46xO2BLr7QBODXhOy7i5oNOmqwjYA+hBImcfXYwGIL4MFjA6xIPbeXw43M3/KpUxHS6twQ==", "license": "MIT", "dependencies": { "highlight.js": "^11.9.0", diff --git a/package.json b/package.json index fbd8108..460b203 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "highlight.js": "^11.9.0", "jsonpath-plus": "^10.3.0", "ngx-clipboard": "^16.0.0", - "ngx-highlight-js": "^18.0.0", + "ngx-highlight-js": "^20.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.1"