From a3893d8ddb93025d0e776e7919d71c2bba964fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:51:36 +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), [filenamify](https://github.com/sindresorhus/filenamify), [ini](https://github.com/npm/ini) and [pino](https://github.com/pinojs/pino). Updates `cacache` from 19.0.1 to 20.0.1 - [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.1) Updates `filenamify` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/sindresorhus/filenamify/releases) - [Commits](https://github.com/sindresorhus/filenamify/compare/v6.0.0...v7.0.0) Updates `ini` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/ini/compare/v5.0.0...v6.0.0) Updates `pino` from 9.7.0 to 10.1.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.7.0...v10.1.0) --- updated-dependencies: - dependency-name: cacache dependency-version: 20.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: filenamify dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ini dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pino dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eff4cd66..2b5f345e 100644 --- a/package.json +++ b/package.json @@ -107,19 +107,19 @@ "@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", + "filenamify": "^7.0.0", "glob": "^11.0.1", "highlightjs-line-numbers.js": "^2.8.0", - "ini": "^5.0.0", + "ini": "^6.0.0", "json-diff-ts": "^4.8.1", "kleur": "^4.1.5", "lit": "^3.3.1", "ms": "^2.1.3", "open": "^10.1.0", - "pino": "9.7.0", + "pino": "10.1.0", "pino-pretty": "^13.0.0", "polka": "^0.5.2", "sade": "^1.8.1",