From 089d421bb6aea12c449162ac0405b5dab9b2c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:08:30 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [cacache](https://github.com/npm/cacache), [pino](https://github.com/pinojs/pino), [vis-data](https://github.com/visjs/vis-data) and [vis-network](https://github.com/visjs/vis-network). Updates `cacache` from 19.0.1 to 20.0.0 - [Release notes](https://github.com/npm/cacache/releases) - [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/cacache/compare/v19.0.1...v20.0.0) Updates `pino` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0) Updates `vis-data` from 7.1.10 to 8.0.1 - [Release notes](https://github.com/visjs/vis-data/releases) - [Changelog](https://github.com/visjs/vis-data/blob/master/.releaserc.yml) - [Commits](https://github.com/visjs/vis-data/compare/v7.1.10...v8.0.1) Updates `vis-network` from 9.1.13 to 10.0.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/v9.1.13...v10.0.1) --- updated-dependencies: - dependency-name: cacache dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pino dependency-version: 9.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: vis-data dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: vis-network dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- workspaces/vis-network/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 25e01ba4..04f2fd71 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@topcli/pretty-json": "^1.0.0", "@topcli/prompts": "^2.0.0", "@topcli/spinner": "^3.0.0", - "cacache": "^19.0.1", + "cacache": "^20.0.1", "chokidar": "^4.0.3", "dotenv": "^17.0.0", "filenamify": "^6.0.0", @@ -119,7 +119,7 @@ "lit": "^3.3.1", "ms": "^2.1.3", "open": "^10.1.0", - "pino": "9.7.0", + "pino": "9.9.0", "pino-pretty": "^13.0.0", "polka": "^0.5.2", "sade": "^1.8.1", diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 210f9853..8d560dac 100644 --- a/workspaces/vis-network/package.json +++ b/workspaces/vis-network/package.json @@ -25,8 +25,8 @@ "license": "MIT", "dependencies": { "pretty-bytes": "^7.0.0", - "vis-data": "^7.1.9", - "vis-network": "^9.1.9" + "vis-data": "^8.0.1", + "vis-network": "^10.0.1" }, "devDependencies": { "@nodesecure/flags": "^2.4.0",