@eik/cli 2.0.18 → 2.0.19

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.19](https://github.com/eik-lib/cli/compare/v2.0.18...v2.0.19) (2021-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency yargs to v17.3.1 ([62b88f4](https://github.com/eik-lib/cli/commit/62b88f4a8b7e389253948fe898fb664ff3061cbb))
7
+
1
8
  ## [2.0.18](https://github.com/eik-lib/cli/compare/v2.0.17...v2.0.18) (2021-11-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -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.5.0",
64
64
  "eslint-config-airbnb-base": "15.0.0",
65
65
  "eslint-config-prettier": "8.3.0",
66
66
  "eslint-plugin-import": "2.25.3",
67
67
  "eslint-plugin-prettier": "4.0.0",
68
- "fastify": "3.24.1",
68
+ "fastify": "3.25.0",
69
69
  "fastify-cors": "6.0.2",
70
70
  "fs-extra": "10.0.0",
71
- "prettier": "2.5.0",
71
+ "prettier": "2.5.1",
72
72
  "puppeteer": "12.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",
76
+ "semantic-release-slack-bot": "3.1.0",
77
77
  "tap": "15.1.5"
78
78
  }
79
79
  }