From f2f3ba1b29397f4f7223788fc9162ea4eccd90ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:02:04 +0000 Subject: [PATCH] chore(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 6c782a0616..76ec708b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "marked": "bin/marked.js" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.17.0", + "@arethetypeswrong/cli": "^0.17.1", "@markedjs/eslint-config": "^1.0.8", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4", @@ -49,12 +49,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", @@ -82,9 +82,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 36753635f5..bf47fae43a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "html" ], "devDependencies": { - "@arethetypeswrong/cli": "^0.17.0", + "@arethetypeswrong/cli": "^0.17.1", "@markedjs/eslint-config": "^1.0.8", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4",