From 873d230c6f06a6e70e15509db7ce6038b898273a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:02:40 +0000 Subject: [PATCH] chore: Bump square from 30.0.0 to 31.0.0 Bumps [square](https://github.com/square/square-nodejs-sdk) from 30.0.0 to 31.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/30.0.0...31.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 0a38136..4f29b50 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": "^30.0.0" + "square": "^31.0.0" }, "devDependencies": { "@square/prettier-config": "^1.0.0", @@ -9677,9 +9677,9 @@ "dev": true }, "node_modules/square": { - "version": "30.0.0", - "resolved": "https://registry.npmjs.org/square/-/square-30.0.0.tgz", - "integrity": "sha512-nqjD7Q2pE2G7D9LjNGuzGr/Giy5wByED5TiRk/jQCe1ej7Sq6JWCVD26bmCG0kCCPCk+MXZnTzTgktRXdAIQ6g==", + "version": "31.0.0", + "resolved": "https://registry.npmjs.org/square/-/square-31.0.0.tgz", + "integrity": "sha512-KV5c0W+McaZigxPReHU3q8IG8WkJZmk7MBwS4sqhDEgCg2Xnth2wovyHY28n7aDRzNNdzDktMKOUwjezo7cN+A==", "dependencies": { "@apimatic/authentication-adapters": "^0.5.0", "@apimatic/axios-client-adapter": "^0.2.0", @@ -18213,9 +18213,9 @@ "dev": true }, "square": { - "version": "30.0.0", - "resolved": "https://registry.npmjs.org/square/-/square-30.0.0.tgz", - "integrity": "sha512-nqjD7Q2pE2G7D9LjNGuzGr/Giy5wByED5TiRk/jQCe1ej7Sq6JWCVD26bmCG0kCCPCk+MXZnTzTgktRXdAIQ6g==", + "version": "31.0.0", + "resolved": "https://registry.npmjs.org/square/-/square-31.0.0.tgz", + "integrity": "sha512-KV5c0W+McaZigxPReHU3q8IG8WkJZmk7MBwS4sqhDEgCg2Xnth2wovyHY28n7aDRzNNdzDktMKOUwjezo7cN+A==", "requires": { "@apimatic/authentication-adapters": "^0.5.0", "@apimatic/axios-client-adapter": "^0.2.0", diff --git a/package.json b/package.json index 5f6a2f8..f35fc41 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": "^30.0.0" + "square": "^31.0.0" }, "devDependencies": { "@square/prettier-config": "^1.0.0",