From ec756763eac67aca355fbd09477244e516512e9f Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 25 Dec 2024 21:55:12 +0100 Subject: [PATCH] fix(execute): apply fix for faulty OpenAPI Path Templating ABNF Refs https://github.com/OAI/OpenAPI-Specification/pull/4279 --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f6e6ab72..b3b4b0272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,8 +23,8 @@ "neotraverse": "=0.6.18", "node-abort-controller": "^3.1.1", "node-fetch-commonjs": "^3.3.2", - "openapi-path-templating": "^2.0.0", - "openapi-server-url-templating": "^1.0.0", + "openapi-path-templating": "^2.0.1", + "openapi-server-url-templating": "^1.2.0", "ramda": "^0.30.1", "ramda-adjunct": "^5.0.0" }, @@ -12104,9 +12104,9 @@ } }, "node_modules/openapi-path-templating": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/openapi-path-templating/-/openapi-path-templating-2.0.0.tgz", - "integrity": "sha512-OfsbUZsemxdQNh82JfEaG22Vx+5trFooke7ja/9KY7FesBvfe051Shsxo1ZZwl95g22K+bBhNKOE9lU2dUoF9Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/openapi-path-templating/-/openapi-path-templating-2.0.1.tgz", + "integrity": "sha512-65TeAgRU9nl7ZZHJRKmfNLfPSXSG+BFc514rMTLotfkVBTUsmuCOo6XhgLUrDoPEuCIl0LJ38IKgvZK4mYGJeQ==", "license": "Apache-2.0", "dependencies": { "apg-lite": "^1.0.4" diff --git a/package.json b/package.json index 9dea104b5..7f8cd1102 100644 --- a/package.json +++ b/package.json @@ -86,8 +86,8 @@ "neotraverse": "=0.6.18", "node-abort-controller": "^3.1.1", "node-fetch-commonjs": "^3.3.2", - "openapi-path-templating": "^2.0.0", - "openapi-server-url-templating": "^1.0.0", + "openapi-path-templating": "^2.0.1", + "openapi-server-url-templating": "^1.2.0", "ramda": "^0.30.1", "ramda-adjunct": "^5.0.0" },