From 8a0d55677a726ec6d996f63b95ef792d0129627f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 10:07:22 +0000 Subject: [PATCH] Bump square from 10.0.0 to 11.0.0 in /packages/dashboard Bumps [square](https://github.com/square/square-nodejs-sdk) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/square/square-nodejs-sdk/releases) - [Changelog](https://github.com/square/square-nodejs-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/square-nodejs-sdk/compare/10.0.0...11.0.0) --- updated-dependencies: - dependency-name: square dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f3c6342b..e549ccb5 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -29,7 +29,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "skynet-js": "3.0.2", - "square": "10.0.0", + "square": "11.0.0", "stripe": "8.154.0", "superagent": "6.1.0", "swr": "0.5.6",