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",