From 2e8d7477fdd923fd785c78445e3425b686adfb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:26:53 +0000 Subject: [PATCH] Bump python-shell from 3.0.1 to 5.0.0 Bumps [python-shell](https://github.com/extrabacon/python-shell) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/extrabacon/python-shell/releases) - [Changelog](https://github.com/extrabacon/python-shell/blob/master/CHANGELOG.md) - [Commits](https://github.com/extrabacon/python-shell/commits) --- updated-dependencies: - dependency-name: python-shell dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"