diff --git a/package.json b/package.json index 71b6a2b..37ab123 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "xo": "^0.58.0" }, "dependencies": { - "@hyperjump/json-schema": "^1.8.0", + "@hyperjump/json-schema": "^1.9.2", "@hyperjump/browser": "^1.1.3", "@octokit/plugin-retry": "^7.1.0", "@octokit/rest": "^20.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f9a3a3..382b5ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^1.1.3 version: 1.1.3 '@hyperjump/json-schema': - specifier: ^1.8.0 - version: 1.8.0(@hyperjump/browser@1.1.3) + specifier: ^1.9.2 + version: 1.9.2(@hyperjump/browser@1.1.3) '@octokit/plugin-retry': specifier: ^7.1.0 version: 7.1.0(@octokit/core@6.1.2) @@ -836,17 +836,21 @@ packages: just-curry-it: 5.3.0 dev: false - /@hyperjump/json-schema@1.8.0(@hyperjump/browser@1.1.3): - resolution: {integrity: sha512-ktqt+SOGl8eVau7w/ufQAsyxifqqGSonIQu8Kf6Uwnp4WGgY00FDGqfQn/DhEfPUTZroTki8ig7CHOtrCC8x+w==} + /@hyperjump/json-pointer@1.1.0: + resolution: {integrity: sha512-tFCKxMKDKK3VEdtUA3EBOS9GmSOS4mbrTjh9v3RnK10BphDMOb6+bxTh++/ae1AyfHyWb6R54O/iaoAtPMZPCg==} + dev: false + + /@hyperjump/json-schema@1.9.2(@hyperjump/browser@1.1.3): + resolution: {integrity: sha512-aE2C3phUTvvMXDZ6w6gXdPYohqM3e8Yxcq8unbyx93JnrJUNWiwWdlEwus97SRdO6hWAfiHjhL5imJvhkdUyYg==} peerDependencies: '@hyperjump/browser': ^1.1.0 dependencies: '@hyperjump/browser': 1.1.3 - '@hyperjump/json-pointer': 1.0.1 + '@hyperjump/json-pointer': 1.1.0 '@hyperjump/pact': 1.3.0 '@hyperjump/uri': 1.2.2 content-type: 1.0.5 - fastest-stable-stringify: 2.0.2 + json-stringify-deterministic: 1.0.12 just-curry-it: 5.3.0 uuid: 9.0.1 dev: false @@ -3697,10 +3701,6 @@ packages: engines: {node: '>= 4.9.1'} dev: true - /fastest-stable-stringify@2.0.2: - resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} - dev: false - /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: @@ -4923,6 +4923,11 @@ packages: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true + /json-stringify-deterministic@1.0.12: + resolution: {integrity: sha512-q3PN0lbUdv0pmurkBNdJH3pfFvOTL/Zp0lquqpvcjfKzt6Y0j49EPHAmVHCAS4Ceq/Y+PejWTzyiVpoY71+D6g==} + engines: {node: '>= 4'} + dev: false + /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true