From 48e73c25aec13ec82ecd6fde3072b3b3e63bf261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:54:54 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump json-schema-to-ts from 3.1.0 to 3.1.1 (#730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 3.1.0 to 3.1.1.
Release notes

Sourced from json-schema-to-ts's releases.

v3.1.1 🌈

Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json-schema-to-ts&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.1)](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 | 10 +++++----- packages/cpsuLambda/package.json | 2 +- packages/gsul/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c362c500..cc5d19a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8924,9 +8924,9 @@ } }, "node_modules/json-schema-to-ts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.0.tgz", - "integrity": "sha512-UeVN/ery4/JeXI8h4rM8yZPxsH+KqPi/84qFxHfTGHZnWnK9D0UU9ZGYO+6XAaJLqCWMiks+ARuFOKAiSxJCHA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz", + "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==", "dependencies": { "@babel/runtime": "^7.18.3", "ts-algebra": "^2.0.0" @@ -16037,7 +16037,7 @@ "@middy/http-header-normalizer": "^5.4.6", "@middy/input-output-logger": "^5.4.6", "@middy/validator": "^5.4.6", - "json-schema-to-ts": "^3.1.0", + "json-schema-to-ts": "^3.1.1", "pratica": "^2.3.0", "ts-md5": "^1.3.1", "uuid": "^10.0.0" @@ -16073,7 +16073,7 @@ "@middy/input-output-logger": "^5.4.6", "@middy/validator": "^5.4.6", "@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0", - "json-schema-to-ts": "^3.1.0" + "json-schema-to-ts": "^3.1.1" } }, "packages/sandbox": { diff --git a/packages/cpsuLambda/package.json b/packages/cpsuLambda/package.json index 8083644e6..62be54d7e 100644 --- a/packages/cpsuLambda/package.json +++ b/packages/cpsuLambda/package.json @@ -22,7 +22,7 @@ "@middy/http-header-normalizer": "^5.4.6", "@middy/input-output-logger": "^5.4.6", "@middy/validator": "^5.4.6", - "json-schema-to-ts": "^3.1.0", + "json-schema-to-ts": "^3.1.1", "pratica": "^2.3.0", "ts-md5": "^1.3.1", "uuid": "^10.0.0" diff --git a/packages/gsul/package.json b/packages/gsul/package.json index a3c4bbe4e..a828c2bcb 100644 --- a/packages/gsul/package.json +++ b/packages/gsul/package.json @@ -23,6 +23,6 @@ "@middy/input-output-logger": "^5.4.6", "@middy/validator": "^5.4.6", "@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0", - "json-schema-to-ts": "^3.1.0" + "json-schema-to-ts": "^3.1.1" } }