@eik/cli 2.0.32 → 2.0.34

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.34](https://github.com/eik-lib/cli/compare/v2.0.33...v2.0.34) (2024-04-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency tar to v6.2.1 [security] ([3fef73f](https://github.com/eik-lib/cli/commit/3fef73f7be1ea32339fc5a632e3840899d096b78))
7
+
8
+ ## [2.0.33](https://github.com/eik-lib/cli/compare/v2.0.32...v2.0.33) (2024-02-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency semver to v7.6.0 ([ca54c17](https://github.com/eik-lib/cli/commit/ca54c174f54e0a321090a7bf0c7256555f4fe2c4))
14
+
1
15
  ## [2.0.32](https://github.com/eik-lib/cli/compare/v2.0.31...v2.0.32) (2024-02-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -48,9 +48,9 @@
48
48
  "pkg-dir": "6.0.1",
49
49
  "read-package-up": "11.0.0",
50
50
  "rimraf": "3.0.2",
51
- "semver": "7.5.4",
51
+ "semver": "7.6.0",
52
52
  "ssri": "8.0.1",
53
- "tar": "6.2.0",
53
+ "tar": "6.2.1",
54
54
  "temp-dir": "2.0.0",
55
55
  "yargs": "17.7.2",
56
56
  "yargs-parser": "21.1.1"