From 55f35563e694968290120f9f1cfff31d619bc156 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 23:22:49 +0000 Subject: [PATCH] fix: upgrade json-schema-to-ts from 1.6.4 to 1.6.5 Snyk has created this PR to upgrade json-schema-to-ts from 1.6.4 to 1.6.5. See this package in npm: https://www.npmjs.com/package/json-schema-to-ts See this project in Snyk: https://app.snyk.io/org/valverdealbo/project/4ac3b019-62d1-45e8-bc5f-18ec10286085?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bf5b08..a27b97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,17 @@ { "name": "@valbo/json-schema-validation", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@valbo/json-schema-validation", + "version": "1.0.0", "license": "MIT", "dependencies": { "@valbo/http-errors": "^1.0.4", "ajv": "7.x - 8.x", - "json-schema-to-ts": "^1.6.4" + "json-schema-to-ts": "^1.6.5" }, "devDependencies": { "@semantic-release/changelog": "^5.0.1", @@ -33,8 +35,7 @@ "semantic-release": "^17.4.2", "ts-jest": "^27.0.4", "typescript": "^4.2.4" - }, - "version": "1.0.0" + } }, "node_modules/@babel/code-frame": { "version": "7.12.11", @@ -7812,9 +7813,9 @@ "dev": true }, "node_modules/json-schema-to-ts": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-1.6.4.tgz", - "integrity": "sha512-pR4yQ9DHz6itqswtHCm26mw45FSNfQ9rEQjosaZErhn5J3J2sIViQiz8rDaezjKAhFGpmsoczYVBgGHzFw/stA==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-1.6.5.tgz", + "integrity": "sha512-BLUdzgz50XV+NMrSg8+KrUvV7Oh1eb/kLsyPbkWXFTXTloWkAsq7MbAppibE+DyMy4PasS/7bFQPwTIHx35r+A==", "dependencies": { "@types/json-schema": "^7.0.6", "ts-toolbelt": "^6.15.5" @@ -19963,9 +19964,9 @@ "dev": true }, "json-schema-to-ts": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-1.6.4.tgz", - "integrity": "sha512-pR4yQ9DHz6itqswtHCm26mw45FSNfQ9rEQjosaZErhn5J3J2sIViQiz8rDaezjKAhFGpmsoczYVBgGHzFw/stA==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-1.6.5.tgz", + "integrity": "sha512-BLUdzgz50XV+NMrSg8+KrUvV7Oh1eb/kLsyPbkWXFTXTloWkAsq7MbAppibE+DyMy4PasS/7bFQPwTIHx35r+A==", "requires": { "@types/json-schema": "^7.0.6", "ts-toolbelt": "^6.15.5" @@ -24596,6 +24597,5 @@ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true } - }, - "version": "1.0.0" + } } diff --git a/package.json b/package.json index ac32900..6d9b831 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@valbo/http-errors": "^1.0.4", "ajv": "7.x - 8.x", - "json-schema-to-ts": "^1.6.4" + "json-schema-to-ts": "^1.6.5" }, "scripts": { "build": "rimraf ./dist && tsc",