From 86ae12358c21a389cdadfdeacb99f398f66f16be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:53:03 +0000 Subject: [PATCH] chore: bump openapi-to-postmanv2 from 5.0.0 to 5.0.1 Bumps [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/postmanlabs/openapi-to-postman/releases) - [Changelog](https://github.com/postmanlabs/openapi-to-postman/blob/develop/CHANGELOG.md) - [Commits](https://github.com/postmanlabs/openapi-to-postman/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: openapi-to-postmanv2 dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fedd23437b..41ed25a972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4", - "openapi-to-postmanv2": "5.0.0", + "openapi-to-postmanv2": "5.0.1", "parquet-wasm": "^0.6.1" }, "devDependencies": { @@ -10878,9 +10878,9 @@ } }, "node_modules/openapi-to-postmanv2": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.0.0.tgz", - "integrity": "sha512-ousMf9rXKen9tscJQ0H8BE+hfgOvFRb2SspYwGnQTmnjzkPNejHUQpNmRUIK/gZ6ZwiNWAnQCKWNogaZXUlFew==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.0.1.tgz", + "integrity": "sha512-48P3PY/b0K/vptb/5uR+b8jL4dI69W8dVDSdBIJ4eShO0rH3ONzKys0LBFDru7wM3xEde4aay+OwBfuq7OxAAA==", "license": "Apache-2.0", "dependencies": { "ajv": "8.11.0", diff --git a/package.json b/package.json index c8333df3aa..40dddac522 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4", - "openapi-to-postmanv2": "5.0.0", + "openapi-to-postmanv2": "5.0.1", "parquet-wasm": "^0.6.1" }, "devDependencies": {