From 4741a4005196de16d3476be95f3661c18eebfb3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:46:37 +0000 Subject: [PATCH] chore(deps): update dependency openai to v4.76.3 --- .../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..3ef3bb9 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.3" }, "devDependencies": { "markuplint": "4.9.1-alpha.1" diff --git a/yarn.lock b/yarn.lock index fd940a3..cd7faf8 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.3: + version "4.76.3" + resolved "https://registry.yarnpkg.com/openai/-/openai-4.76.3.tgz#67ea81b9ad330997593ba8bd0910d2f4a992740a" + integrity sha512-BISkI90m8zT7BAMljK0j00TzOoLvmc7AulPxv6EARa++3+hhIK5G6z4xkITurEaA9bvDhQ09kSNKA3DL+rDMwA== 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"