@k03mad/actual-versions 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ jobs:
14
14
  with:
15
15
  fetch-depth: 0
16
16
 
17
- - uses: tj-actions/changed-files@v44
17
+ - uses: tj-actions/changed-files@v45
18
18
  id: changed-files
19
19
  with:
20
20
  files: package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/actual-versions",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Get actual versions of some tools",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -19,15 +19,15 @@
19
19
  "node": ">=20"
20
20
  },
21
21
  "dependencies": {
22
- "@k03mad/request": "6.1.0",
23
- "@k03mad/simple-log": "3.0.0",
22
+ "@k03mad/request": "6.3.0",
23
+ "@k03mad/simple-log": "4.2.0",
24
24
  "chalk": "5.3.0",
25
25
  "table": "6.8.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@k03mad/eslint-config": "23.0.0",
29
- "eslint": "8.57.0",
30
- "husky": "9.1.4",
28
+ "@k03mad/eslint-config": "25.6.0",
29
+ "eslint": "8.57.1",
30
+ "husky": "9.1.6",
31
31
  "npm-run-all": "4.1.5",
32
32
  "strip-ansi": "7.1.0"
33
33
  },