chore(deps-dev): Bump @arethetypeswrong/cli from 0.17.1 to 0.17.2 (#3568)

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.17.1 to 0.17.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/HEAD/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-12-23 09:08:04 -07:00 committed by GitHub
parent efa72f913e
commit 476b85e99a
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.17.1",
"@arethetypeswrong/cli": "^0.17.2",
"@markedjs/eslint-config": "^1.0.9",
"@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.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.1.tgz",
"integrity": "sha512-WNKTcC7lqWmbRWWku3Xz0hl7zj9szoGzx7gcGaZPxszKcMPiRnKsiLbxMpf1FzA6myIjE1yalqxNCJ0UkCWTXQ==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.2.tgz",
"integrity": "sha512-/u2VcQJ8PKc4hcao/vXnHrYLEI/sQqKarbHi+NEIfvdymaW5o62XOCXy2yvalQa/vR+AAD/QNEgAUzHo5f7hrw==",
"dev": true,
"dependencies": {
"@arethetypeswrong/core": "0.17.1",
"@arethetypeswrong/core": "0.17.2",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -82,9 +82,9 @@
}
},
"node_modules/@arethetypeswrong/core": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.1.tgz",
"integrity": "sha512-NgEuyO/D79q2K6lVoSLmRX2YzKNlh2LHU+no3AVkpY4gA20zEhp129KUV1W6jMnbmpRm3xAxF+v3myZ/eFixnA==",
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.2.tgz",
"integrity": "sha512-JYeLgS4rQ2l3gHCabaka3atsEyskfpx+WqUbo+6l8LApILJgr0/XDb7KNC9Ovevp4iPVF2Q73oshpgOKJ3uDRQ==",
"dev": true,
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",

View File

@ -53,7 +53,7 @@
"html"
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
"@arethetypeswrong/cli": "^0.17.2",
"@markedjs/eslint-config": "^1.0.9",
"@markedjs/testutils": "14.1.1-0",
"@rollup/plugin-terser": "^0.4.4",