@eik/cli 2.0.18 → 2.0.22

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 +28 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [2.0.22](https://github.com/eik-lib/cli/compare/v2.0.21...v2.0.22) (2022-01-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency bytes to v3.1.2 ([aa642b7](https://github.com/eik-lib/cli/commit/aa642b73fbce70633cda0bbe69ed503152980ed0))
7
+
8
+ ## [2.0.21](https://github.com/eik-lib/cli/compare/v2.0.20...v2.0.21) (2022-01-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency node-fetch to v2.6.7 ([3a7beb8](https://github.com/eik-lib/cli/commit/3a7beb8a2a1618fef0ac58c99eca2419b3c3929a))
14
+
15
+ ## [2.0.20](https://github.com/eik-lib/cli/compare/v2.0.19...v2.0.20) (2021-12-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency date-fns to v2.28.0 ([0c11b62](https://github.com/eik-lib/cli/commit/0c11b621390f8806c1e26f67ff6edd41d8a12da9))
21
+
22
+ ## [2.0.19](https://github.com/eik-lib/cli/compare/v2.0.18...v2.0.19) (2021-12-24)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency yargs to v17.3.1 ([62b88f4](https://github.com/eik-lib/cli/commit/62b88f4a8b7e389253948fe898fb664ff3061cbb))
28
+
1
29
  ## [2.0.18](https://github.com/eik-lib/cli/compare/v2.0.17...v2.0.18) (2021-11-30)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.18",
3
+ "version": "2.0.22",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -35,15 +35,15 @@
35
35
  "@eik/common": "^3.0.0",
36
36
  "abslog": "2.4.0",
37
37
  "boxen": "5.1.2",
38
- "bytes": "3.1.1",
38
+ "bytes": "3.1.2",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",
41
- "date-fns": "2.27.0",
41
+ "date-fns": "2.28.0",
42
42
  "form-data": "4.0.0",
43
43
  "glob": "7.2.0",
44
44
  "gzip-size": "6.0.0",
45
45
  "make-dir": "3.1.0",
46
- "node-fetch": "2.6.6",
46
+ "node-fetch": "2.6.7",
47
47
  "ora": "5.4.1",
48
48
  "pkg-dir": "6.0.1",
49
49
  "read-pkg-up": "9.0.0",
@@ -52,7 +52,7 @@
52
52
  "ssri": "8.0.1",
53
53
  "tar": "6.1.11",
54
54
  "temp-dir": "2.0.0",
55
- "yargs": "17.3.0",
55
+ "yargs": "17.3.1",
56
56
  "yargs-parser": "21.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -60,20 +60,20 @@
60
60
  "@eik/service": "1.2.98",
61
61
  "@semantic-release/changelog": "6.0.1",
62
62
  "@semantic-release/git": "10.0.1",
63
- "eslint": "8.3.0",
63
+ "eslint": "8.7.0",
64
64
  "eslint-config-airbnb-base": "15.0.0",
65
65
  "eslint-config-prettier": "8.3.0",
66
- "eslint-plugin-import": "2.25.3",
66
+ "eslint-plugin-import": "2.25.4",
67
67
  "eslint-plugin-prettier": "4.0.0",
68
- "fastify": "3.24.1",
68
+ "fastify": "3.27.0",
69
69
  "fastify-cors": "6.0.2",
70
70
  "fs-extra": "10.0.0",
71
- "prettier": "2.5.0",
72
- "puppeteer": "12.0.1",
71
+ "prettier": "2.5.1",
72
+ "puppeteer": "13.1.1",
73
73
  "react": "17.0.2",
74
74
  "react-dom": "17.0.2",
75
- "semantic-release": "18.0.1",
76
- "semantic-release-slack-bot": "3.0.0",
77
- "tap": "15.1.5"
75
+ "semantic-release": "19.0.2",
76
+ "semantic-release-slack-bot": "3.5.0",
77
+ "tap": "15.1.6"
78
78
  }
79
79
  }