@eik/cli 2.0.28 → 2.0.30

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 +14 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.30](https://github.com/eik-lib/cli/compare/v2.0.29...v2.0.30) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency node-fetch to v2.7.0 ([cb4f52d](https://github.com/eik-lib/cli/commit/cb4f52dc003d507ba66447e77a15f621d43dcaf0))
7
+
8
+ ## [2.0.29](https://github.com/eik-lib/cli/compare/v2.0.28...v2.0.29) (2024-01-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency date-fns to v2.30.0 ([2411b57](https://github.com/eik-lib/cli/commit/2411b574dd776aef52f58e6d3fda91d684b68d9b))
14
+
1
15
  ## [2.0.28](https://github.com/eik-lib/cli/compare/v2.0.27...v2.0.28) (2024-01-29)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
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.2",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",
41
- "date-fns": "2.28.0",
41
+ "date-fns": "2.30.0",
42
42
  "form-data": "4.0.0",
43
43
  "glob": "7.2.3",
44
44
  "gzip-size": "6.0.0",
45
45
  "make-dir": "3.1.0",
46
- "node-fetch": "2.6.7",
46
+ "node-fetch": "2.7.0",
47
47
  "ora": "5.4.1",
48
48
  "pkg-dir": "6.0.1",
49
49
  "read-package-up": "11.0.0",
@@ -58,22 +58,22 @@
58
58
  "devDependencies": {
59
59
  "@eik/core": "1.2.28",
60
60
  "@eik/service": "1.2.98",
61
- "@semantic-release/changelog": "6.0.1",
61
+ "@semantic-release/changelog": "6.0.3",
62
62
  "@semantic-release/git": "10.0.1",
63
63
  "eslint": "8.8.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.4",
67
67
  "eslint-plugin-prettier": "4.0.0",
68
- "fastify": "3.29.4",
68
+ "fastify": "3.29.5",
69
69
  "fastify-cors": "6.0.3",
70
- "fs-extra": "10.0.0",
70
+ "fs-extra": "10.1.0",
71
71
  "prettier": "2.5.1",
72
72
  "puppeteer": "13.1.2",
73
73
  "react": "17.0.2",
74
74
  "react-dom": "17.0.2",
75
- "semantic-release": "19.0.3",
76
- "semantic-release-slack-bot": "3.5.2",
75
+ "semantic-release": "19.0.5",
76
+ "semantic-release-slack-bot": "3.5.3",
77
77
  "tap": "15.1.6"
78
78
  }
79
79
  }