@eik/cli 2.0.17 → 2.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [2.0.21](https://github.com/eik-lib/cli/compare/v2.0.20...v2.0.21) (2022-01-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency node-fetch to v2.6.7 ([3a7beb8](https://github.com/eik-lib/cli/commit/3a7beb8a2a1618fef0ac58c99eca2419b3c3929a))
7
+
8
+ ## [2.0.20](https://github.com/eik-lib/cli/compare/v2.0.19...v2.0.20) (2021-12-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency date-fns to v2.28.0 ([0c11b62](https://github.com/eik-lib/cli/commit/0c11b621390f8806c1e26f67ff6edd41d8a12da9))
14
+
15
+ ## [2.0.19](https://github.com/eik-lib/cli/compare/v2.0.18...v2.0.19) (2021-12-24)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency yargs to v17.3.1 ([62b88f4](https://github.com/eik-lib/cli/commit/62b88f4a8b7e389253948fe898fb664ff3061cbb))
21
+
22
+ ## [2.0.18](https://github.com/eik-lib/cli/compare/v2.0.17...v2.0.18) (2021-11-30)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency yargs to v17.3.0 ([2a27ae2](https://github.com/eik-lib/cli/commit/2a27ae2e9a64258aa36c7eed96fb2b2cb2220234))
28
+
1
29
  ## [2.0.17](https://github.com/eik-lib/cli/compare/v2.0.16...v2.0.17) (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.17",
3
+ "version": "2.0.21",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -38,12 +38,12 @@
38
38
  "bytes": "3.1.1",
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.2.1",
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.6.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.25.3",
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.0.1",
73
73
  "react": "17.0.2",
74
74
  "react-dom": "17.0.2",
75
75
  "semantic-release": "18.0.1",
76
- "semantic-release-slack-bot": "3.0.0",
77
- "tap": "15.1.5"
76
+ "semantic-release-slack-bot": "3.4.0",
77
+ "tap": "15.1.6"
78
78
  }
79
79
  }