From 6015c6a5814940cd9837a323788cf85c5eebf085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:52:33 +0000 Subject: [PATCH] build: bump highlightjs-apex from 1.3.3 to 1.3.5 Bumps [highlightjs-apex](https://github.com/highlightjs/highlightjs-apex) from 1.3.3 to 1.3.5. - [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.3.3...v1.3.5) --- updated-dependencies: - dependency-name: highlightjs-apex dependency-type: direct:development update-type: version-update:semver-patch ... 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 50faf74..202bd2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GNU-3.0", "devDependencies": { "@prettier/plugin-xml": "^3.2.2", - "highlightjs-apex": "^1.3.3", + "highlightjs-apex": "^1.3.5", "husky": "^9.0.10", "lint-staged": "^15.2.2", "marked": "^12.0.0", @@ -386,9 +386,9 @@ } }, "node_modules/highlightjs-apex": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/highlightjs-apex/-/highlightjs-apex-1.3.3.tgz", - "integrity": "sha512-EEVV/ulbKTOd1yCypv+rlUAZPJLh8z2tTMoFX+p5tzHXsO9Q3sjeHl+01pTPBSYgjBdVDyQnn7EAsH9JesCaTw==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/highlightjs-apex/-/highlightjs-apex-1.3.5.tgz", + "integrity": "sha512-CEYtwwMzmKP32obp+U1dASISCZrldXIMpDjAV9sGcGvave7tGQgKG77WE3rgl14ZD6V4MQKVBsh8Sq76a0xo/Q==", "dev": true, "dependencies": { "@highlightjs/cdn-assets": "^11.9.0" diff --git a/package.json b/package.json index b9550b5..9e56a92 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@prettier/plugin-xml": "^3.2.2", - "highlightjs-apex": "^1.3.3", + "highlightjs-apex": "^1.3.5", "husky": "^9.0.10", "lint-staged": "^15.2.2", "marked": "^12.0.0",