From 9b4618c9b8379c635d6f15efd1302643929adbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:23:19 +0000 Subject: [PATCH] chore(deps): bump json-schema-faker from 0.6.0 to 0.6.1 in /testsite Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/json-schema-faker/json-schema-faker/releases) - [Commits](https://github.com/json-schema-faker/json-schema-faker/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: json-schema-faker dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testsite/package-lock.json | 8 ++++---- testsite/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testsite/package-lock.json b/testsite/package-lock.json index f9cc20a6..9d319639 100644 --- a/testsite/package-lock.json +++ b/testsite/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "docusaurus-json-schema-plugin": "file:..", "js-base64": "^3.7.8", - "json-schema-faker": "^0.6.0", + "json-schema-faker": "^0.6.1", "jsonpos": "^4.1.2", "react": "^19.2.4", "react-dom": "^19.2.0", @@ -10506,9 +10506,9 @@ "license": "MIT" }, "node_modules/json-schema-faker": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.6.0.tgz", - "integrity": "sha512-KfTcb8UEjD4n1VBI1BOoHWOqSADP6KMah5BBKT/GeYxM4LbzOoyDs3T71jbrR3TflUtNiT8zSTpLiFU62iHZFQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.6.1.tgz", + "integrity": "sha512-IMF9QGFn/j7sys1LxgYpt/+0LUozFE8R/yUav4D7NqsHnh5L0mbJZOiU724nlJ3g+ZZo6NykVtTeJLoVcOP6Xw==", "license": "MIT", "bin": { "jsf": "dist/bin/cli.js" diff --git a/testsite/package.json b/testsite/package.json index 9f8b4cc7..a22df53c 100644 --- a/testsite/package.json +++ b/testsite/package.json @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "docusaurus-json-schema-plugin": "file:..", "js-base64": "^3.7.8", - "json-schema-faker": "^0.6.0", + "json-schema-faker": "^0.6.1", "jsonpos": "^4.1.2", "react": "^19.2.4", "react-dom": "^19.2.0",