Merge pull request #140 from actions/dependabot/npm_and_yarn/openai-6.7.0

chore(deps): bump openai from 5.11.0 to 6.7.0
This commit is contained in:
Johan Jansson
2026-03-13 11:03:23 -10:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
"@modelcontextprotocol/sdk": "^1.25.2",
"@types/tmp": "^0.2.6",
"js-yaml": "^4.1.1",
"openai": "^5.11.0",
"openai": "^6.28.0",
"pkce-challenge": "^5.0.0",
"tmp": "^0.2.4"
},
@@ -7144,16 +7144,16 @@
}
},
"node_modules/openai": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-5.11.0.tgz",
"integrity": "sha512-+AuTc5pVjlnTuA9zvn8rA/k+1RluPIx9AD4eDcnutv6JNwHHZxIhkFy+tmMKCvmMFDQzfA/r1ujvPWB19DQkYg==",
"version": "6.28.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.28.0.tgz",
"integrity": "sha512-zDvMITzeZyljUr67n1dSXpPsMvaXY5okNHfq0KHCNRjgTohYvxu3O4oQ/zZrwTJh+c3n0z/O7oSCGwt5hQkBXg==",
"license": "Apache-2.0",
"bin": {
"openai": "bin/cli"
},
"peerDependencies": {
"ws": "^8.18.0",
"zod": "^3.23.8"
"zod": "^3.25 || ^4.0"
},
"peerDependenciesMeta": {
"ws": {
+1 -1
View File
@@ -27,7 +27,7 @@
"@modelcontextprotocol/sdk": "^1.25.2",
"@types/tmp": "^0.2.6",
"js-yaml": "^4.1.1",
"openai": "^5.11.0",
"openai": "^6.28.0",
"pkce-challenge": "^5.0.0",
"tmp": "^0.2.4"
},