From 02b0ebf456e8fb5d65ed42b8a9a8451c32431146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:14:07 +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: [@topcli/prompts](https://github.com/TopCli/prompts), [cacache](https://github.com/npm/cacache), [ini](https://github.com/npm/ini) and [sirv](https://github.com/lukeed/sirv). Updates `@topcli/prompts` from 1.11.0 to 2.0.0 - [Release notes](https://github.com/TopCli/prompts/releases) - [Commits](https://github.com/TopCli/prompts/compare/v1.11.0...v2.0.0) Updates `cacache` from 18.0.4 to 19.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/v18.0.4...v19.0.1) Updates `ini` from 4.1.3 to 5.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/v4.1.3...v5.0.0) Updates `sirv` from 2.0.4 to 3.0.0 - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v2.0.4...v3.0.0) --- updated-dependencies: - dependency-name: "@topcli/prompts" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cacache dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ini dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sirv 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 596b2550..40e691da 100644 --- a/package.json +++ b/package.json @@ -94,20 +94,20 @@ "@openally/result": "^1.3.0", "@polka/send-type": "^0.5.2", "@topcli/cliui": "^1.1.0", - "@topcli/prompts": "^1.10.1", + "@topcli/prompts": "^2.0.0", "@topcli/spinner": "^2.1.2", - "cacache": "^18.0.4", + "cacache": "^19.0.1", "dotenv": "^16.4.5", "filenamify": "^6.0.0", "highlightjs-line-numbers.js": "^2.8.0", - "ini": "^4.1.3", + "ini": "^5.0.0", "kleur": "^4.1.5", "ms": "^2.1.3", "open": "^10.1.0", "polka": "^0.5.2", "sade": "^1.8.1", "semver": "^7.6.3", - "sirv": "^2.0.4", + "sirv": "^3.0.0", "zup": "0.0.2" } }