@@ -7439,10 +7439,10 @@ open@^8.4.0:
7439
7439
is-docker "^2.1.1"
7440
7440
is-wsl "^2.2.0"
7441
7441
7442
- openai@^4.33.0 :
7443
- version "4.33.0 "
7444
- resolved "https://registry.yarnpkg.com/openai/-/openai-4.33.0 .tgz#8c33da687d4a7f3dd7576179318341615394c79d "
7445
- integrity sha512-Sh4KvplkvkAREuhb8yZpohqsOo08cBBu6LNWLD8YyMxe8yCxbE+ouJYUs1X2oDPrzQGANj0rFNQYiwW9gWLBOg ==
7442
+ openai@^4.49.1 :
7443
+ version "4.49.1 "
7444
+ resolved "https://registry.yarnpkg.com/openai/-/openai-4.49.1 .tgz#81fc7d3bc97a1905a1a340065158275b5a893765 "
7445
+ integrity sha512-bsFSNhhTNon+g6r4UYPKGLi+PlfP1G9TJGSkZS5nZx+PTwW2YUTlfxXxpOKrPab5auIXJdlYpC/g/wkHGR1xug ==
7446
7446
dependencies :
7447
7447
" @types/node" " ^18.11.18"
7448
7448
" @types/node-fetch" " ^2.6.4"
@@ -8756,7 +8756,16 @@ string-length@^4.0.1:
8756
8756
char-regex "^1.0.2"
8757
8757
strip-ansi "^6.0.0"
8758
8758
8759
- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8759
+ " string-width-cjs@npm:string-width@^4.2.0 " :
8760
+ version "4.2.3"
8761
+ resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8762
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8763
+ dependencies :
8764
+ emoji-regex "^8.0.0"
8765
+ is-fullwidth-code-point "^3.0.0"
8766
+ strip-ansi "^6.0.1"
8767
+
8768
+ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
8760
8769
version "4.2.3"
8761
8770
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8762
8771
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8839,7 +8848,14 @@ string_decoder@~1.0.3:
8839
8848
dependencies :
8840
8849
safe-buffer "~5.1.0"
8841
8850
8842
- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8851
+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
8852
+ version "6.0.1"
8853
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8854
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8855
+ dependencies :
8856
+ ansi-regex "^5.0.1"
8857
+
8858
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
8843
8859
version "6.0.1"
8844
8860
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8845
8861
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10073,7 +10089,7 @@ which@^2.0.1:
10073
10089
dependencies :
10074
10090
isexe "^2.0.0"
10075
10091
10076
- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0 :
10092
+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
10077
10093
version "7.0.0"
10078
10094
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10079
10095
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10091,6 +10107,15 @@ wrap-ansi@^6.2.0:
10091
10107
string-width "^4.1.0"
10092
10108
strip-ansi "^6.0.0"
10093
10109
10110
+ wrap-ansi@^7.0.0 :
10111
+ version "7.0.0"
10112
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10113
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10114
+ dependencies :
10115
+ ansi-styles "^4.0.0"
10116
+ string-width "^4.1.0"
10117
+ strip-ansi "^6.0.0"
10118
+
10094
10119
wrap-ansi@^8.1.0 :
10095
10120
version "8.1.0"
10096
10121
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
0 commit comments