diff --git a/packages/@markuplint-experimental/markuplint-ai/package.json b/packages/@markuplint-experimental/markuplint-ai/package.json index e327fec..b909046 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.76.1" }, "devDependencies": { "markuplint": "4.9.1-alpha.1" diff --git a/yarn.lock b/yarn.lock index fd940a3..ce3f3e8 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.76.1: + version "4.76.1" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.76.1.tgz#3e844cef2f2d55814ff7c6e134700eacb7c9897b" + integrity sha512-ci63/WFEMd6QjjEVeH0pV7hnFS6CCqhgJydSti4Aak/8uo2SpgzKjteUDaY+OkwziVj11mi6j+0mRUIiGKUzWw== dependencies: "@types/node" "^18.11.18" "@types/node-fetch" "^2.6.4" @@ -6420,7 +6420,6 @@ openai@4.49.1: form-data-encoder "1.7.2" formdata-node "^4.3.2" node-fetch "^2.6.7" - web-streams-polyfill "^3.2.1" optionator@^0.9.3: version "0.9.4" @@ -8161,11 +8160,6 @@ web-streams-polyfill@4.0.0-beta.3: resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz#2898486b74f5156095e473efe989dcf185047a38" integrity sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug== -web-streams-polyfill@^3.2.1: - version "3.3.3" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b" - integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw== - webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"