From 067c77ded81bea6efd4a08dac7deebfa9f4d0c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:03:55 +0000 Subject: [PATCH] fix(deps): bump json-schema-to-ts from 3.1.0 to 3.1.1 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 734baf5..db262e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "ajv": "^8.17.1", "cloudevents": "< 9", "date-fns": "^3.6.0", - "json-schema-to-ts": "^3.1.0" + "json-schema-to-ts": "^3.1.1" }, "devDependencies": { "@jest/globals": "^29.6.4", @@ -13171,9 +13171,9 @@ "dev": true }, "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" diff --git a/package.json b/package.json index 94059dd..a5108ad 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ajv": "^8.17.1", "cloudevents": "< 9", "date-fns": "^3.6.0", - "json-schema-to-ts": "^3.1.0" + "json-schema-to-ts": "^3.1.1" }, "devDependencies": { "@jest/globals": "^29.6.4",