Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Apr 5, 2024
1 parent c732151 commit 4c4d085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lib/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { system, fs, util, net, tempDir } from 'appium/support';
import path from 'path';
import { exec } from 'teen_process';
import log from './logger';
import ES6Error from 'es6-error';
import { queryRegistry } from './registry';
import { shellExec } from './utils';

Expand Down Expand Up @@ -57,7 +56,7 @@ async function fetchMsiInstallLocation (installerGuid) {
}
}

class WADNotFoundError extends ES6Error {}
class WADNotFoundError extends Error {}

const getWADExecutablePath = _.memoize(async function getWADInstallPath () {
const wadPath = process.env.APPIUM_WAD_PATH ?? '';
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@
"dependencies": {
"asyncbox": "^3.0.0",
"bluebird": "^3.5.1",
"es6-error": "^4.1.1",
"fancy-log": "^2.0.0",
"lodash": "^4.6.1",
"portscanner": "2.2.0",
"portscanner": "^2.2.0",
"source-map-support": "^0.x",
"teen_process": "^2.0.1"
},
Expand All @@ -82,10 +81,10 @@
"precommit-lint"
],
"peerDependencies": {
"appium": "^2.0.0"
"appium": "^2.4.0"
},
"optionalDependencies": {
"koffi": "^2.5.0"
"koffi": "^2.8.1"
},
"devDependencies": {
"@appium/eslint-config-appium": "^8.0.4",
Expand Down

0 comments on commit 4c4d085

Please sign in to comment.