diff --git a/packages/@markuplint-experimental/markuplint-ai/package.json b/packages/@markuplint-experimental/markuplint-ai/package.json index e327fec..599a112 100644 --- a/packages/@markuplint-experimental/markuplint-ai/package.json +++ b/packages/@markuplint-experimental/markuplint-ai/package.json @@ -22,7 +22,7 @@ "@markuplint/ml-core": "4.8.1-alpha.1", "@markuplint-experimental/accessibility-tree": "0.1.0-alpha.0", "dotenv": "16.4.5", - "openai": "4.49.1" + "openai": "4.52.0" }, "devDependencies": { "markuplint": "4.9.1-alpha.1" diff --git a/yarn.lock b/yarn.lock index fd940a3..5528c2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6408,10 +6408,10 @@ open@^8.4.0: is-docker "^2.1.1" is-wsl "^2.2.0" -openai@4.49.1: - version "4.49.1" - resolved "https://registry.yarnpkg.com/openai/-/openai-4.49.1.tgz#81fc7d3bc97a1905a1a340065158275b5a893765" - integrity sha512-bsFSNhhTNon+g6r4UYPKGLi+PlfP1G9TJGSkZS5nZx+PTwW2YUTlfxXxpOKrPab5auIXJdlYpC/g/wkHGR1xug== +openai@4.52.0: + version "4.52.0" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.52.0.tgz#5f93bdbef05ca3407d92f7a68717234ac0ffd09e" + integrity sha512-xmiNcdA9QJ5wffHpZDpIsge6AsPTETJ6h5iqDNuFQ7qGSNtonHn8Qe0VHy4UwLE8rBWiSqh4j+iSvuYZSeKkPg== dependencies: "@types/node" "^18.11.18" "@types/node-fetch" "^2.6.4"