From ec90a3e439235609db9b99b46d7f0dfc5b37a134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:29:38 +0000 Subject: [PATCH] chore(deps): bump openapi-path-templating from 1.5.1 to 1.5.2 Bumps [openapi-path-templating](https://github.com/char0n/openapi-path-templating) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/char0n/openapi-path-templating/releases) - [Changelog](https://github.com/char0n/openapi-path-templating/blob/main/.releaserc) - [Commits](https://github.com/char0n/openapi-path-templating/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: openapi-path-templating dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcc980269..c133e4157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11669,9 +11669,9 @@ } }, "node_modules/openapi-path-templating": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/openapi-path-templating/-/openapi-path-templating-1.5.1.tgz", - "integrity": "sha512-kgRHToVP571U1YzUnaZnWaUIygon2itg5g96kwaFIi8bnpsw4oXYOk7k59Ivn+ley1iQnMENe/1HSovpPVZuXA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/openapi-path-templating/-/openapi-path-templating-1.5.2.tgz", + "integrity": "sha512-1dIgHUJjgxgl9JigUp6pilr53cRTVutbyPVIU45OokeCKRUNLt4mXV1l919wECYy9tr4yP7dDcQlfvzuwdWiyQ==", "dependencies": { "apg-lite": "^1.0.3" },