@travi/cli 11.1.122 → 11.1.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/travi.js +3 -3
  2. package/package.json +3 -3
package/bin/travi.js CHANGED
@@ -44,7 +44,7 @@ import { scaffold as scaffold$u } from '@form8ion/add-package-to-monorepo';
44
44
  var name = "@travi/cli";
45
45
  var description = "cli for my various tools";
46
46
  var license = "MIT";
47
- var version = "11.1.122";
47
+ var version = "11.1.123";
48
48
  var type = "module";
49
49
  var engines = {
50
50
  node: ">= 18 || ^16.14.0"
@@ -154,7 +154,7 @@ var devDependencies = {
154
154
  execa: "8.0.1",
155
155
  "gherkin-lint": "4.2.2",
156
156
  globstar: "1.0.0",
157
- "http-status-codes": "2.2.0",
157
+ "http-status-codes": "2.3.0",
158
158
  husky: "8.0.3",
159
159
  "import-fresh": "3.3.0",
160
160
  "jest-when": "3.6.0",
@@ -166,7 +166,7 @@ var devDependencies = {
166
166
  "npm-run-all2": "6.0.6",
167
167
  "remark-cli": "12.0.0",
168
168
  "remark-preset-lint-travi": "6.0.1",
169
- "remark-toc": "8.0.1",
169
+ "remark-toc": "9.0.0",
170
170
  rimraf: "5.0.1",
171
171
  rollup: "3.29.2",
172
172
  "rollup-plugin-auto-external": "2.0.0",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@travi/cli",
3
3
  "description": "cli for my various tools",
4
4
  "license": "MIT",
5
- "version": "11.1.122",
5
+ "version": "11.1.123",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">= 18 || ^16.14.0"
@@ -112,7 +112,7 @@
112
112
  "execa": "8.0.1",
113
113
  "gherkin-lint": "4.2.2",
114
114
  "globstar": "1.0.0",
115
- "http-status-codes": "2.2.0",
115
+ "http-status-codes": "2.3.0",
116
116
  "husky": "8.0.3",
117
117
  "import-fresh": "3.3.0",
118
118
  "jest-when": "3.6.0",
@@ -124,7 +124,7 @@
124
124
  "npm-run-all2": "6.0.6",
125
125
  "remark-cli": "12.0.0",
126
126
  "remark-preset-lint-travi": "6.0.1",
127
- "remark-toc": "8.0.1",
127
+ "remark-toc": "9.0.0",
128
128
  "rimraf": "5.0.1",
129
129
  "rollup": "3.29.2",
130
130
  "rollup-plugin-auto-external": "2.0.0",