Skip to content

Commit

Permalink
chore: Bump xmldom version (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Nov 4, 2021
1 parent 85047ec commit 0fd4d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/defaults-utils.js
@@ -1,5 +1,5 @@
import _ from 'lodash';
import { DOMParser, XMLSerializer } from 'xmldom';
import { DOMParser, XMLSerializer } from '@xmldom/xmldom';
import { exec } from 'teen_process';
import B from 'bluebird';
import log from './logger';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,6 +30,7 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"@xmldom/xmldom": "^0.x",
"appium-support": "^2.44.0",
"appium-xcode": "^3.1.0",
"async-lock": "^1.0.0",
Expand All @@ -39,8 +40,7 @@
"node-simctl": "^6.6.0",
"semver": "^7.0.0",
"source-map-support": "^0.5.3",
"teen_process": "^1.3.0",
"xmldom": "^0.x"
"teen_process": "^1.3.0"
},
"scripts": {
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
Expand Down

0 comments on commit 0fd4d4e

Please sign in to comment.