From 29f0fd15524f809a030016dc15c22a9d9a7d84d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:12:21 +0000 Subject: [PATCH] chore(deps): bump openapi-server-url-templating from 1.1.0 to 1.2.0 (#3747) --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e157c53e..77963e7ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12120,12 +12120,11 @@ } }, "node_modules/openapi-server-url-templating": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/openapi-server-url-templating/-/openapi-server-url-templating-1.1.0.tgz", - "integrity": "sha512-dtyTFKx2xVcO0W8JKaluXIHC9l/MLjHeflBaWjiWNMCHp/TBs9dEjQDbj/VFlHR4omFOKjjmqm1pW1aCAhmPBg==", - "license": "Apache-2.0", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/openapi-server-url-templating/-/openapi-server-url-templating-1.2.0.tgz", + "integrity": "sha512-6FVJ1SDWO6JeW9Qk5jrPRyeipYTwHJWZgTPydq+aG1CcFwa6xBB26lhIM5ncpqcDf1Owk2REtPCKgfsk2NUGKg==", "dependencies": { - "apg-lite": "^1.0.3" + "apg-lite": "^1.0.4" }, "engines": { "node": ">=12.20.0"