@form8ion/utils-cli 9.1.38 → 9.1.39

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.
@@ -1875,7 +1875,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1875
1875
  var name = "@form8ion/utils-cli";
1876
1876
  var description = "cli for various tools for the organization";
1877
1877
  var license = "MIT";
1878
- var version = "9.1.38";
1878
+ var version = "9.1.39";
1879
1879
  var type = "module";
1880
1880
  var engines = {
1881
1881
  node: "^16.14.0 || >=18"
@@ -1924,7 +1924,7 @@ var publishConfig = {
1924
1924
  var dependencies = {
1925
1925
  "@form8ion/codecov": "4.0.1",
1926
1926
  "@form8ion/cucumber-scaffolder": "2.1.0",
1927
- "@form8ion/github-actions-node-ci": "3.14.2",
1927
+ "@form8ion/github-actions-node-ci": "3.14.3",
1928
1928
  "@form8ion/hapi-scaffolder": "4.0.5",
1929
1929
  "@form8ion/javascript": "11.5.5",
1930
1930
  "@form8ion/javascript-core": "9.1.0",
@@ -1949,20 +1949,20 @@ var dependencies = {
1949
1949
  var devDependencies = {
1950
1950
  "@cucumber/cucumber": "9.3.0",
1951
1951
  "@form8ion/commitlint-config": "1.0.53",
1952
- "@form8ion/core": "3.1.0",
1953
- "@form8ion/eslint-config": "5.0.36",
1952
+ "@form8ion/core": "3.2.0",
1953
+ "@form8ion/eslint-config": "5.0.38",
1954
1954
  "@form8ion/eslint-config-cucumber": "1.4.1",
1955
1955
  "@form8ion/eslint-config-mocha": "2.0.3",
1956
1956
  "@form8ion/remark-lint-preset": "5.0.9",
1957
1957
  "@rollup/plugin-node-resolve": "15.1.0",
1958
1958
  "@travi/any": "2.1.8",
1959
1959
  "ban-sensitive-files": "1.9.19",
1960
- c8: "8.0.0",
1960
+ c8: "8.0.1",
1961
1961
  chai: "4.3.7",
1962
1962
  "clear-module": "4.1.2",
1963
1963
  "cross-env": "7.0.3",
1964
1964
  "cz-conventional-changelog": "3.3.0",
1965
- execa: "7.1.1",
1965
+ execa: "7.2.0",
1966
1966
  "gherkin-lint": "4.2.2",
1967
1967
  "http-status-codes": "2.2.0",
1968
1968
  husky: "8.0.3",
@@ -1978,7 +1978,7 @@ var devDependencies = {
1978
1978
  "npm-run-all": "4.1.5",
1979
1979
  "remark-cli": "11.0.0",
1980
1980
  rimraf: "5.0.1",
1981
- rollup: "3.26.3",
1981
+ rollup: "3.27.0",
1982
1982
  "rollup-plugin-auto-external": "2.0.0",
1983
1983
  "rollup-plugin-executable": "1.6.3",
1984
1984
  "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": "9.1.38",
5
+ "version": "9.1.39",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^16.14.0 || >=18"
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@form8ion/codecov": "4.0.1",
53
53
  "@form8ion/cucumber-scaffolder": "2.1.0",
54
- "@form8ion/github-actions-node-ci": "3.14.2",
54
+ "@form8ion/github-actions-node-ci": "3.14.3",
55
55
  "@form8ion/hapi-scaffolder": "4.0.5",
56
56
  "@form8ion/javascript": "11.5.5",
57
57
  "@form8ion/javascript-core": "9.1.0",
@@ -76,20 +76,20 @@
76
76
  "devDependencies": {
77
77
  "@cucumber/cucumber": "9.3.0",
78
78
  "@form8ion/commitlint-config": "1.0.53",
79
- "@form8ion/core": "3.1.0",
80
- "@form8ion/eslint-config": "5.0.36",
79
+ "@form8ion/core": "3.2.0",
80
+ "@form8ion/eslint-config": "5.0.38",
81
81
  "@form8ion/eslint-config-cucumber": "1.4.1",
82
82
  "@form8ion/eslint-config-mocha": "2.0.3",
83
83
  "@form8ion/remark-lint-preset": "5.0.9",
84
84
  "@rollup/plugin-node-resolve": "15.1.0",
85
85
  "@travi/any": "2.1.8",
86
86
  "ban-sensitive-files": "1.9.19",
87
- "c8": "8.0.0",
87
+ "c8": "8.0.1",
88
88
  "chai": "4.3.7",
89
89
  "clear-module": "4.1.2",
90
90
  "cross-env": "7.0.3",
91
91
  "cz-conventional-changelog": "3.3.0",
92
- "execa": "7.1.1",
92
+ "execa": "7.2.0",
93
93
  "gherkin-lint": "4.2.2",
94
94
  "http-status-codes": "2.2.0",
95
95
  "husky": "8.0.3",
@@ -105,7 +105,7 @@
105
105
  "npm-run-all": "4.1.5",
106
106
  "remark-cli": "11.0.0",
107
107
  "rimraf": "5.0.1",
108
- "rollup": "3.26.3",
108
+ "rollup": "3.27.0",
109
109
  "rollup-plugin-auto-external": "2.0.0",
110
110
  "rollup-plugin-executable": "1.6.3",
111
111
  "rollup-plugin-json": "4.0.0",