@eik/cli 2.0.26 → 2.0.28

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.28](https://github.com/eik-lib/cli/compare/v2.0.27...v2.0.28) (2024-01-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** replace dependency read-pkg-up with read-package-up ([480c0cd](https://github.com/eik-lib/cli/commit/480c0cd06eab6293c6fd7cf3092b03096fb06d3f))
7
+
8
+ ## [2.0.27](https://github.com/eik-lib/cli/compare/v2.0.26...v2.0.27) (2024-01-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency semver to v7.5.4 ([71b807a](https://github.com/eik-lib/cli/commit/71b807aa80961aa6d3257963323c36938d611bfd))
14
+
1
15
  ## [2.0.26](https://github.com/eik-lib/cli/compare/v2.0.25...v2.0.26) (2024-01-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -46,9 +46,9 @@
46
46
  "node-fetch": "2.6.7",
47
47
  "ora": "5.4.1",
48
48
  "pkg-dir": "6.0.1",
49
- "read-pkg-up": "9.0.0",
49
+ "read-package-up": "11.0.0",
50
50
  "rimraf": "3.0.2",
51
- "semver": "7.5.2",
51
+ "semver": "7.5.4",
52
52
  "ssri": "8.0.1",
53
53
  "tar": "6.1.11",
54
54
  "temp-dir": "2.0.0",