chore(deps-dev): Bump @arethetypeswrong/cli from 0.15.0 to 0.15.1 (#3220)

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.15.0 to 0.15.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/@arethetypeswrong/cli@0.15.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@arethetypeswrong/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 16:34:04 -06:00 committed by GitHub
parent 339eca1e0c
commit ee863d15fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -12,7 +12,7 @@
"marked": "bin/marked.js"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
"@arethetypeswrong/cli": "^0.15.1",
"@markedjs/testutils": "12.0.0-0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
@ -64,12 +64,12 @@
"dev": true
},
"node_modules/@arethetypeswrong/cli": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.15.0.tgz",
"integrity": "sha512-83v4IKvebLKTQqb+EoiHA2kngXHGUDgXSL1766MgwrzMSiuQty48rfxLdEgv3jmSHY/fIAGwBjAtBR93Ony8bA==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.15.1.tgz",
"integrity": "sha512-c4+MVbhktzLDnUFpvWvVkGRAb7zwd9b9ZW4eG62PkBsRRsTM6TKUNR23mLhz6tyYTalyqe8E6v09q4k0KuN3eQ==",
"dev": true,
"dependencies": {
"@arethetypeswrong/core": "0.15.0",
"@arethetypeswrong/core": "0.15.1",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -179,9 +179,9 @@
}
},
"node_modules/@arethetypeswrong/core": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.15.0.tgz",
"integrity": "sha512-YEsguGAnYVD3JT8HxOgmDQRO44SNCQu9vvsyKnJEeHUKHOP/DUyZUvTWCNYNm5oyn8kbOkDHFnuiLvzDenoAQQ==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.15.1.tgz",
"integrity": "sha512-FYp6GBAgsNz81BkfItRz8RLZO03w5+BaeiPma1uCfmxTnxbtuMrI/dbzGiOk8VghO108uFI0oJo0OkewdSHw7g==",
"dev": true,
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",

View File

@ -51,7 +51,7 @@
],
"devDependencies": {
"@markedjs/testutils": "12.0.0-0",
"@arethetypeswrong/cli": "^0.15.0",
"@arethetypeswrong/cli": "^0.15.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/commit-analyzer": "^11.1.0",