From da25a2ab17a1e43206719a561363252203553448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:21:23 -0700 Subject: [PATCH] chore: Bump square from 30.0.0 to 31.0.0 (#214) Bumps [square](https://github.com/square/square-nodejs-sdk) from 30.0.0 to 31.0.0.
Release notes

Sourced from square's releases.

Version 31.0.0

This release of the nodejs SDK includes support for Square API version 2023-09-25. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2023-09-25.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=square&package-manager=npm_and_yarn&previous-version=30.0.0&new-version=31.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",