From 7dfb6cab1341eaed1409fedd28ab3173b6cf7382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:00:01 +0000 Subject: [PATCH] chore(deps-dev): bump @arethetypeswrong/cli from 0.18.4 to 0.18.5 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.18.4 to 0.18.5. - [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases) - [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli) --- updated-dependencies: - dependency-name: "@arethetypeswrong/cli" dependency-version: 0.18.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e94e33..127097c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ctrf": "dist/cli/cli.js" }, "devDependencies": { - "@arethetypeswrong/cli": "0.18.4", + "@arethetypeswrong/cli": "0.18.5", "@biomejs/biome": "2.5.6", "@d2t/vitest-ctrf-json-reporter": "1.3.0", "@types/node": "26.1.2", @@ -35,19 +35,20 @@ } }, "node_modules/@andrewbranch/untar.js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@andrewbranch/untar.js/-/untar.js-1.0.3.tgz", - "integrity": "sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==", - "dev": true + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@andrewbranch/untar.js/-/untar.js-1.0.4.tgz", + "integrity": "sha512-pVXSwPsLuw8IGLo2Di0EaOfsk+ntVvpkk942J/sHYIkwvtKUakEcPh7HBgZ6tuimgzKSEHgCvO4XgQ05DEbwDw==", + "dev": true, + "license": "MIT" }, "node_modules/@arethetypeswrong/cli": { - "version": "0.18.4", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.4.tgz", - "integrity": "sha512-kNWo6LTzGAuLYPpJ7Sgo63whSUeeSuKMlYx6IBgzs4ONEG807gW4hSSENvpeCHzO2H2wIzG5EFl0OKBbqGBAyA==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.5.tgz", + "integrity": "sha512-gM+8vRsQOD/Uc7EnBedUhkG5OCsDWE4uoak5QvomGpMpaky0Eh41p04nIMgrWb8EOmqZUJGc6zz9hsP6E56R7g==", "dev": true, "license": "MIT", "dependencies": { - "@arethetypeswrong/core": "0.18.4", + "@arethetypeswrong/core": "0.18.5", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -73,9 +74,9 @@ } }, "node_modules/@arethetypeswrong/core": { - "version": "0.18.4", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.4.tgz", - "integrity": "sha512-M5F0ePyN6h2Z6XxRiyIPqjGbltotXLjR0CKA0uKspsDu0QmgTNYvRb4RSQPMUs2ZXZHCCYpbaZbFbYOXLxCjUA==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.5.tgz", + "integrity": "sha512-9ytjzGwxjm9Uz7I9avfbt5vlQt6uk9uRRESzJjqrznl6WKvI6dwYTo+vJ3U02Wrq/mR3iql/PzhvHhKdJIAjDQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 331d018..86b16be 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ }, "devDependencies": { "@biomejs/biome": "2.5.6", - "@arethetypeswrong/cli": "0.18.4", + "@arethetypeswrong/cli": "0.18.5", "@d2t/vitest-ctrf-json-reporter": "1.3.0", "@types/node": "26.1.2", "@types/yargs": "17.0.32",