website: bump postman-code-generators from 2.1.0 to 2.1.1 in /website

Bumps [postman-code-generators](https://github.com/postmanlabs/code-generators) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/postmanlabs/code-generators/releases)
- [Changelog](https://github.com/postmanlabs/postman-code-generators/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/postmanlabs/code-generators/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: postman-code-generators
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-17 11:23:32 +00:00
committed by GitHub
parent ac4a3884c1
commit c873dfb9ab
3 changed files with 11 additions and 32 deletions

View File

@@ -40,7 +40,7 @@
"docusaurus-theme-openapi-docs": "^4.5.1",
"npm-run-all": "^4.1.5",
"openapi-to-postmanv2": "^6.0.0",
"postman-code-generators": "^2.1.0",
"postman-code-generators": "^2.1.1",
"postman-collection": "^5.0.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",

View File

@@ -26,11 +26,10 @@
"@typescript-eslint/parser": "^8.56.1",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.39.3",
"lightningcss-linux-x64-gnu": "1.32.0",
"netlify-plugin-cache": "^1.0.3",
"netlify-redirect-parser": "^14.4.0",
"npm-run-all": "^4.1.5",
"postman-code-generators": "2.1.0",
"postman-code-generators": "2.1.1",
"prettier": "^3.8.1",
"prettier-plugin-packagejson": "^3.0.0",
"typescript-eslint": "^8.56.1"
@@ -156,7 +155,7 @@
"docusaurus-theme-openapi-docs": "^4.5.1",
"npm-run-all": "^4.1.5",
"openapi-to-postmanv2": "^6.0.0",
"postman-code-generators": "^2.1.0",
"postman-code-generators": "2.1.1",
"postman-collection": "^5.0.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",
@@ -19479,16 +19478,6 @@
"tslib": "^2.0.3"
}
},
"node_modules/path": {
"version": "0.12.7",
"resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
"integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
"license": "MIT",
"dependencies": {
"process": "^0.11.1",
"util": "^0.10.3"
}
},
"node_modules/path-browserify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
@@ -21235,18 +21224,17 @@
}
},
"node_modules/postman-code-generators": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/postman-code-generators/-/postman-code-generators-2.1.0.tgz",
"integrity": "sha512-PCptfRoq6pyyqeB9qw87MfjpIZEZIykIna7Api9euhYftyrad/kCkIyXfWF6GrkcHv0nYid05xoRPWPX9JHkZg==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/postman-code-generators/-/postman-code-generators-2.1.1.tgz",
"integrity": "sha512-+egQK1Jf9a92QP23vRTKcDLOthIQmI7WI4czEsZq/wgguLMnVHJ26KlT8AVtpAdVw28hqUbHwicerYxRWCfjoA==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"async": "3.2.2",
"detect-package-manager": "3.0.2",
"lodash": "4.17.21",
"path": "0.12.7",
"async": "^3.2.2",
"detect-package-manager": "^3.0.2",
"lodash": "^4.17.21",
"postman-collection": "^5.0.0",
"shelljs": "0.8.5"
"shelljs": "^0.8.5"
},
"engines": {
"node": ">=18"
@@ -25063,15 +25051,6 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/util": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
"license": "MIT",
"dependencies": {
"inherits": "2.0.3"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",

View File

@@ -31,7 +31,7 @@
"netlify-plugin-cache": "^1.0.3",
"netlify-redirect-parser": "^14.4.0",
"npm-run-all": "^4.1.5",
"postman-code-generators": "2.1.0",
"postman-code-generators": "2.1.1",
"prettier": "^3.8.1",
"prettier-plugin-packagejson": "^3.0.0",
"typescript-eslint": "^8.56.1"