@eik/cli 2.0.19 → 2.0.20

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.20](https://github.com/eik-lib/cli/compare/v2.0.19...v2.0.20) (2021-12-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency date-fns to v2.28.0 ([0c11b62](https://github.com/eik-lib/cli/commit/0c11b621390f8806c1e26f67ff6edd41d8a12da9))
7
+
1
8
  ## [2.0.19](https://github.com/eik-lib/cli/compare/v2.0.18...v2.0.19) (2021-12-24)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
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.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",
@@ -65,7 +65,7 @@
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.25.0",
68
+ "fastify": "3.25.2",
69
69
  "fastify-cors": "6.0.2",
70
70
  "fs-extra": "10.0.0",
71
71
  "prettier": "2.5.1",
@@ -73,7 +73,7 @@
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.1.0",
76
+ "semantic-release-slack-bot": "3.2.0",
77
77
  "tap": "15.1.5"
78
78
  }
79
79
  }