@form8ion/utils-cli 7.2.0 → 7.2.1

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.
@@ -29,7 +29,7 @@ var travisTokenUpdater = require('travis-token-updater');
29
29
  var name = "@form8ion/utils-cli";
30
30
  var description = "cli for various tools for the organization";
31
31
  var license = "MIT";
32
- var version = "7.2.0";
32
+ var version = "7.2.1";
33
33
  var engines = {
34
34
  node: "^16.13.0 || >=18"
35
35
  };
@@ -94,23 +94,23 @@ var dependencies = {
94
94
  "source-map-support": "0.5.21",
95
95
  "travis-token-updater": "1.6.14",
96
96
  "update-notifier": "5.1.0",
97
- yargs: "17.6.2"
97
+ yargs: "17.7.0"
98
98
  };
99
99
  var devDependencies = {
100
100
  "@babel/node": "7.20.7",
101
101
  "@babel/register": "7.18.9",
102
- "@cucumber/cucumber": "8.10.0",
102
+ "@cucumber/cucumber": "8.11.1",
103
103
  "@form8ion/babel-preset": "1.6.99",
104
- "@form8ion/commitlint-config": "1.0.43",
104
+ "@form8ion/commitlint-config": "1.0.44",
105
105
  "@form8ion/core": "2.0.0",
106
- "@form8ion/eslint-config": "5.0.24",
106
+ "@form8ion/eslint-config": "5.0.25",
107
107
  "@form8ion/eslint-config-cucumber": "1.4.1",
108
108
  "@form8ion/eslint-config-mocha": "2.0.3",
109
109
  "@form8ion/remark-lint-preset": "5.0.0",
110
110
  "@rollup/plugin-node-resolve": "15.0.1",
111
- "@travi/any": "2.1.6",
111
+ "@travi/any": "2.1.7",
112
112
  "ban-sensitive-files": "1.9.18",
113
- c8: "7.12.0",
113
+ c8: "7.13.0",
114
114
  chai: "4.3.7",
115
115
  "clear-module": "4.1.2",
116
116
  "cross-env": "7.0.3",
@@ -129,7 +129,7 @@ var devDependencies = {
129
129
  "npm-run-all": "4.1.5",
130
130
  "remark-cli": "11.0.0",
131
131
  rimraf: "4.1.2",
132
- rollup: "3.12.0",
132
+ rollup: "3.15.0",
133
133
  "rollup-plugin-auto-external": "2.0.0",
134
134
  "rollup-plugin-executable": "1.6.3",
135
135
  "rollup-plugin-json": "4.0.0",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/utils-cli",
3
3
  "description": "cli for various tools for the organization",
4
4
  "license": "MIT",
5
- "version": "7.2.0",
5
+ "version": "7.2.1",
6
6
  "engines": {
7
7
  "node": "^16.13.0 || >=18"
8
8
  },
@@ -67,23 +67,23 @@
67
67
  "source-map-support": "0.5.21",
68
68
  "travis-token-updater": "1.6.14",
69
69
  "update-notifier": "5.1.0",
70
- "yargs": "17.6.2"
70
+ "yargs": "17.7.0"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@babel/node": "7.20.7",
74
74
  "@babel/register": "7.18.9",
75
- "@cucumber/cucumber": "8.10.0",
75
+ "@cucumber/cucumber": "8.11.1",
76
76
  "@form8ion/babel-preset": "1.6.99",
77
- "@form8ion/commitlint-config": "1.0.43",
77
+ "@form8ion/commitlint-config": "1.0.44",
78
78
  "@form8ion/core": "2.0.0",
79
- "@form8ion/eslint-config": "5.0.24",
79
+ "@form8ion/eslint-config": "5.0.25",
80
80
  "@form8ion/eslint-config-cucumber": "1.4.1",
81
81
  "@form8ion/eslint-config-mocha": "2.0.3",
82
82
  "@form8ion/remark-lint-preset": "5.0.0",
83
83
  "@rollup/plugin-node-resolve": "15.0.1",
84
- "@travi/any": "2.1.6",
84
+ "@travi/any": "2.1.7",
85
85
  "ban-sensitive-files": "1.9.18",
86
- "c8": "7.12.0",
86
+ "c8": "7.13.0",
87
87
  "chai": "4.3.7",
88
88
  "clear-module": "4.1.2",
89
89
  "cross-env": "7.0.3",
@@ -102,7 +102,7 @@
102
102
  "npm-run-all": "4.1.5",
103
103
  "remark-cli": "11.0.0",
104
104
  "rimraf": "4.1.2",
105
- "rollup": "3.12.0",
105
+ "rollup": "3.15.0",
106
106
  "rollup-plugin-auto-external": "2.0.0",
107
107
  "rollup-plugin-executable": "1.6.3",
108
108
  "rollup-plugin-json": "4.0.0",