@travi/cli 9.0.26 → 9.0.28

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 +4 -4
  2. package/package.json +4 -4
package/bin/travi.js CHANGED
@@ -44,7 +44,7 @@ var addPackageToMonorepo = require('@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 = "9.0.26";
47
+ var version = "9.0.28";
48
48
  var engines = {
49
49
  node: "^16.13.0"
50
50
  };
@@ -146,7 +146,7 @@ var devDependencies = {
146
146
  "@travi/eslint-config-cucumber": "1.0.6",
147
147
  "@travi/eslint-config-mocha": "1.0.19",
148
148
  c8: "7.12.0",
149
- chai: "4.3.6",
149
+ chai: "4.3.7",
150
150
  "chai-as-promised": "7.1.1",
151
151
  "clear-module": "4.1.2",
152
152
  "commitlint-config-travi": "1.4.19",
@@ -155,7 +155,7 @@ var devDependencies = {
155
155
  "gherkin-lint": "4.2.2",
156
156
  globstar: "1.0.0",
157
157
  "http-status-codes": "2.2.0",
158
- husky: "8.0.1",
158
+ husky: "8.0.2",
159
159
  "import-fresh": "3.3.0",
160
160
  "js-yaml": "4.1.0",
161
161
  "ls-engines": "0.7.0",
@@ -172,7 +172,7 @@ var devDependencies = {
172
172
  "rollup-plugin-auto-external": "2.0.0",
173
173
  "rollup-plugin-executable": "1.6.3",
174
174
  "rollup-plugin-json": "4.0.0",
175
- sinon: "14.0.1",
175
+ sinon: "14.0.2",
176
176
  testdouble: "3.16.6",
177
177
  "unist-util-find": "1.0.2"
178
178
  };
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": "9.0.26",
5
+ "version": "9.0.28",
6
6
  "engines": {
7
7
  "node": "^16.13.0"
8
8
  },
@@ -104,7 +104,7 @@
104
104
  "@travi/eslint-config-cucumber": "1.0.6",
105
105
  "@travi/eslint-config-mocha": "1.0.19",
106
106
  "c8": "7.12.0",
107
- "chai": "4.3.6",
107
+ "chai": "4.3.7",
108
108
  "chai-as-promised": "7.1.1",
109
109
  "clear-module": "4.1.2",
110
110
  "commitlint-config-travi": "1.4.19",
@@ -113,7 +113,7 @@
113
113
  "gherkin-lint": "4.2.2",
114
114
  "globstar": "1.0.0",
115
115
  "http-status-codes": "2.2.0",
116
- "husky": "8.0.1",
116
+ "husky": "8.0.2",
117
117
  "import-fresh": "3.3.0",
118
118
  "js-yaml": "4.1.0",
119
119
  "ls-engines": "0.7.0",
@@ -130,7 +130,7 @@
130
130
  "rollup-plugin-auto-external": "2.0.0",
131
131
  "rollup-plugin-executable": "1.6.3",
132
132
  "rollup-plugin-json": "4.0.0",
133
- "sinon": "14.0.1",
133
+ "sinon": "14.0.2",
134
134
  "testdouble": "3.16.6",
135
135
  "unist-util-find": "1.0.2"
136
136
  },