From 374713f3e89a2fa938196afad0d963faa9e0bdc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:37:02 +0000 Subject: [PATCH] build(deps-dev): bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.18.3 to 0.18.4. - [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.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a39f7f4..626904ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "style-to-js": "2.0.0" }, "devDependencies": { - "@arethetypeswrong/cli": "0.18.3", + "@arethetypeswrong/cli": "0.18.4", "@commitlint/cli": "21.0.2", "@commitlint/config-conventional": "21.0.2", "@eslint/eslintrc": "3.3.5", @@ -79,13 +79,13 @@ "dev": true }, "node_modules/@arethetypeswrong/cli": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.3.tgz", - "integrity": "sha512-GeAlc+lUD4gKHD/LDQNvQY30FfQ+xAXg2inbQKUjFZgTOdI5ygEweaOnGHGBPSKXSLGQC7VLhpXu9zMnYk/4sQ==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.18.4.tgz", + "integrity": "sha512-kNWo6LTzGAuLYPpJ7Sgo63whSUeeSuKMlYx6IBgzs4ONEG807gW4hSSENvpeCHzO2H2wIzG5EFl0OKBbqGBAyA==", "dev": true, "license": "MIT", "dependencies": { - "@arethetypeswrong/core": "0.18.3", + "@arethetypeswrong/core": "0.18.4", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -111,9 +111,9 @@ } }, "node_modules/@arethetypeswrong/core": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.3.tgz", - "integrity": "sha512-sWBB/tdIktaT5xMq0Dz6CJyqcf6oMNdmiKiuPU1lWoJLTL6gjRSsksBuSgqot21hylkklBQY1wiSu+PkZhW7sw==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.4.tgz", + "integrity": "sha512-M5F0ePyN6h2Z6XxRiyIPqjGbltotXLjR0CKA0uKspsDu0QmgTNYvRb4RSQPMUs2ZXZHCCYpbaZbFbYOXLxCjUA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5c47908f..3aa41236 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "style-to-js": "2.0.0" }, "devDependencies": { - "@arethetypeswrong/cli": "0.18.3", + "@arethetypeswrong/cli": "0.18.4", "@commitlint/cli": "21.0.2", "@commitlint/config-conventional": "21.0.2", "@eslint/eslintrc": "3.3.5",