diff --git a/package.json b/package.json index 03377f5..3904ef1 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ }, "dependencies": { "electron-is-dev": "^2.0.0", - "python-shell": "^3.0.1" + "python-shell": "^5.0.0" } } diff --git a/yarn.lock b/yarn.lock index d002813..95622a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1152,10 +1152,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -python-shell@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/python-shell/-/python-shell-3.0.1.tgz#c3d3b11536e6ebdb8d6a2602482f7180d940bb13" - integrity sha512-TWeotuxe1auhXa5bGRScxnc2J+0r41NBntSa6RYZtMBLtAEsvCboKrEbW6DvASosWQepVkhZZlT3B5Ei766G+Q== +python-shell@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/python-shell/-/python-shell-5.0.0.tgz#26fc9a0e477cb30fc98ef2d9d5f53ab38a060eac" + integrity sha512-RUOOOjHLhgR1MIQrCtnEqz/HJ1RMZBIN+REnpSUrfft2bXqXy69fwJASVziWExfFXsR1bCY0TznnHooNsCo0/w== queue-microtask@^1.2.2: version "1.2.3"