diff --git a/package-lock.json b/package-lock.json index 70c4950b..bbfbcc21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,8 @@ "gray-matter": "^4.0.1", "ignore": "^5.2.0", "mime-types": "^2.1.35", - "oas": "^24.0.0", - "oas-normalize": "^11.0.1", + "oas": "^25.0.0", + "oas-normalize": "^11.1.2", "open": "^10.0.2", "ora": "^6.3.1", "parse-link-header": "^2.0.0", @@ -11510,9 +11510,9 @@ } }, "node_modules/oas": { - "version": "24.9.0", - "resolved": "https://registry.npmjs.org/oas/-/oas-24.9.0.tgz", - "integrity": "sha512-2FOtIq9kB5G1F61aCaDv+7aDwMk2W41MgKphaaGYM2O57MkY9eaoTypJv1WoXEOQg7tKtGX8xFa+eExcVxiWbw==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/oas/-/oas-25.0.0.tgz", + "integrity": "sha512-c6lTjnpcfC/nC86J+qKeUoxDAGbxDrFqVEDDAp04iOFS9ciuVhb+Ri0EauKG6T161klsw3+/l7f9Rsh7SGDEiw==", "license": "MIT", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", @@ -11521,9 +11521,9 @@ "jsonpath-plus": "^9.0.0", "jsonpointer": "^5.0.0", "memoizee": "^0.4.16", - "oas-normalize": "^11.1.1", + "oas-normalize": "^11.1.2", "openapi-types": "^12.1.1", - "path-to-regexp": "^7.0.0", + "path-to-regexp": "^8.1.0", "remove-undefined-objects": "^5.0.0" }, "engines": { @@ -11554,9 +11554,9 @@ } }, "node_modules/oas-normalize": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.1.1.tgz", - "integrity": "sha512-qwIYTl34cdheBmHzHmc60frAcMD02USrMuZONWUdSjlBTr9En7ZC1q0vFaNqNmKiOMs7eNQbzmBkyhU6sL04pQ==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.1.2.tgz", + "integrity": "sha512-CFcTG7FD8JQBNT3StJ3cAePxXb+Yfyifw7395bfvUbKndwiT3evYtb5tzdzd8k4O4J1P+r7MU0EY8kIl8E85HA==", "license": "MIT", "dependencies": { "@readme/openapi-parser": "^2.6.0", @@ -12201,9 +12201,9 @@ "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.2.0.tgz", - "integrity": "sha512-0W4AcUxPpFlcS8ql8ZEmFwaI0X5WshUVAFdXe3PBurrt18DK8bvSS+UKHvJUAfGILco/nTtc/E4LcPNfVysfwQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.1.0.tgz", + "integrity": "sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==", "license": "MIT", "engines": { "node": ">=16" diff --git a/package.json b/package.json index 97061558..660c533b 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "gray-matter": "^4.0.1", "ignore": "^5.2.0", "mime-types": "^2.1.35", - "oas": "^24.0.0", - "oas-normalize": "^11.0.1", + "oas": "^25.0.0", + "oas-normalize": "^11.1.2", "open": "^10.0.2", "ora": "^6.3.1", "parse-link-header": "^2.0.0",