From 583acda221a2d2f89a52c5accc0a2bba89634aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:02:38 +0000 Subject: [PATCH] chore: Bump square from 32.0.0 to 33.0.0 Bumps [square](https://github.com/square/square-nodejs-sdk) from 32.0.0 to 33.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/32.0.0...33.0.0) --- updated-dependencies: - dependency-name: square dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0563834..aa59474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "micro": "9.3.4", "microrouter": "^3.1.3", "serve-handler": "^6.1.5", - "square": "^32.0.0" + "square": "^33.0.0" }, "devDependencies": { "@square/prettier-config": "^1.0.0", @@ -10628,9 +10628,9 @@ "dev": true }, "node_modules/square": { - "version": "32.0.0", - "resolved": "https://registry.npmjs.org/square/-/square-32.0.0.tgz", - "integrity": "sha512-5s2BFQiIVqjRHzUmznVp9/dssJcazyrxSFpX3HnDZTLQiB3jaTIustpoPsMuOm38Wg2dNuisfkeOuc8xYj/Wzw==", + "version": "33.0.0", + "resolved": "https://registry.npmjs.org/square/-/square-33.0.0.tgz", + "integrity": "sha512-Xk1DSmmywuaF+BtKU81A8nK44wCYegrPDUkQmXrP6z2mTrywTOARembMx1NSpjgX2vB7z48UJ3KK1V5rUXGgmw==", "dependencies": { "@apimatic/authentication-adapters": "^0.5.0", "@apimatic/axios-client-adapter": "^0.2.0", @@ -19966,9 +19966,9 @@ "dev": true }, "square": { - "version": "32.0.0", - "resolved": "https://registry.npmjs.org/square/-/square-32.0.0.tgz", - "integrity": "sha512-5s2BFQiIVqjRHzUmznVp9/dssJcazyrxSFpX3HnDZTLQiB3jaTIustpoPsMuOm38Wg2dNuisfkeOuc8xYj/Wzw==", + "version": "33.0.0", + "resolved": "https://registry.npmjs.org/square/-/square-33.0.0.tgz", + "integrity": "sha512-Xk1DSmmywuaF+BtKU81A8nK44wCYegrPDUkQmXrP6z2mTrywTOARembMx1NSpjgX2vB7z48UJ3KK1V5rUXGgmw==", "requires": { "@apimatic/authentication-adapters": "^0.5.0", "@apimatic/axios-client-adapter": "^0.2.0", diff --git a/package.json b/package.json index bda4900..3dae6f8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "micro": "9.3.4", "microrouter": "^3.1.3", "serve-handler": "^6.1.5", - "square": "^32.0.0" + "square": "^33.0.0" }, "devDependencies": { "@square/prettier-config": "^1.0.0",