@form8ion/utils-cli 7.2.2 → 7.2.4

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.2";
32
+ var version = "7.2.4";
33
33
  var engines = {
34
34
  node: "^16.13.0 || >=18"
35
35
  };
@@ -89,16 +89,16 @@ var dependencies = {
89
89
  "@form8ion/rollup": "2.1.1",
90
90
  "@form8ion/scaffolder-scaffolder": "4.0.3",
91
91
  "@form8ion/vite": "1.3.1",
92
- "@form8ion/vitest": "2.0.0",
92
+ "@form8ion/vitest": "2.1.0",
93
93
  "@travi/github-scaffolder": "8.0.4",
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.7.0"
97
+ yargs: "17.7.1"
98
98
  };
99
99
  var devDependencies = {
100
100
  "@babel/node": "7.20.7",
101
- "@babel/register": "7.18.9",
101
+ "@babel/register": "7.21.0",
102
102
  "@cucumber/cucumber": "8.11.1",
103
103
  "@form8ion/babel-preset": "1.6.99",
104
104
  "@form8ion/commitlint-config": "1.0.45",
@@ -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.17.0",
132
+ rollup: "3.17.2",
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.2",
5
+ "version": "7.2.4",
6
6
  "engines": {
7
7
  "node": "^16.13.0 || >=18"
8
8
  },
@@ -62,16 +62,16 @@
62
62
  "@form8ion/rollup": "2.1.1",
63
63
  "@form8ion/scaffolder-scaffolder": "4.0.3",
64
64
  "@form8ion/vite": "1.3.1",
65
- "@form8ion/vitest": "2.0.0",
65
+ "@form8ion/vitest": "2.1.0",
66
66
  "@travi/github-scaffolder": "8.0.4",
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.7.0"
70
+ "yargs": "17.7.1"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@babel/node": "7.20.7",
74
- "@babel/register": "7.18.9",
74
+ "@babel/register": "7.21.0",
75
75
  "@cucumber/cucumber": "8.11.1",
76
76
  "@form8ion/babel-preset": "1.6.99",
77
77
  "@form8ion/commitlint-config": "1.0.45",
@@ -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.17.0",
105
+ "rollup": "3.17.2",
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",