@form8ion/utils-cli 10.1.48 → 10.1.49

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.
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1876
1876
  var name = "@form8ion/utils-cli";
1877
1877
  var description = "cli for various tools for the organization";
1878
1878
  var license = "MIT";
1879
- var version = "10.1.48";
1879
+ var version = "10.1.49";
1880
1880
  var type = "module";
1881
1881
  var engines = {
1882
1882
  node: "^18.17.0 || >=20.6.1"
@@ -1946,7 +1946,7 @@ var dependencies = {
1946
1946
  "@form8ion/vite": "2.0.1",
1947
1947
  "@form8ion/vitest": "4.2.0",
1948
1948
  "@travi/github-scaffolder": "10.3.1",
1949
- "update-notifier": "7.0.0",
1949
+ "update-notifier": "7.1.0",
1950
1950
  yargs: "17.7.2"
1951
1951
  };
1952
1952
  var devDependencies = {
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": "10.1.48",
5
+ "version": "10.1.49",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17.0 || >=20.6.1"
@@ -72,7 +72,7 @@
72
72
  "@form8ion/vite": "2.0.1",
73
73
  "@form8ion/vitest": "4.2.0",
74
74
  "@travi/github-scaffolder": "10.3.1",
75
- "update-notifier": "7.0.0",
75
+ "update-notifier": "7.1.0",
76
76
  "yargs": "17.7.2"
77
77
  },
78
78
  "devDependencies": {