From f8a4ba20ba3bc0008190c9135482905adb429b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 19:36:38 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.23.8 to 7.27.1 in /paybutton Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.8 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- paybutton/yarn.lock | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/paybutton/yarn.lock b/paybutton/yarn.lock index 827c1838..45ba146f 100644 --- a/paybutton/yarn.lock +++ b/paybutton/yarn.lock @@ -259,11 +259,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.7": - version "7.23.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650" - integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw== - dependencies: - regenerator-runtime "^0.14.0" + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541" + integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog== "@babel/template@^7.22.15", "@babel/template@^7.3.3": version "7.22.15" @@ -658,8 +656,25 @@ integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== "@paybutton/react@link:../react": - version "0.0.0" - uid "" + version "4.1.0" + dependencies: + "@material-ui/core" "4.12.4" + "@material-ui/lab" "4.0.0-alpha.61" + "@material-ui/styles" "4.11.5" + "@types/crypto-js" "^4.2.1" + "@types/jest" "^29.5.11" + axios "1.6.5" + bignumber.js "9.0.2" + copy-to-clipboard "3.3.3" + crypto-js "^4.2.0" + jest "^29.7.0" + lodash "4.17.21" + notistack "1.0.10" + qrcode.react "1.0.1" + react-jss "10.10.0" + socket.io-client "4.7.4" + ts-jest "^29.1.1" + xecaddrjs "^0.0.1" "@rollup/plugin-alias@^5.1.0": version "5.1.0" @@ -2842,11 +2857,6 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -regenerator-runtime@^0.14.0: - version "0.14.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" - integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"