@eik/cli 2.0.32 → 2.0.33

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.33](https://github.com/eik-lib/cli/compare/v2.0.32...v2.0.33) (2024-02-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.6.0 ([ca54c17](https://github.com/eik-lib/cli/commit/ca54c174f54e0a321090a7bf0c7256555f4fe2c4))
7
+
1
8
  ## [2.0.32](https://github.com/eik-lib/cli/compare/v2.0.31...v2.0.32) (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.32",
3
+ "version": "2.0.33",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -48,7 +48,7 @@
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
53
  "tar": "6.2.0",
54
54
  "temp-dir": "2.0.0",