website: bump openapi-to-postmanv2 from 6.0.1 to 6.1.0 in /website

Bumps [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) from 6.0.1 to 6.1.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/v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: openapi-to-postmanv2
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-17 04:04:18 +00:00
committed by GitHub
parent ee40107cd9
commit 3de094740d
2 changed files with 69 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
"docusaurus-plugin-openapi-docs": "^5.0.2", "docusaurus-plugin-openapi-docs": "^5.0.2",
"docusaurus-theme-openapi-docs": "^5.0.2", "docusaurus-theme-openapi-docs": "^5.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"openapi-to-postmanv2": "^6.0.1", "openapi-to-postmanv2": "^6.1.0",
"postman-code-generators": "^2.1.1", "postman-code-generators": "^2.1.1",
"postman-collection": "^5.3.0", "postman-collection": "^5.3.0",
"prism-react-renderer": "^2.4.1", "prism-react-renderer": "^2.4.1",
+68 -1
View File
@@ -204,7 +204,7 @@
"docusaurus-plugin-openapi-docs": "^5.0.2", "docusaurus-plugin-openapi-docs": "^5.0.2",
"docusaurus-theme-openapi-docs": "^5.0.2", "docusaurus-theme-openapi-docs": "^5.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"openapi-to-postmanv2": "^6.0.1", "openapi-to-postmanv2": "6.1.0",
"postman-code-generators": "^2.1.1", "postman-code-generators": "^2.1.1",
"postman-collection": "^5.3.0", "postman-collection": "^5.3.0",
"prism-react-renderer": "^2.4.1", "prism-react-renderer": "^2.4.1",
@@ -235,6 +235,73 @@
"npm": ">=11.10.1" "npm": ">=11.10.1"
} }
}, },
"api/node_modules/ajv-formats": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
"license": "MIT",
"dependencies": {
"ajv": "^8.0.0"
},
"peerDependencies": {
"ajv": "^8.0.0"
},
"peerDependenciesMeta": {
"ajv": {
"optional": true
}
}
},
"api/node_modules/commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"license": "MIT"
},
"api/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"api/node_modules/openapi-to-postmanv2": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.1.0.tgz",
"integrity": "sha512-qJ/SYQT0+oNxuOgd492cocXTNPowIgXV2EhifOUzlLt5STKWW3LSoddDqZUhSK9JsMLmdU3D7xbX/xRFqtho2w==",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^8.11.0",
"ajv-draft-04": "1.0.0",
"ajv-formats": "2.1.1",
"async": "3.2.6",
"commander": "2.20.3",
"graphlib": "2.1.8",
"js-yaml": "4.1.0",
"json-pointer": "0.6.2",
"json-schema-merge-allof": "0.8.1",
"lodash": "4.17.21",
"neotraverse": "0.6.15",
"oas-resolver-browser": "2.5.6",
"object-hash": "3.0.0",
"openapi-types": "^12.1.3",
"path-browserify": "1.0.1",
"postman-collection": "^5.0.0",
"swagger2openapi": "7.0.8",
"yaml": "1.10.2"
},
"bin": {
"openapi2postmanv2": "bin/openapi2postmanv2.js"
},
"engines": {
"node": ">=18"
}
},
"docs": { "docs": {
"name": "@goauthentik/docs-topics", "name": "@goauthentik/docs-topics",
"version": "0.0.0", "version": "0.0.0",