@eik/cli 2.0.26 → 2.0.27

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.27](https://github.com/eik-lib/cli/compare/v2.0.26...v2.0.27) (2024-01-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.5.4 ([71b807a](https://github.com/eik-lib/cli/commit/71b807aa80961aa6d3257963323c36938d611bfd))
7
+
1
8
  ## [2.0.26](https://github.com/eik-lib/cli/compare/v2.0.25...v2.0.26) (2024-01-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
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.5.2",
51
+ "semver": "7.5.4",
52
52
  "ssri": "8.0.1",
53
53
  "tar": "6.1.11",
54
54
  "temp-dir": "2.0.0",