From 268231965b0460b16389830a8f83cd714285e2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:10:58 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown-it](https://github.com/markdown-it/markdown-it) | `14.3.0` | `15.0.0` | | [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.0` | `7.1.1` | | [vis-data](https://github.com/visjs/vis-data) | `8.0.4` | `8.0.5` | | [vis-network](https://github.com/visjs/vis-network) | `10.1.0` | `10.1.1` | | [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.3` | | [@openally/result](https://github.com/OpenAlly/npm-packages/tree/HEAD/src/result) | `2.0.0` | `3.1.0` | Updates `markdown-it` from 14.3.0 to 15.0.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.3.0...15.0.0) Updates `pretty-bytes` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases) - [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v7.1.0...v7.1.1) Updates `vis-data` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/visjs/vis-data/releases) - [Commits](https://github.com/visjs/vis-data/compare/v8.0.4...v8.0.5) Updates `vis-network` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/visjs/vis-network/releases) - [Changelog](https://github.com/visjs/vis-network/blob/master/HISTORY.md) - [Commits](https://github.com/visjs/vis-network/compare/v10.1.0...v10.1.1) Updates `ws` from 8.21.0 to 8.21.3 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.0...8.21.3) Updates `@openally/result` from 2.0.0 to 3.1.0 - [Release notes](https://github.com/OpenAlly/npm-packages/releases) - [Changelog](https://github.com/OpenAlly/npm-packages/blob/main/src/result/CHANGELOG.md) - [Commits](https://github.com/OpenAlly/npm-packages/commits/@openally/result@3.1.0/src/result) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pretty-bytes dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: vis-data dependency-version: 8.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: vis-network dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@openally/result" dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/cli/package.json | 2 +- workspaces/documentation-ui/package.json | 2 +- workspaces/server/package.json | 2 +- workspaces/vis-network/package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workspaces/cli/package.json b/workspaces/cli/package.json index 1c814d4a..78f6e12e 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -95,7 +95,7 @@ "@nodesecure/server": "1.0.0", "@nodesecure/utils": "^2.2.0", "@nodesecure/vulnera": "3.1.0", - "@openally/result": "^2.0.0", + "@openally/result": "^3.1.0", "@topcli/cliui": "^1.1.0", "@topcli/pretty-json": "^1.0.0", "@topcli/prompts": "4.0.0", diff --git a/workspaces/documentation-ui/package.json b/workspaces/documentation-ui/package.json index 653ce763..e0351013 100644 --- a/workspaces/documentation-ui/package.json +++ b/workspaces/documentation-ui/package.json @@ -40,7 +40,7 @@ "@nodesecure/flags": "3.0.3", "@nodesecure/js-x-ray": "15.2.0", "highlight.js": "11.11.1", - "markdown-it": "14.3.0" + "markdown-it": "15.0.0" }, "devDependencies": { "@types/markdown-it": "14.1.2" diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 7d7715e7..678d2f57 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -49,7 +49,7 @@ "pino-pretty": "13.1.3", "sirv": "3.0.2", "ts-pattern": "5.9.0", - "ws": "8.21.0", + "ws": "8.21.3", "zup": "0.0.2" } } diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 5547ef79..8c26aee1 100644 --- a/workspaces/vis-network/package.json +++ b/workspaces/vis-network/package.json @@ -39,8 +39,8 @@ "dependencies": { "@nodesecure/flags": "3.0.3", "@nodesecure/scanner": "10.13.0", - "pretty-bytes": "7.1.0", - "vis-data": "8.0.4", - "vis-network": "10.1.0" + "pretty-bytes": "7.1.1", + "vis-data": "8.0.5", + "vis-network": "10.1.1" } }