From 7f791668e08c95bbd9eb1a420c7534c724c4d8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:51:35 -0700 Subject: [PATCH] chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 (#3530) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9f4ba76f..094b4443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "marked": "bin/marked.js" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.16.4", + "@arethetypeswrong/cli": "^0.17.0", "@markedjs/eslint-config": "^1.0.7", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4", @@ -50,12 +50,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", @@ -83,9 +83,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 e9b3bdac..65de7181 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "html" ], "devDependencies": { - "@arethetypeswrong/cli": "^0.16.4", + "@arethetypeswrong/cli": "^0.17.0", "@markedjs/eslint-config": "^1.0.7", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4",