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

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.17.2 to 0.17.3.
- [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] 2025-01-13 08:31:20 -07:00 committed by GitHub
parent 5624378bd3
commit c71d355737
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.2",
"@arethetypeswrong/cli": "^0.17.3",
"@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.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.2.tgz",
"integrity": "sha512-/u2VcQJ8PKc4hcao/vXnHrYLEI/sQqKarbHi+NEIfvdymaW5o62XOCXy2yvalQa/vR+AAD/QNEgAUzHo5f7hrw==",
"version": "0.17.3",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.17.3.tgz",
"integrity": "sha512-wI9ZSTweunmzHboSyYtWRFpba9fM9mpX1g7EUoRr+86zHSd7NR7svb6EmJD2hv1V+SoisB2fERu6EQGGEfQ8oQ==",
"dev": true,
"dependencies": {
"@arethetypeswrong/core": "0.17.2",
"@arethetypeswrong/core": "0.17.3",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -82,9 +82,9 @@
}
},
"node_modules/@arethetypeswrong/core": {
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.2.tgz",
"integrity": "sha512-JYeLgS4rQ2l3gHCabaka3atsEyskfpx+WqUbo+6l8LApILJgr0/XDb7KNC9Ovevp4iPVF2Q73oshpgOKJ3uDRQ==",
"version": "0.17.3",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.3.tgz",
"integrity": "sha512-2TB7O5JmC7UX7QHRGGftxRVQjV4Ce6oOIDGIDDERyT9dQ8lK/tRGfFubzO80rWeXm/gSrA8jirlXSWSE1i5ynQ==",
"dev": true,
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",

View File

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