From 65e94761a49c80359594336b8f54b230d0260da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:32:06 +0000 Subject: [PATCH] build: bump highlightjs-apex from 1.4.0 to 1.5.0 Bumps [highlightjs-apex](https://github.com/highlightjs/highlightjs-apex) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/highlightjs/highlightjs-apex/releases) - [Changelog](https://github.com/highlightjs/highlightjs-apex/blob/main/CHANGELOG.md) - [Commits](https://github.com/highlightjs/highlightjs-apex/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: highlightjs-apex dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5e24ad..6cd42ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-only", "devDependencies": { "@prettier/plugin-xml": "^3.4.1", - "highlightjs-apex": "^1.4.0", + "highlightjs-apex": "^1.5.0", "husky": "^9.1.7", "lint-staged": "^15.4.1", "marked": "^15.0.6", @@ -35,10 +35,11 @@ } }, "node_modules/@highlightjs/cdn-assets": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/@highlightjs/cdn-assets/-/cdn-assets-11.9.0.tgz", - "integrity": "sha512-F1vJKVAkLwj2Uz2ik1PDc+mDbkrecLI6gcBlAxSRUjyDpMPJjeDBanT9Y2B+xpNe1MT6zSG204Ohm/+nUMCApQ==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/@highlightjs/cdn-assets/-/cdn-assets-11.11.1.tgz", + "integrity": "sha512-VEPdHzwelZ12hEX18BHduqxMZGolcUsrbeokHYxOUIm8X2+M7nx5QPtPeQgRxR9XjhdLv4/7DD5BWOlSrJ3k7Q==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" } @@ -641,12 +642,13 @@ } }, "node_modules/highlightjs-apex": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/highlightjs-apex/-/highlightjs-apex-1.4.0.tgz", - "integrity": "sha512-HC0zH8eEIEAr4jzKyoSwKGtMW8w9CiVJOntozuxO1Y2eAYYSnI3H8But6/WrAAUqUm4SYcqQnwAm5zsS6rxjDQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/highlightjs-apex/-/highlightjs-apex-1.5.0.tgz", + "integrity": "sha512-UxZ1R+UEuN/w63SRoN847RHRW/SJA5RBniWDtatajGYCrYXgrr9sboLmf1LFYolC4GM0vOyUFTvA6tB2YlHEnw==", "dev": true, + "license": "MIT", "dependencies": { - "@highlightjs/cdn-assets": "^11.9.0" + "@highlightjs/cdn-assets": "^11.11.1" } }, "node_modules/human-signals": { diff --git a/package.json b/package.json index 65eda64..c1a72c0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@prettier/plugin-xml": "^3.4.1", - "highlightjs-apex": "^1.4.0", + "highlightjs-apex": "^1.5.0", "husky": "^9.1.7", "lint-staged": "^15.4.1", "marked": "^15.0.6",