diff --git a/package-lock.json b/package-lock.json index 4b35b11..53daa26 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 3b33035..131e1ba 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",