Skip to content

Commit

Permalink
update lodash.merge dependency in client
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Jul 27, 2023
1 parent e1bed6a commit 8f621f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/client.js
@@ -1,7 +1,7 @@
const EventEmitter = require('events');
const {Key, Capabilities, Browser} = require('selenium-webdriver');

const lodashMerge = require('lodash/merge.js');
const lodashMerge = require('lodash.merge');
const HttpOptions = require('../http/options.js');
const HttpRequest = require('../http/request.js');
const Utils = require('../utils');
Expand Down

0 comments on commit 8f621f4

Please sign in to comment.