From 786598d3efc0637708e67fc17f1cacfa2fa617fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:03:17 +0000 Subject: [PATCH] chore(deps-dev): bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.4 to 0.17.0. - [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-minor ... 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 053bf95..6497178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ts-node-starter": "dist/cli.js" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.16.4", + "@arethetypeswrong/cli": "^0.17.0", "@evilmartians/lefthook": "^1.7.14", "@tstv/eslint-config": "^3.2.2", "@tstv/tsconfig-common": "^3.6.0", @@ -49,12 +49,12 @@ "dev": true }, "node_modules/@arethetypeswrong/cli": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.16.4.tgz", - "integrity": "sha512-qMmdVlJon5FtA+ahn0c1oAVNxiq4xW5lqFiTZ21XHIeVwAVIQ+uRz4UEivqRMsjVV1grzRgJSKqaOrq1MvlVyQ==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.0.tgz", + "integrity": "sha512-xSMW7bfzVWpYw5JFgZqBXqr6PdR0/REmn3DkxCES5N0JTcB0CVgbIynJCvKBFmXaPc3hzmmTrb7+yPDRoOSZdA==", "dev": true, "dependencies": { - "@arethetypeswrong/core": "0.16.4", + "@arethetypeswrong/core": "0.17.0", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -70,9 +70,9 @@ } }, "node_modules/@arethetypeswrong/core": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.16.4.tgz", - "integrity": "sha512-RI3HXgSuKTfcBf1hSEg1P9/cOvmI0flsMm6/QL3L3wju4AlHDqd55JFPfXs4pzgEAgy5L9pul4/HPPz99x2GvA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.0.tgz", + "integrity": "sha512-FHyhFizXNetigTVsIhqXKGYLpazPS5YNojEPpZEUcBPt9wVvoEbNIvG+hybuBR+pjlRcbyuqhukHZm1fr+bDgA==", "dev": true, "dependencies": { "@andrewbranch/untar.js": "^1.0.3", diff --git a/package.json b/package.json index 3821f5d..a109fc1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "", "devDependencies": { - "@arethetypeswrong/cli": "^0.16.4", + "@arethetypeswrong/cli": "^0.17.0", "@evilmartians/lefthook": "^1.7.14", "@tstv/eslint-config": "^3.2.2", "@tstv/tsconfig-common": "^3.6.0",