From 76ff3b75c04147206d6396f9e4764b73cb53d78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:04:45 -0500 Subject: [PATCH] chore(deps-dev): Bump @arethetypeswrong/cli from 0.15.1 to 0.15.2 (#3242) Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.15.1 to 0.15.2. - [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.15.2/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 a3dd47f9..11748943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "marked": "bin/marked.js" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.15.1", + "@arethetypeswrong/cli": "^0.15.2", "@markedjs/testutils": "12.0.0-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.15.1", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.15.1.tgz", - "integrity": "sha512-c4+MVbhktzLDnUFpvWvVkGRAb7zwd9b9ZW4eG62PkBsRRsTM6TKUNR23mLhz6tyYTalyqe8E6v09q4k0KuN3eQ==", + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.15.2.tgz", + "integrity": "sha512-YXKq7PyB+nv3KNCpmo384C+1f6DjCwJqSwxPpnFK/2shKy1Ug9RM8ma2eKlgfklyflNqtg1KJvTF2CxZmT0/ig==", "dev": true, "dependencies": { "@arethetypeswrong/core": "0.15.1", diff --git a/package.json b/package.json index 4226d97f..400d0981 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ ], "devDependencies": { "@markedjs/testutils": "12.0.0-0", - "@arethetypeswrong/cli": "^0.15.1", + "@arethetypeswrong/cli": "^0.15.2", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@semantic-release/commit-analyzer": "^12.0.0",