From 87a8aa64b35135e99e438f83659c602639663164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:54:33 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [highlight.js](https://github.com/highlightjs/highlight.js) and [@openally/httpie](https://github.com/OpenAlly/httpie). Updates `highlight.js` from 11.11.1 to 11.12.0 - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.11.1...11.12.0) Updates `@openally/httpie` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/OpenAlly/httpie/releases) - [Commits](https://github.com/OpenAlly/httpie/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@openally/httpie" dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/cli/package.json | 2 +- workspaces/documentation-ui/package.json | 2 +- workspaces/server/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/cli/package.json b/workspaces/cli/package.json index 384b44ad..e636721b 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -75,7 +75,7 @@ "@stylistic/stylelint-plugin": "5.3.0", "@types/semver": "7.8.0", "esbuild": "0.28.2", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "lit": "3.3.3", "postcss-lit": "1.4.1", "pretty-bytes": "^7.0.0", diff --git a/workspaces/documentation-ui/package.json b/workspaces/documentation-ui/package.json index e0351013..ca54fb68 100644 --- a/workspaces/documentation-ui/package.json +++ b/workspaces/documentation-ui/package.json @@ -39,7 +39,7 @@ "dependencies": { "@nodesecure/flags": "3.0.3", "@nodesecure/js-x-ray": "15.2.0", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "markdown-it": "15.0.0" }, "devDependencies": { diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 9bb0cbc2..adcd9295 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -41,7 +41,7 @@ "@nodesecure/rc": "5.6.0", "@nodesecure/report": "4.2.2", "@nodesecure/scanner": "10.13.0", - "@openally/httpie": "1.1.3", + "@openally/httpie": "1.1.4", "chokidar": "5.0.0", "find-my-way": "9.8.0", "glob": "13.0.6",