chore(deps-dev): Bump @arethetypeswrong/cli from 0.13.5 to 0.13.6 (#3181)

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.13.5 to 0.13.6.
- [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.6/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-01-29 16:56:27 -07:00 committed by GitHub
parent 2bf064571d
commit 365e720585
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" "marked": "bin/marked.js"
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.13.5", "@arethetypeswrong/cli": "^0.13.6",
"@markedjs/testutils": "9.1.5-0", "@markedjs/testutils": "9.1.5-0",
"@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6", "@rollup/plugin-typescript": "^11.1.6",
@ -64,12 +64,12 @@
"dev": true "dev": true
}, },
"node_modules/@arethetypeswrong/cli": { "node_modules/@arethetypeswrong/cli": {
"version": "0.13.5", "version": "0.13.6",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.13.5.tgz", "resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.13.6.tgz",
"integrity": "sha512-S5vPcInsCwt6QJlPi1CxxkVfemVrapeeySv5a1jeodwUzfkG/rLjZTYd1uhwgqDMCgQK4sR8z+W9GZITdqLIew==", "integrity": "sha512-rNiAcz/kLdqqfA3NvUjtLCPV933MEo+K5dMJDA7afdOPmH5iS13pCiZyeZ21MDBQrxMpx6t5G/7OyRf+OcsoPA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@arethetypeswrong/core": "0.13.5", "@arethetypeswrong/core": "0.13.6",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cli-table3": "^0.6.3", "cli-table3": "^0.6.3",
"commander": "^10.0.1", "commander": "^10.0.1",
@ -179,9 +179,9 @@
} }
}, },
"node_modules/@arethetypeswrong/core": { "node_modules/@arethetypeswrong/core": {
"version": "0.13.5", "version": "0.13.6",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.13.5.tgz", "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.13.6.tgz",
"integrity": "sha512-Ahk+vBUK9RBBx4zle2Y1imrbl68GCtLEl0/UBxsJeDd2j5HkbWcgGtgE2tEPMy4qAgWxj2JEptDPl6Jucbov2w==", "integrity": "sha512-e3CHQUK1aIIk8VOUavXPu3aVie3ZpxSGQHQoeBabzy81T4xWfQDrc68CqFmfGIEr8Apug47Yq+pYkCG2lsS10w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@andrewbranch/untar.js": "^1.0.3", "@andrewbranch/untar.js": "^1.0.3",

View File

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