From 6899702597cee2804a2fe7333356efadec52b05e Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Fri, 18 Aug 2023 15:43:23 -0700 Subject: [PATCH] fix(reducer): quirk with security schemes sometimes getting removed --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea5f93a38..5d7cf83f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "ignore": "^5.2.0", "mime-types": "^2.1.35", "node-fetch": "^2.6.1", - "oas": "^20.8.7", + "oas": "^20.10.2", "oas-normalize": "^8.4.1", "open": "^8.2.1", "ora": "^5.4.1", @@ -9355,9 +9355,9 @@ } }, "node_modules/oas": { - "version": "20.10.1", - "resolved": "https://registry.npmjs.org/oas/-/oas-20.10.1.tgz", - "integrity": "sha512-EjSXAu8zbfBgNdFCAp8we/K9G+LN/mfOjHwYZe8w1VGkI1g0w52CPtLV47i3FeuLBNXd3cszpp3gZl9Jx3jXwQ==", + "version": "20.10.2", + "resolved": "https://registry.npmjs.org/oas/-/oas-20.10.2.tgz", + "integrity": "sha512-N60kbmFKqSCaO4ilC2i893y63qtWYhnUA/a5pTL+kpp4iTow+lJKd7RzHb95T2ALzuI7QsBBCBE4+rAAghoBIw==", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", @@ -19169,9 +19169,9 @@ } }, "oas": { - "version": "20.10.1", - "resolved": "https://registry.npmjs.org/oas/-/oas-20.10.1.tgz", - "integrity": "sha512-EjSXAu8zbfBgNdFCAp8we/K9G+LN/mfOjHwYZe8w1VGkI1g0w52CPtLV47i3FeuLBNXd3cszpp3gZl9Jx3jXwQ==", + "version": "20.10.2", + "resolved": "https://registry.npmjs.org/oas/-/oas-20.10.2.tgz", + "integrity": "sha512-N60kbmFKqSCaO4ilC2i893y63qtWYhnUA/a5pTL+kpp4iTow+lJKd7RzHb95T2ALzuI7QsBBCBE4+rAAghoBIw==", "requires": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", diff --git a/package.json b/package.json index da4632276..92c72471a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ignore": "^5.2.0", "mime-types": "^2.1.35", "node-fetch": "^2.6.1", - "oas": "^20.8.7", + "oas": "^20.10.2", "oas-normalize": "^8.4.1", "open": "^8.2.1", "ora": "^5.4.1",