@eik/cli 2.0.13 → 2.0.14

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.14](https://github.com/eik-lib/cli/compare/v2.0.13...v2.0.14) (2021-10-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency node-fetch to v2.6.6 ([6fc96ea](https://github.com/eik-lib/cli/commit/6fc96eac37b45afaefb9630ac6a49be759565d20))
7
+
1
8
  ## [2.0.13](https://github.com/eik-lib/cli/compare/v2.0.12...v2.0.13) (2021-10-15)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -43,7 +43,7 @@
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.5",
46
+ "node-fetch": "2.6.6",
47
47
  "ora": "5.4.1",
48
48
  "pkg-dir": "5.0.0",
49
49
  "read-pkg-up": "9.0.0",
@@ -56,8 +56,8 @@
56
56
  "yargs-parser": "20.2.9"
57
57
  },
58
58
  "devDependencies": {
59
- "@eik/core": "1.2.23",
60
- "@eik/service": "1.2.96",
59
+ "@eik/core": "1.2.25",
60
+ "@eik/service": "1.2.98",
61
61
  "@semantic-release/changelog": "5.0.1",
62
62
  "@semantic-release/commit-analyzer": "8.0.1",
63
63
  "@semantic-release/git": "9.0.1",
@@ -67,9 +67,9 @@
67
67
  "eslint": "7.32.0",
68
68
  "eslint-config-airbnb-base": "14.2.1",
69
69
  "eslint-config-prettier": "8.3.0",
70
- "eslint-plugin-import": "2.24.2",
70
+ "eslint-plugin-import": "2.25.2",
71
71
  "eslint-plugin-prettier": "3.4.1",
72
- "fastify": "3.22.0",
72
+ "fastify": "3.22.1",
73
73
  "fastify-cors": "5.2.0",
74
74
  "fs-extra": "9.1.0",
75
75
  "prettier": "2.4.1",