From e111ff74eb639338b0491fbd48dcd2837bb3d25f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 03:18:24 +0000 Subject: [PATCH] fix: upgrade @useoptic/openapi-io from 0.54.12 to 0.54.13 Snyk has created this PR to upgrade @useoptic/openapi-io from 0.54.12 to 0.54.13. See this package in npm: https://www.npmjs.com/package/@useoptic/openapi-io See this project in Snyk: https://app.snyk.io/org/platformeng_api/project/09e1a969-6729-47dc-90ef-f5847c6f567b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 85 ++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 85 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d89dd8a..dfa217fe 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.54.12", - "@useoptic/openapi-io": "^0.54.12", + "@useoptic/openapi-io": "^0.54.13", "@useoptic/openapi-utilities": "^0.54.12", "@useoptic/optic": "^0.54.13", "@useoptic/rulesets-base": "^0.54.12", @@ -7938,6 +7938,47 @@ "yaml-ast-parser": "^0.0.43" } }, + "node_modules/@useoptic/openapi-io/node_modules/@useoptic/json-pointer-helpers": { + "version": "0.54.13", + "resolved": "https://registry.npmjs.org/@useoptic/json-pointer-helpers/-/json-pointer-helpers-0.54.13.tgz", + "integrity": "sha512-qz3ZAtMn/k4EJJbBzeC2chR9Y+dQhAcz3lGK42cNq4HDU/8S5G0o4Tm+T4TWCKw97hlbSr1Jck+6GRjEVYrz/A==", + "dependencies": { + "jsonpointer": "^5.0.1", + "minimatch": "9.0.3" + } + }, + "node_modules/@useoptic/openapi-io/node_modules/@useoptic/openapi-utilities": { + "version": "0.54.13", + "resolved": "https://registry.npmjs.org/@useoptic/openapi-utilities/-/openapi-utilities-0.54.13.tgz", + "integrity": "sha512-OueDTSnbYXcH2E4gcqskUu4qg4aYz2JYsdspiADy88smLa1dvYZDcw8JgnSHRtAFuXWFwTLA+1n+bG+DRQSIaQ==", + "dependencies": { + "@useoptic/json-pointer-helpers": "0.54.13", + "ajv": "^8.6.0", + "ajv-errors": "~3.0.0", + "ajv-formats": "~2.1.0", + "chalk": "^4.1.2", + "fast-deep-equal": "^3.1.3", + "is-url": "^1.2.4", + "js-yaml": "^4.1.0", + "json-stable-stringify": "^1.0.1", + "lodash.groupby": "^4.6.0", + "lodash.isequal": "^4.5.0", + "lodash.omit": "^4.5.0", + "node-machine-id": "^1.1.12", + "openapi-types": "^12.0.2", + "ts-invariant": "^0.9.3", + "url-join": "^4.0.1", + "yaml-ast-parser": "^0.0.43" + } + }, + "node_modules/@useoptic/openapi-io/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/@useoptic/openapi-io/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -7949,6 +7990,20 @@ "node": ">=10" } }, + "node_modules/@useoptic/openapi-io/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@useoptic/openapi-io/node_modules/node-fetch": { "version": "2.6.12", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", @@ -8087,6 +8142,34 @@ "optic": "build/index.js" } }, + "node_modules/@useoptic/optic/node_modules/@useoptic/openapi-io": { + "version": "0.54.12", + "resolved": "https://registry.npmjs.org/@useoptic/openapi-io/-/openapi-io-0.54.12.tgz", + "integrity": "sha512-5qLN8oFfSn5exJJptLM9OAlny7nrCrbdXnPWo0cwnG3b2q/IjpN4wj1VFY/uqczF7+GTwNFOyS5Z7PWJGfHMYA==", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "9.0.9", + "@jsdevtools/ono": "^7.1.3", + "@useoptic/json-pointer-helpers": "0.54.12", + "@useoptic/openapi-utilities": "0.54.12", + "ajv": "^8.6.0", + "ajv-errors": "~3.0.0", + "ajv-formats": "~2.1.0", + "bottleneck": "^2.19.5", + "chalk": "^4.1.2", + "fast-deep-equal": "^3.1.3", + "fast-json-patch": "^3.1.1", + "is-url": "^1.2.4", + "json-stable-stringify": "^1.0.1", + "lodash.clonedeep": "^4.5.0", + "lodash.sortby": "^4.7.0", + "node-fetch": "^2.6.7", + "openapi-types": "^12.0.2", + "semver": "^7.5.4", + "upath": "^2.0.1", + "yaml": "^2.3.2", + "yaml-ast-parser": "^0.0.43" + } + }, "node_modules/@useoptic/optic/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", diff --git a/package.json b/package.json index 7307be1e..9427ba27 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@stoplight/spectral-rulesets": "^1.18.1", "@useoptic/optic": "^0.54.13", "@useoptic/json-pointer-helpers": "^0.54.12", - "@useoptic/openapi-io": "^0.54.12", + "@useoptic/openapi-io": "^0.54.13", "@useoptic/openapi-utilities": "^0.54.12", "@useoptic/rulesets-base": "^0.54.12", "chalk": "^4.0.0",