From 97f304f446d5eaa690fc0bc38a2f21714a5a713e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:50:27 +0000 Subject: [PATCH] chore: bump openapi-to-postmanv2 from 4.24.0 to 4.25.0 Bumps [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) from 4.24.0 to 4.25.0. - [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/v4.24.0...v4.25.0) --- updated-dependencies: - dependency-name: openapi-to-postmanv2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 eea55bc081..25785e0dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "apache-arrow": "^19.0.0", "dotenv": "^16.4.7", "eslint-plugin-jest": "^28.10.0", - "openapi-to-postmanv2": "4.24.0", + "openapi-to-postmanv2": "4.25.0", "parquet-wasm": "^0.6.1" }, "devDependencies": { @@ -9275,9 +9275,9 @@ } }, "node_modules/openapi-to-postmanv2": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.24.0.tgz", - "integrity": "sha512-SfWo8fftwTVmBs61ZY9SciNlQ7ddSBmPS7NTBdf+LyjHdzr2/TNuvFjyftGJ7Jnm48oghi+R9At2geq1NoBOLA==", + "version": "4.25.0", + "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-4.25.0.tgz", + "integrity": "sha512-sIymbkQby0gzxt2Yez8YKB6hoISEel05XwGwNrAhr6+vxJWXNxkmssQc/8UEtVkuJ9ZfUXLkip9PYACIpfPDWg==", "license": "Apache-2.0", "dependencies": { "ajv": "8.11.0", diff --git a/package.json b/package.json index 93795afba4..414f3de356 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "apache-arrow": "^19.0.0", "dotenv": "^16.4.7", "eslint-plugin-jest": "^28.10.0", - "openapi-to-postmanv2": "4.24.0", + "openapi-to-postmanv2": "4.25.0", "parquet-wasm": "^0.6.1" }, "devDependencies": {