diff --git a/package-lock.json b/package-lock.json index edd051c4..90ce20b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@stoplight/spectral-core": "^1.8.1", "@stoplight/spectral-rulesets": "^1.18.1", "@useoptic/json-pointer-helpers": "^0.53.13", - "@useoptic/openapi-io": "^0.53.13", + "@useoptic/openapi-io": "^0.53.15", "@useoptic/openapi-utilities": "^0.53.11", "@useoptic/optic": "^0.43.0", "@useoptic/rulesets-base": "^0.53.13", @@ -7849,14 +7849,14 @@ } }, "node_modules/@useoptic/openapi-io": { - "version": "0.53.13", - "resolved": "https://registry.npmjs.org/@useoptic/openapi-io/-/openapi-io-0.53.13.tgz", - "integrity": "sha512-MPLisQ/lNX3TAIpRskEyZwjZSLDlJjD8CllTPmBBxyUBCVrRceRinS7uIcjCyZ+rDsL8xwGsI/tisTswAGptGw==", + "version": "0.53.15", + "resolved": "https://registry.npmjs.org/@useoptic/openapi-io/-/openapi-io-0.53.15.tgz", + "integrity": "sha512-XnYPvztThsVmm4/G60C4FCD/mTe6FVOju3T5qTcGTJCHMsf3kqQQL7fZc+0vucV8bHecqbmjl4F0+IgENQO99g==", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.9", "@jsdevtools/ono": "^7.1.3", - "@useoptic/json-pointer-helpers": "0.53.13", - "@useoptic/openapi-utilities": "0.53.13", + "@useoptic/json-pointer-helpers": "0.53.15", + "@useoptic/openapi-utilities": "0.53.15", "ajv": "^8.6.0", "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.0", @@ -7877,20 +7877,20 @@ } }, "node_modules/@useoptic/openapi-io/node_modules/@useoptic/json-pointer-helpers": { - "version": "0.53.13", - "resolved": "https://registry.npmjs.org/@useoptic/json-pointer-helpers/-/json-pointer-helpers-0.53.13.tgz", - "integrity": "sha512-ky5JARj2PCjmERI5jwn2c+kU+UDAM2ciBXRsTYIZ/IaIgZEsGCNdF8xClFlf/vgagDfWvtxx5M3Ehlbe98wxSw==", + "version": "0.53.15", + "resolved": "https://registry.npmjs.org/@useoptic/json-pointer-helpers/-/json-pointer-helpers-0.53.15.tgz", + "integrity": "sha512-R/Y3TQV2wYB/IMMlIugcPOhUDmXqplBSPUOH1jh9G3JwoXjRr1ZwTYazChysIPQo4MJrVP7e48w4FwR5x9cuBg==", "dependencies": { "jsonpointer": "^5.0.1", "minimatch": "9.0.3" } }, "node_modules/@useoptic/openapi-io/node_modules/@useoptic/openapi-utilities": { - "version": "0.53.13", - "resolved": "https://registry.npmjs.org/@useoptic/openapi-utilities/-/openapi-utilities-0.53.13.tgz", - "integrity": "sha512-sk+ylFG+0gQTEbGSFOJ6TmDmFPM31CrEBqKj/qGOdsyZRfzX1/h2loDv2/P4w19TCijQD5GqmHKhsqwDeXkp4g==", + "version": "0.53.15", + "resolved": "https://registry.npmjs.org/@useoptic/openapi-utilities/-/openapi-utilities-0.53.15.tgz", + "integrity": "sha512-iaaMf6InD3L3ckxJ+ZgI5US8HcxUJvYQrtCBauvDX4LRs5rKMXGrbD6MwrnrHvCN8LN/CJdXQdCo1JTM2ZNx5g==", "dependencies": { - "@useoptic/json-pointer-helpers": "0.53.13", + "@useoptic/json-pointer-helpers": "0.53.15", "ajv": "^8.6.0", "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.0", diff --git a/package.json b/package.json index c927fbc1..ed597c13 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@stoplight/spectral-rulesets": "^1.18.1", "@useoptic/optic": "^0.43.0", "@useoptic/json-pointer-helpers": "^0.53.13", - "@useoptic/openapi-io": "^0.53.13", + "@useoptic/openapi-io": "^0.53.15", "@useoptic/openapi-utilities": "^0.53.11", "@useoptic/rulesets-base": "^0.53.13", "chalk": "^4.0.0",