@oclif/plugin-update 4.2.0 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.2.0"
91
+ "version": "4.2.1"
92
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "debug": "^4.3.1",
11
11
  "filesize": "^6.1.0",
12
12
  "http-call": "^5.3.0",
13
- "inquirer": "^9.2.15",
13
+ "inquirer": "^9.2.16",
14
14
  "lodash.throttle": "^4.1.1",
15
15
  "semver": "^7.6.0",
16
16
  "tar-fs": "^2.1.1"
@@ -28,12 +28,12 @@
28
28
  "@types/lodash.throttle": "^4.1.9",
29
29
  "@types/mocha": "^10",
30
30
  "@types/node": "^18",
31
- "@types/semver": "^7.5.7",
31
+ "@types/semver": "^7.5.8",
32
32
  "@types/tar-fs": "^2.0.2",
33
33
  "chai": "^4.4.1",
34
34
  "commitlint": "^18",
35
- "eslint-config-oclif-typescript": "^3.0.48",
36
- "eslint-config-oclif": "^5.0.2",
35
+ "eslint-config-oclif-typescript": "^3.1.0",
36
+ "eslint-config-oclif": "^5.1.1",
37
37
  "eslint-config-prettier": "^9.1.0",
38
38
  "eslint": "^8.57.0",
39
39
  "got": "^13.0.0",
@@ -47,7 +47,7 @@
47
47
  "sinon": "^17",
48
48
  "strip-ansi": "^7.1.0",
49
49
  "ts-node": "^10.9.2",
50
- "typescript": "^5.3.3"
50
+ "typescript": "^5.4.2"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18.0.0"