@eik/cli 2.0.24 → 2.0.26

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.26](https://github.com/eik-lib/cli/compare/v2.0.25...v2.0.26) (2024-01-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency glob to v7.2.3 ([6e2df77](https://github.com/eik-lib/cli/commit/6e2df7700d72f10a5cc252a968ba70f5ee6fc131))
7
+
8
+ ## [2.0.25](https://github.com/eik-lib/cli/compare/v2.0.24...v2.0.25) (2024-01-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency yargs-parser to v21.1.1 ([1c9810a](https://github.com/eik-lib/cli/commit/1c9810a3f4fd614420826a40e1abe0d362e1067a))
14
+
1
15
  ## [2.0.24](https://github.com/eik-lib/cli/compare/v2.0.23...v2.0.24) (2024-01-19)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  "copy": "0.3.2",
41
41
  "date-fns": "2.28.0",
42
42
  "form-data": "4.0.0",
43
- "glob": "7.2.0",
43
+ "glob": "7.2.3",
44
44
  "gzip-size": "6.0.0",
45
45
  "make-dir": "3.1.0",
46
46
  "node-fetch": "2.6.7",
@@ -53,7 +53,7 @@
53
53
  "tar": "6.1.11",
54
54
  "temp-dir": "2.0.0",
55
55
  "yargs": "17.3.1",
56
- "yargs-parser": "21.0.0"
56
+ "yargs-parser": "21.1.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@eik/core": "1.2.28",
@@ -66,7 +66,7 @@
66
66
  "eslint-plugin-import": "2.25.4",
67
67
  "eslint-plugin-prettier": "4.0.0",
68
68
  "fastify": "3.29.4",
69
- "fastify-cors": "6.0.2",
69
+ "fastify-cors": "6.0.3",
70
70
  "fs-extra": "10.0.0",
71
71
  "prettier": "2.5.1",
72
72
  "puppeteer": "13.1.2",