From 801d25187c682cf71c31ad14289eab11faf522b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:38:27 +0000 Subject: [PATCH] build(deps-dev): Bump @arethetypeswrong/cli from 0.17.0 to 0.17.1 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.17.0 to 0.17.1. - [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-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 1385776..8ee5865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "./packages/ucast-prisma" ], "devDependencies": { - "@arethetypeswrong/cli": "^0.17.0", + "@arethetypeswrong/cli": "^0.17.1", "@changesets/cli": "^2.27.10", "jsr": "^0.13.2", "typedoc": "^0.26.5" @@ -48,12 +48,12 @@ "dev": true }, "node_modules/@arethetypeswrong/cli": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.0.tgz", - "integrity": "sha512-xSMW7bfzVWpYw5JFgZqBXqr6PdR0/REmn3DkxCES5N0JTcB0CVgbIynJCvKBFmXaPc3hzmmTrb7+yPDRoOSZdA==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.1.tgz", + "integrity": "sha512-WNKTcC7lqWmbRWWku3Xz0hl7zj9szoGzx7gcGaZPxszKcMPiRnKsiLbxMpf1FzA6myIjE1yalqxNCJ0UkCWTXQ==", "dev": true, "dependencies": { - "@arethetypeswrong/core": "0.17.0", + "@arethetypeswrong/core": "0.17.1", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -139,9 +139,9 @@ } }, "node_modules/@arethetypeswrong/core": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.0.tgz", - "integrity": "sha512-FHyhFizXNetigTVsIhqXKGYLpazPS5YNojEPpZEUcBPt9wVvoEbNIvG+hybuBR+pjlRcbyuqhukHZm1fr+bDgA==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.1.tgz", + "integrity": "sha512-NgEuyO/D79q2K6lVoSLmRX2YzKNlh2LHU+no3AVkpY4gA20zEhp129KUV1W6jMnbmpRm3xAxF+v3myZ/eFixnA==", "dev": true, "dependencies": { "@andrewbranch/untar.js": "^1.0.3", diff --git a/package.json b/package.json index be7327f..27bda7b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "npm": ">=8" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.17.0", + "@arethetypeswrong/cli": "^0.17.1", "@changesets/cli": "^2.27.10", "jsr": "^0.13.2", "typedoc": "^0.26.5"