diff --git a/package-lock.json b/package-lock.json index 790d1f5..a0bfa0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fluent/bundle": "^0.19.1", "@hyperjump/json-pointer": "^1.1.1", - "@hyperjump/json-schema": "^1.17.2", + "@hyperjump/json-schema": "^1.17.6", "@hyperjump/pact": "^1.4.0", "@hyperjump/uri": "^1.3.2", "json-stringify-deterministic": "^1.0.12" @@ -364,9 +364,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.17.5.tgz", - "integrity": "sha512-f/yM4hQsBQYNEDu8zxmAZNfa/GxquWoC1FzUY0ADbSjsN8B3ICagdCPg4F2rrRET+/MJp/qKecgIF7GtdjX0sg==", + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.17.6.tgz", + "integrity": "sha512-m0QggWCn58IACqLi3fqI9cuUrFju79DVAxjkDENo+xgE26963rudPMwKwwlkZkB+JqAgu+OGvJAMfE1toevfGw==", "license": "MIT", "dependencies": { "@hyperjump/json-pointer": "^1.1.0", @@ -376,7 +376,7 @@ "content-type": "^1.0.4", "json-stringify-deterministic": "^1.0.12", "just-curry-it": "^5.3.0", - "uuid": "^9.0.0" + "uuid": "^14.0.0" }, "funding": { "type": "github", @@ -3086,16 +3086,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vite": { diff --git a/package.json b/package.json index d9bdead..3114af9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@fluent/bundle": "^0.19.1", "@hyperjump/json-pointer": "^1.1.1", - "@hyperjump/json-schema": "^1.17.2", + "@hyperjump/json-schema": "^1.17.6", "@hyperjump/pact": "^1.4.0", "@hyperjump/uri": "^1.3.2", "json-stringify-deterministic": "^1.0.12"