From dc4520fd7da6733feec13643ca044a9f16d827eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:20:43 +0000 Subject: [PATCH] chore(deps): update dependency openai to v4.75.0 --- .../markuplint-ai/package.json | 2 +- yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/packages/@markuplint-experimental/markuplint-ai/package.json b/packages/@markuplint-experimental/markuplint-ai/package.json index e327fec..bb2b424 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.75.0" }, "devDependencies": { "markuplint": "4.9.1-alpha.1" diff --git a/yarn.lock b/yarn.lock index fd940a3..481ae9c 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.75.0: + version "4.75.0" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.75.0.tgz#8bd44885aba5f8f35fe9dea17a4d6859bca5d199" + integrity sha512-8cWaK3td0qLspaflKWD6AvpQnl0gynWFbHg7sMAgiu//F20I4GJlCCpllDrECO6WFSuY8HXJj8gji3urw2BGGg== 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"