From b4453985f74c658933c075bfee46be03e4e6fc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 02:20:19 +0000 Subject: [PATCH] ci: bump typescript-json-schema from 0.63.0 to 0.64.0 Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.63.0 to 0.64.0. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.63.0...v0.64.0) --- updated-dependencies: - dependency-name: typescript-json-schema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 dee72cf217..f9b69e381f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "sharp": "^0.33.0", "socks5-http-client": "^1.0.4", "tslib": "^2.4.0", - "typescript-json-schema": "^0.63.0", + "typescript-json-schema": "^0.64.0", "warframe-patchlogs": "^2.21.0" }, "peerDependencies": { @@ -14107,9 +14107,9 @@ } }, "node_modules/typescript-json-schema": { - "version": "0.63.0", - "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz", - "integrity": "sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==", + "version": "0.64.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz", + "integrity": "sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", @@ -24956,9 +24956,9 @@ "dev": true }, "typescript-json-schema": { - "version": "0.63.0", - "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz", - "integrity": "sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==", + "version": "0.64.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz", + "integrity": "sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", diff --git a/package.json b/package.json index fdbca11a37..2b9f710e25 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "sharp": "^0.33.0", "socks5-http-client": "^1.0.4", "tslib": "^2.4.0", - "typescript-json-schema": "^0.63.0", + "typescript-json-schema": "^0.64.0", "warframe-patchlogs": "^2.21.0" }, "peerDependencies": {