node-install-release 0.3.10 → 0.3.13

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/lib/arch.js +1 -1
  2. package/package.json +9 -9
package/lib/arch.js CHANGED
@@ -68,5 +68,5 @@ module.exports = function arch() {
68
68
  /**
69
69
  * If none of the above, assume the architecture is 32-bit.
70
70
  */
71
- return 'x86';
71
+ return 'x86';
72
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-install-release",
3
- "version": "0.3.10",
3
+ "version": "0.3.13",
4
4
  "description": "Cross-platform solution for installing releases of Node.js",
5
5
  "keywords": [
6
6
  "node",
@@ -33,22 +33,22 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "core-js": "^3.24.1",
36
- "cross-spawn-cb": "^0.6.7",
36
+ "cross-spawn-cb": "^0.6.10",
37
37
  "end-with": "^1.0.2",
38
38
  "exit": "^0.1.2",
39
39
  "fast-extract": "^0.3.4",
40
40
  "fs-access-compat": "^1.0.3",
41
- "function-exec-sync": "^0.2.4",
42
- "get-remote": "^0.7.6",
41
+ "function-exec-sync": "^0.2.7",
42
+ "get-remote": "^0.7.9",
43
43
  "getopts-compat": "^2.2.5",
44
44
  "isarray": "^2.0.5",
45
45
  "lodash.find": "^4.6.0",
46
46
  "lodash.keys": "^4.2.0",
47
47
  "match-semver": "^0.1.1",
48
48
  "mkpath": "^1.0.0",
49
- "node-filename-to-dist-paths": "^0.1.14",
50
- "node-resolve-versions": "^0.3.3",
51
- "node-version-call": "^0.3.3",
49
+ "node-filename-to-dist-paths": "^0.1.15",
50
+ "node-resolve-versions": "^0.3.4",
51
+ "node-version-call": "^0.3.9",
52
52
  "osenv": "^0.1.5",
53
53
  "pump": "^3.0.0",
54
54
  "queue-cb": "^1.1.7",
@@ -56,7 +56,7 @@
56
56
  "single-line-log2": "^1.1.3"
57
57
  },
58
58
  "devDependencies": {
59
- "@typescript-eslint/parser": "^5.31.0",
59
+ "@typescript-eslint/parser": "^5.32.0",
60
60
  "cr": "^0.1.0",
61
61
  "depcheck": "^1.4.3",
62
62
  "eslint": "^8.21.0",
@@ -67,7 +67,7 @@
67
67
  "fs-access-sync-compat": "^1.0.2",
68
68
  "is-version": "^0.2.1",
69
69
  "mocha-compat": "^3.5.5",
70
- "node-version-utils": "^0.5.4",
70
+ "node-version-utils": "^0.5.5",
71
71
  "prettier": "^2.7.1"
72
72
  },
73
73
  "engines": {