@eik/cli 2.0.27 → 2.0.29

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.29](https://github.com/eik-lib/cli/compare/v2.0.28...v2.0.29) (2024-01-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency date-fns to v2.30.0 ([2411b57](https://github.com/eik-lib/cli/commit/2411b574dd776aef52f58e6d3fda91d684b68d9b))
7
+
8
+ ## [2.0.28](https://github.com/eik-lib/cli/compare/v2.0.27...v2.0.28) (2024-01-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** replace dependency read-pkg-up with read-package-up ([480c0cd](https://github.com/eik-lib/cli/commit/480c0cd06eab6293c6fd7cf3092b03096fb06d3f))
14
+
1
15
  ## [2.0.27](https://github.com/eik-lib/cli/compare/v2.0.26...v2.0.27) (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.27",
3
+ "version": "2.0.29",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "bytes": "3.1.2",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",
41
- "date-fns": "2.28.0",
41
+ "date-fns": "2.30.0",
42
42
  "form-data": "4.0.0",
43
43
  "glob": "7.2.3",
44
44
  "gzip-size": "6.0.0",
@@ -46,7 +46,7 @@
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
51
  "semver": "7.5.4",
52
52
  "ssri": "8.0.1",