diff --git a/package-lock.json b/package-lock.json index d843133ea..f9c64a4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.8.8", - "appium-idb": "1.6.11", + "appium-idb": "1.6.12", "appium-ios-device": "2.5.3", "appium-ios-simulator": "5.0.8", "appium-remote-debugger": "9.1.15", @@ -3518,9 +3518,9 @@ } }, "node_modules/appium-idb": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.6.11.tgz", - "integrity": "sha512-xuXOBtXT6ZrBLzB9JEcxIwuVN+tX29JKflPCVNbs8MknQa267IOnow3wQgqLV4BbmlaaVKMKDbqoLPne3dafwg==", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.6.12.tgz", + "integrity": "sha512-61FdUobouOlOyP9VBSAw9es/0ut7g5IpP8ZKuglDg/oPanyZ9pEG7S788d5oQeL7UM65Naek9cONAbFdO9iyDA==", "dependencies": { "@appium/support": "^4.0.0", "@babel/runtime": "^7.0.0", diff --git a/package.json b/package.json index 171a73363..eeab6d0ba 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "types": "./build/index.d.ts", "dependencies": { "@xmldom/xmldom": "0.8.8", - "appium-idb": "1.6.11", + "appium-idb": "1.6.12", "appium-ios-device": "2.5.3", "appium-ios-simulator": "5.0.8", "appium-remote-debugger": "9.1.15",