chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.1 to 0.16.2 (#3456)

Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.1 to 0.16.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-09-16 11:54:13 -06:00 committed by GitHub
parent a8ef41d958
commit 3406f61706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 19 deletions

27
package-lock.json generated
View File

@ -12,7 +12,7 @@
"marked": "bin/marked.js"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.1",
"@arethetypeswrong/cli": "^0.16.2",
"@markedjs/eslint-config": "^1.0.3",
"@markedjs/testutils": "14.1.1-0",
"@rollup/plugin-terser": "^0.4.4",
@ -51,12 +51,12 @@
"dev": true
},
"node_modules/@arethetypeswrong/cli": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.16.1.tgz",
"integrity": "sha512-GqwCVNwgSyXhn9qzuPU565zYvs+P0P4NbDEieVaYvtS+mtKh0S+98vkWzJMs4gsLHPrHgfJ5ZQfexrow7ENxvQ==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/cli/-/cli-0.16.2.tgz",
"integrity": "sha512-QW1jjQayokcn4KmKyuqvWJl+FyRMagX/D/kwNEddhUEbAhLCL6PXPduHLYxRtQSE+e8QllGS2qcGxqrLJeExAw==",
"dev": true,
"dependencies": {
"@arethetypeswrong/core": "0.16.0",
"@arethetypeswrong/core": "0.16.2",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -84,15 +84,15 @@
}
},
"node_modules/@arethetypeswrong/core": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.16.0.tgz",
"integrity": "sha512-4OC0kwoBr5tVltLRrx8ENX7Dr4xNXDfJZ8uFdA2/+jZXC7+sXBpicQBzq5EMAUF5UmLrl82ArYBE7FymbkCkXw==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.16.2.tgz",
"integrity": "sha512-gAYzWaIbq8m9MuvxKmeDn24Or4mIWCSpRR0NNXAVoGUTPraB1SP3blPa5NycUPTnToKLA5DAwHLhwtWpslMbKQ==",
"dev": true,
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",
"cjs-module-lexer": "^1.2.3",
"fflate": "^0.8.2",
"lru-cache": "^11.0.1",
"lru-cache": "^10.4.3",
"semver": "^7.5.4",
"typescript": "5.6.1-rc",
"validate-npm-package-name": "^5.0.0"
@ -101,15 +101,6 @@
"node": ">=18"
}
},
"node_modules/@arethetypeswrong/core/node_modules/lru-cache": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
"integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
"dev": true,
"engines": {
"node": "20 || >=22"
}
},
"node_modules/@arethetypeswrong/core/node_modules/typescript": {
"version": "5.6.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.1-rc.tgz",

View File

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