From 0ebd4524348faa3095dec5f31431f8e22cb82bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:50:05 -0700 Subject: [PATCH] chore(deps-dev): Bump @arethetypeswrong/cli from 0.13.6 to 0.13.8 (#3189) Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.13.6 to 0.13.8. - [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/@arethetypeswrong/cli@0.13.8/packages/cli) --- updated-dependencies: - dependency-name: "@arethetypeswrong/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ec77882..cdce859a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "marked": "bin/marked.js" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.13.6", + "@arethetypeswrong/cli": "^0.13.8", "@markedjs/testutils": "9.1.5-0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", @@ -64,9 +64,9 @@ "dev": true }, "node_modules/@arethetypeswrong/cli": { - "version": "0.13.6", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.13.6.tgz", - "integrity": "sha512-rNiAcz/kLdqqfA3NvUjtLCPV933MEo+K5dMJDA7afdOPmH5iS13pCiZyeZ21MDBQrxMpx6t5G/7OyRf+OcsoPA==", + "version": "0.13.8", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.13.8.tgz", + "integrity": "sha512-tQCXVBLuSfFlXdQLl17ZlBuHB1zo03H7uTLDFumoOl/dibXw1osYJ+Fd9Oju34buFDzI1DuFS2vba/Bsk95E5Q==", "dev": true, "dependencies": { "@arethetypeswrong/core": "0.13.6", diff --git a/package.json b/package.json index 1d9f4fca..8e53efd6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ ], "devDependencies": { "@markedjs/testutils": "9.1.5-0", - "@arethetypeswrong/cli": "^0.13.6", + "@arethetypeswrong/cli": "^0.13.8", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@semantic-release/commit-analyzer": "^11.1.0",