registry-sync 7.0.2 → 7.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -8,7 +8,7 @@ The local copy can then be used as a simple private NPM registry without publish
8
8
 
9
9
  ## Pre-requisites
10
10
 
11
- - Node.js v18.20.0 or newer
11
+ - Node.js v20.17.0 or newer
12
12
 
13
13
  ## Installation
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "registry-sync",
3
- "version": "7.0.2",
3
+ "version": "7.1.0",
4
4
  "description": "synchronize a remote npm registry for private use",
5
5
  "repository": "https://github.com/heikkipora/registry-sync",
6
6
  "bin": {
@@ -20,18 +20,18 @@
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "@yarnpkg/lockfile": "1.1.0",
23
- "axios": "1.12.1",
24
- "commander": "14.0.1",
25
- "lru-cache": "11.2.1",
26
- "semver": "7.7.2",
27
- "ssri": "12.0.0",
28
- "tar-fs": "3.1.0"
23
+ "axios": "1.13.2",
24
+ "commander": "14.0.2",
25
+ "lru-cache": "11.2.2",
26
+ "semver": "7.7.3",
27
+ "ssri": "13.0.0",
28
+ "tar-fs": "3.1.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@arkweid/lefthook": "0.7.7",
32
32
  "@eslint/eslintrc": "3.3.1",
33
- "@eslint/js": "9.35.0",
34
- "@types/chai": "5.2.2",
33
+ "@eslint/js": "9.39.1",
34
+ "@types/chai": "5.2.3",
35
35
  "@types/lodash": "4.17.20",
36
36
  "@types/mocha": "10.0.10",
37
37
  "@types/node": "20.17.32",
@@ -39,20 +39,20 @@
39
39
  "@types/ssri": "7.1.5",
40
40
  "@types/tar-fs": "2.0.4",
41
41
  "@types/yarnpkg__lockfile": "1.1.9",
42
- "@typescript-eslint/eslint-plugin": "8.43.0",
43
- "@typescript-eslint/parser": "8.43.0",
44
- "chai": "6.0.1",
45
- "eslint": "9.35.0",
42
+ "@typescript-eslint/eslint-plugin": "8.46.4",
43
+ "@typescript-eslint/parser": "8.46.4",
44
+ "chai": "6.2.1",
45
+ "eslint": "9.39.1",
46
46
  "eslint-config-prettier": "10.1.8",
47
- "eslint-formatter-codeframe": "7.32.1",
48
- "eslint-plugin-mocha": "11.1.0",
47
+ "eslint-formatter-codeframe": "7.32.2",
48
+ "eslint-plugin-mocha": "11.2.0",
49
49
  "express": "5.1.0",
50
- "globals": "16.4.0",
51
- "lint-staged": "16.1.6",
52
- "mocha": "11.7.2",
50
+ "globals": "16.5.0",
51
+ "lint-staged": "16.2.6",
52
+ "mocha": "11.7.5",
53
53
  "prettier": "3.6.2",
54
54
  "ts-node": "10.9.2",
55
- "typescript": "5.9.2"
55
+ "typescript": "5.9.3"
56
56
  },
57
57
  "keywords": [
58
58
  "registry",
@@ -62,6 +62,6 @@
62
62
  "offline"
63
63
  ],
64
64
  "engines": {
65
- "node": ">=20.5.0"
65
+ "node": ">=20.17.0"
66
66
  }
67
67
  }