@eik/cli 2.0.31 → 2.0.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.32](https://github.com/eik-lib/cli/compare/v2.0.31...v2.0.32) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency yargs to v17.7.2 ([d283d0e](https://github.com/eik-lib/cli/commit/d283d0e0a28036f2c012a498ea8a62e40bd3a6a8))
7
+
1
8
  ## [2.0.31](https://github.com/eik-lib/cli/compare/v2.0.30...v2.0.31) (2024-02-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "ssri": "8.0.1",
53
53
  "tar": "6.2.0",
54
54
  "temp-dir": "2.0.0",
55
- "yargs": "17.3.1",
55
+ "yargs": "17.7.2",
56
56
  "yargs-parser": "21.1.1"
57
57
  },
58
58
  "devDependencies": {