@eik/cli 2.0.23 → 2.0.24

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.24](https://github.com/eik-lib/cli/compare/v2.0.23...v2.0.24) (2024-01-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.5.2 [security] ([cfbd1fa](https://github.com/eik-lib/cli/commit/cfbd1fa2d8b9996a41b7acdec6b9b3d274ff25bf))
7
+
1
8
  ## [2.0.23](https://github.com/eik-lib/cli/compare/v2.0.22...v2.0.23) (2024-01-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -48,7 +48,7 @@
48
48
  "pkg-dir": "6.0.1",
49
49
  "read-pkg-up": "9.0.0",
50
50
  "rimraf": "3.0.2",
51
- "semver": "7.3.5",
51
+ "semver": "7.5.2",
52
52
  "ssri": "8.0.1",
53
53
  "tar": "6.1.11",
54
54
  "temp-dir": "2.0.0",
@@ -65,14 +65,14 @@
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.27.0",
68
+ "fastify": "3.29.4",
69
69
  "fastify-cors": "6.0.2",
70
70
  "fs-extra": "10.0.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.2",
75
+ "semantic-release": "19.0.3",
76
76
  "semantic-release-slack-bot": "3.5.2",
77
77
  "tap": "15.1.6"
78
78
  }