@form8ion/utils-cli 4.0.27 → 4.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.
@@ -29,7 +29,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
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 = "4.0.27";
32
+ var version = "4.0.28";
33
33
  var bin = {
34
34
  "form8ion-utils": "bin/form8ion-utils.js"
35
35
  };
@@ -73,9 +73,9 @@ var scripts = {
73
73
  var devDependencies = {
74
74
  "@babel/node": "7.17.10",
75
75
  "@babel/register": "7.17.7",
76
- "@cucumber/cucumber": "8.2.0",
76
+ "@cucumber/cucumber": "8.2.1",
77
77
  "@form8ion/babel-preset": "1.6.87",
78
- "@form8ion/commitlint-config": "1.0.31",
78
+ "@form8ion/commitlint-config": "1.0.32",
79
79
  "@form8ion/core": "1.5.1",
80
80
  "@form8ion/eslint-config": "5.0.2",
81
81
  "@form8ion/eslint-config-cucumber": "1.4.1",
@@ -84,7 +84,7 @@ var devDependencies = {
84
84
  "@rollup/plugin-node-resolve": "13.3.0",
85
85
  "@travi/any": "2.0.20",
86
86
  "ban-sensitive-files": "1.9.18",
87
- c8: "7.11.2",
87
+ c8: "7.11.3",
88
88
  chai: "4.3.6",
89
89
  "clear-module": "4.1.2",
90
90
  "cross-env": "7.0.3",
@@ -103,7 +103,7 @@ var devDependencies = {
103
103
  "npm-run-all": "4.1.5",
104
104
  "remark-cli": "10.0.1",
105
105
  rimraf: "3.0.2",
106
- rollup: "2.72.1",
106
+ rollup: "2.73.0",
107
107
  "rollup-plugin-auto-external": "2.0.0",
108
108
  "rollup-plugin-executable": "1.6.3",
109
109
  "rollup-plugin-json": "4.0.0",
@@ -130,7 +130,7 @@ var dependencies = {
130
130
  "source-map-support": "0.5.21",
131
131
  "travis-token-updater": "1.6.14",
132
132
  "update-notifier": "5.1.0",
133
- yargs: "17.5.0"
133
+ yargs: "17.5.1"
134
134
  };
135
135
  var pkg = {
136
136
  name: name,
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": "4.0.27",
5
+ "version": "4.0.28",
6
6
  "bin": {
7
7
  "form8ion-utils": "bin/form8ion-utils.js"
8
8
  },
@@ -46,9 +46,9 @@
46
46
  "devDependencies": {
47
47
  "@babel/node": "7.17.10",
48
48
  "@babel/register": "7.17.7",
49
- "@cucumber/cucumber": "8.2.0",
49
+ "@cucumber/cucumber": "8.2.1",
50
50
  "@form8ion/babel-preset": "1.6.87",
51
- "@form8ion/commitlint-config": "1.0.31",
51
+ "@form8ion/commitlint-config": "1.0.32",
52
52
  "@form8ion/core": "1.5.1",
53
53
  "@form8ion/eslint-config": "5.0.2",
54
54
  "@form8ion/eslint-config-cucumber": "1.4.1",
@@ -57,7 +57,7 @@
57
57
  "@rollup/plugin-node-resolve": "13.3.0",
58
58
  "@travi/any": "2.0.20",
59
59
  "ban-sensitive-files": "1.9.18",
60
- "c8": "7.11.2",
60
+ "c8": "7.11.3",
61
61
  "chai": "4.3.6",
62
62
  "clear-module": "4.1.2",
63
63
  "cross-env": "7.0.3",
@@ -76,7 +76,7 @@
76
76
  "npm-run-all": "4.1.5",
77
77
  "remark-cli": "10.0.1",
78
78
  "rimraf": "3.0.2",
79
- "rollup": "2.72.1",
79
+ "rollup": "2.73.0",
80
80
  "rollup-plugin-auto-external": "2.0.0",
81
81
  "rollup-plugin-executable": "1.6.3",
82
82
  "rollup-plugin-json": "4.0.0",
@@ -103,6 +103,6 @@
103
103
  "source-map-support": "0.5.21",
104
104
  "travis-token-updater": "1.6.14",
105
105
  "update-notifier": "5.1.0",
106
- "yargs": "17.5.0"
106
+ "yargs": "17.5.1"
107
107
  }
108
108
  }