diff --git a/package-lock.json b/package-lock.json index f9acdc2..3667c01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -443,9 +443,9 @@ "dev": true }, "get-appx-path": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/get-appx-path/-/get-appx-path-0.2.0.tgz", - "integrity": "sha512-iFYgu3iMPclzJ2bsl/mnhY4cNtgHqexCC/pzZcYCrHU9uizsFMrX4Wf96ImKLS9ZymQ1olm0kReUIfmajogilQ==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/get-appx-path/-/get-appx-path-0.2.1.tgz", + "integrity": "sha512-UfWlANVlJbezs25sBeE+hkY+jtUvPi9rn/mRRLnbcupkwVZ+l32QxfU4ar5fbTON73I6MhtVMQiVWUj4jxaT6A==", "requires": { "node-powershell": "^3.3.1" } diff --git a/package.json b/package.json index 084406b..da7ca4f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "universal windows platform" ], "dependencies": { - "get-appx-path": "^0.2.0", + "get-appx-path": "^0.2.1", "util": "^0.11.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e2728b8..3bd7402 100644 --- a/yarn.lock +++ b/yarn.lock @@ -319,9 +319,9 @@ functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" -get-appx-path@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/get-appx-path/-/get-appx-path-0.2.0.tgz#708740bd57c36a575524ae0fff85e78fd8dc9004" +get-appx-path@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/get-appx-path/-/get-appx-path-0.2.1.tgz#18540d56a5200b5a8eb1626e2805339eb3f94092" dependencies: node-powershell "^3.3.1"