chore(deps): bump openai from 6.34.0 to 6.35.0

Bumps [openai](https://github.com/openai/openai-node) from 6.34.0 to 6.35.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-node/compare/v6.34.0...v6.35.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.35.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-04-30 03:43:52 +00:00 committed by GitHub
parent 5cb8262e60
commit 6e18d2c08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.2", "@azure-rest/ai-inference": "^1.0.0-beta.2",
"@azure/core-auth": "^1.10.1", "@azure/core-auth": "^1.10.1",
"openai": "^6.34.0" "openai": "^6.35.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^25.6.0", "@types/node": "^25.6.0",
@ -1992,9 +1992,9 @@
} }
}, },
"node_modules/openai": { "node_modules/openai": {
"version": "6.34.0", "version": "6.35.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.34.0.tgz", "resolved": "https://registry.npmjs.org/openai/-/openai-6.35.0.tgz",
"integrity": "sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==", "integrity": "sha512-L/skwIGnt5xQZHb0UfTu9uAUKbis3ehKypOuJKi20QvG7UStV6C8IC3myGYHcdiF4kms/bAvOJ9UqqNWqi8x/Q==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"openai": "bin/cli" "openai": "bin/cli"

View File

@ -28,6 +28,6 @@
"dependencies": { "dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.2", "@azure-rest/ai-inference": "^1.0.0-beta.2",
"@azure/core-auth": "^1.10.1", "@azure/core-auth": "^1.10.1",
"openai": "^6.34.0" "openai": "^6.35.0"
} }
} }