Skip to content

Commit 6e570a2

Browse files
committed
SDK regeneration
1 parent 2631539 commit 6e570a2

File tree

12 files changed

+74
-74
lines changed

12 files changed

+74
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@credal/sdk",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"private": false,
55
"repository": "https://github.com/credal-ai/credal-typescript-sdk",
66
"main": "./index.js",

src/api/resources/actions/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export class Actions {
6666
Authorization: await this._getAuthorizationHeader(),
6767
"X-Fern-Language": "JavaScript",
6868
"X-Fern-SDK-Name": "@credal/sdk",
69-
"X-Fern-SDK-Version": "0.0.20",
70-
"User-Agent": "@credal/sdk/0.0.20",
69+
"X-Fern-SDK-Version": "0.0.21",
70+
"User-Agent": "@credal/sdk/0.0.21",
7171
"X-Fern-Runtime": core.RUNTIME.type,
7272
"X-Fern-Runtime-Version": core.RUNTIME.version,
7373
},

src/api/resources/copilots/client/Client.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export class Copilots {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "@credal/sdk",
63-
"X-Fern-SDK-Version": "0.0.20",
64-
"User-Agent": "@credal/sdk/0.0.20",
63+
"X-Fern-SDK-Version": "0.0.21",
64+
"User-Agent": "@credal/sdk/0.0.21",
6565
"X-Fern-Runtime": core.RUNTIME.type,
6666
"X-Fern-Runtime-Version": core.RUNTIME.version,
6767
},
@@ -129,8 +129,8 @@ export class Copilots {
129129
Authorization: await this._getAuthorizationHeader(),
130130
"X-Fern-Language": "JavaScript",
131131
"X-Fern-SDK-Name": "@credal/sdk",
132-
"X-Fern-SDK-Version": "0.0.20",
133-
"User-Agent": "@credal/sdk/0.0.20",
132+
"X-Fern-SDK-Version": "0.0.21",
133+
"User-Agent": "@credal/sdk/0.0.21",
134134
"X-Fern-Runtime": core.RUNTIME.type,
135135
"X-Fern-Runtime-Version": core.RUNTIME.version,
136136
},
@@ -202,8 +202,8 @@ export class Copilots {
202202
Authorization: await this._getAuthorizationHeader(),
203203
"X-Fern-Language": "JavaScript",
204204
"X-Fern-SDK-Name": "@credal/sdk",
205-
"X-Fern-SDK-Version": "0.0.20",
206-
"User-Agent": "@credal/sdk/0.0.20",
205+
"X-Fern-SDK-Version": "0.0.21",
206+
"User-Agent": "@credal/sdk/0.0.21",
207207
"X-Fern-Runtime": core.RUNTIME.type,
208208
"X-Fern-Runtime-Version": core.RUNTIME.version,
209209
},
@@ -272,8 +272,8 @@ export class Copilots {
272272
Authorization: await this._getAuthorizationHeader(),
273273
"X-Fern-Language": "JavaScript",
274274
"X-Fern-SDK-Name": "@credal/sdk",
275-
"X-Fern-SDK-Version": "0.0.20",
276-
"User-Agent": "@credal/sdk/0.0.20",
275+
"X-Fern-SDK-Version": "0.0.21",
276+
"User-Agent": "@credal/sdk/0.0.21",
277277
"X-Fern-Runtime": core.RUNTIME.type,
278278
"X-Fern-Runtime-Version": core.RUNTIME.version,
279279
},
@@ -332,8 +332,8 @@ export class Copilots {
332332
Authorization: await this._getAuthorizationHeader(),
333333
"X-Fern-Language": "JavaScript",
334334
"X-Fern-SDK-Name": "@credal/sdk",
335-
"X-Fern-SDK-Version": "0.0.20",
336-
"User-Agent": "@credal/sdk/0.0.20",
335+
"X-Fern-SDK-Version": "0.0.21",
336+
"User-Agent": "@credal/sdk/0.0.21",
337337
"X-Fern-Runtime": core.RUNTIME.type,
338338
"X-Fern-Runtime-Version": core.RUNTIME.version,
339339
},
@@ -412,8 +412,8 @@ export class Copilots {
412412
Authorization: await this._getAuthorizationHeader(),
413413
"X-Fern-Language": "JavaScript",
414414
"X-Fern-SDK-Name": "@credal/sdk",
415-
"X-Fern-SDK-Version": "0.0.20",
416-
"User-Agent": "@credal/sdk/0.0.20",
415+
"X-Fern-SDK-Version": "0.0.21",
416+
"User-Agent": "@credal/sdk/0.0.21",
417417
"X-Fern-Runtime": core.RUNTIME.type,
418418
"X-Fern-Runtime-Version": core.RUNTIME.version,
419419
},
@@ -476,8 +476,8 @@ export class Copilots {
476476
Authorization: await this._getAuthorizationHeader(),
477477
"X-Fern-Language": "JavaScript",
478478
"X-Fern-SDK-Name": "@credal/sdk",
479-
"X-Fern-SDK-Version": "0.0.20",
480-
"User-Agent": "@credal/sdk/0.0.20",
479+
"X-Fern-SDK-Version": "0.0.21",
480+
"User-Agent": "@credal/sdk/0.0.21",
481481
"X-Fern-Runtime": core.RUNTIME.type,
482482
"X-Fern-Runtime-Version": core.RUNTIME.version,
483483
},
@@ -550,8 +550,8 @@ export class Copilots {
550550
Authorization: await this._getAuthorizationHeader(),
551551
"X-Fern-Language": "JavaScript",
552552
"X-Fern-SDK-Name": "@credal/sdk",
553-
"X-Fern-SDK-Version": "0.0.20",
554-
"User-Agent": "@credal/sdk/0.0.20",
553+
"X-Fern-SDK-Version": "0.0.21",
554+
"User-Agent": "@credal/sdk/0.0.21",
555555
"X-Fern-Runtime": core.RUNTIME.type,
556556
"X-Fern-Runtime-Version": core.RUNTIME.version,
557557
},
@@ -611,8 +611,8 @@ export class Copilots {
611611
Authorization: await this._getAuthorizationHeader(),
612612
"X-Fern-Language": "JavaScript",
613613
"X-Fern-SDK-Name": "@credal/sdk",
614-
"X-Fern-SDK-Version": "0.0.20",
615-
"User-Agent": "@credal/sdk/0.0.20",
614+
"X-Fern-SDK-Version": "0.0.21",
615+
"User-Agent": "@credal/sdk/0.0.21",
616616
"X-Fern-Runtime": core.RUNTIME.type,
617617
"X-Fern-Runtime-Version": core.RUNTIME.version,
618618
},

src/api/resources/copilots/types/WebSearchResult.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
export interface WebSearchResult {
66
title: string;
77
url: string;
8-
content: string;
8+
contents: string;
99
}

src/api/resources/documentCatalog/client/Client.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export class DocumentCatalog {
5656
Authorization: await this._getAuthorizationHeader(),
5757
"X-Fern-Language": "JavaScript",
5858
"X-Fern-SDK-Name": "@credal/sdk",
59-
"X-Fern-SDK-Version": "0.0.20",
60-
"User-Agent": "@credal/sdk/0.0.20",
59+
"X-Fern-SDK-Version": "0.0.21",
60+
"User-Agent": "@credal/sdk/0.0.21",
6161
"X-Fern-Runtime": core.RUNTIME.type,
6262
"X-Fern-Runtime-Version": core.RUNTIME.version,
6363
},
@@ -125,8 +125,8 @@ export class DocumentCatalog {
125125
Authorization: await this._getAuthorizationHeader(),
126126
"X-Fern-Language": "JavaScript",
127127
"X-Fern-SDK-Name": "@credal/sdk",
128-
"X-Fern-SDK-Version": "0.0.20",
129-
"User-Agent": "@credal/sdk/0.0.20",
128+
"X-Fern-SDK-Version": "0.0.21",
129+
"User-Agent": "@credal/sdk/0.0.21",
130130
"X-Fern-Runtime": core.RUNTIME.type,
131131
"X-Fern-Runtime-Version": core.RUNTIME.version,
132132
},
@@ -214,8 +214,8 @@ export class DocumentCatalog {
214214
Authorization: await this._getAuthorizationHeader(),
215215
"X-Fern-Language": "JavaScript",
216216
"X-Fern-SDK-Name": "@credal/sdk",
217-
"X-Fern-SDK-Version": "0.0.20",
218-
"User-Agent": "@credal/sdk/0.0.20",
217+
"X-Fern-SDK-Version": "0.0.21",
218+
"User-Agent": "@credal/sdk/0.0.21",
219219
"X-Fern-Runtime": core.RUNTIME.type,
220220
"X-Fern-Runtime-Version": core.RUNTIME.version,
221221
},

src/api/resources/documentCollections/client/Client.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export class DocumentCollections {
6363
Authorization: await this._getAuthorizationHeader(),
6464
"X-Fern-Language": "JavaScript",
6565
"X-Fern-SDK-Name": "@credal/sdk",
66-
"X-Fern-SDK-Version": "0.0.20",
67-
"User-Agent": "@credal/sdk/0.0.20",
66+
"X-Fern-SDK-Version": "0.0.21",
67+
"User-Agent": "@credal/sdk/0.0.21",
6868
"X-Fern-Runtime": core.RUNTIME.type,
6969
"X-Fern-Runtime-Version": core.RUNTIME.version,
7070
},
@@ -135,8 +135,8 @@ export class DocumentCollections {
135135
Authorization: await this._getAuthorizationHeader(),
136136
"X-Fern-Language": "JavaScript",
137137
"X-Fern-SDK-Name": "@credal/sdk",
138-
"X-Fern-SDK-Version": "0.0.20",
139-
"User-Agent": "@credal/sdk/0.0.20",
138+
"X-Fern-SDK-Version": "0.0.21",
139+
"User-Agent": "@credal/sdk/0.0.21",
140140
"X-Fern-Runtime": core.RUNTIME.type,
141141
"X-Fern-Runtime-Version": core.RUNTIME.version,
142142
},
@@ -205,8 +205,8 @@ export class DocumentCollections {
205205
Authorization: await this._getAuthorizationHeader(),
206206
"X-Fern-Language": "JavaScript",
207207
"X-Fern-SDK-Name": "@credal/sdk",
208-
"X-Fern-SDK-Version": "0.0.20",
209-
"User-Agent": "@credal/sdk/0.0.20",
208+
"X-Fern-SDK-Version": "0.0.21",
209+
"User-Agent": "@credal/sdk/0.0.21",
210210
"X-Fern-Runtime": core.RUNTIME.type,
211211
"X-Fern-Runtime-Version": core.RUNTIME.version,
212212
},
@@ -273,8 +273,8 @@ export class DocumentCollections {
273273
Authorization: await this._getAuthorizationHeader(),
274274
"X-Fern-Language": "JavaScript",
275275
"X-Fern-SDK-Name": "@credal/sdk",
276-
"X-Fern-SDK-Version": "0.0.20",
277-
"User-Agent": "@credal/sdk/0.0.20",
276+
"X-Fern-SDK-Version": "0.0.21",
277+
"User-Agent": "@credal/sdk/0.0.21",
278278
"X-Fern-Runtime": core.RUNTIME.type,
279279
"X-Fern-Runtime-Version": core.RUNTIME.version,
280280
},
@@ -357,8 +357,8 @@ export class DocumentCollections {
357357
Authorization: await this._getAuthorizationHeader(),
358358
"X-Fern-Language": "JavaScript",
359359
"X-Fern-SDK-Name": "@credal/sdk",
360-
"X-Fern-SDK-Version": "0.0.20",
361-
"User-Agent": "@credal/sdk/0.0.20",
360+
"X-Fern-SDK-Version": "0.0.21",
361+
"User-Agent": "@credal/sdk/0.0.21",
362362
"X-Fern-Runtime": core.RUNTIME.type,
363363
"X-Fern-Runtime-Version": core.RUNTIME.version,
364364
},
@@ -443,8 +443,8 @@ export class DocumentCollections {
443443
Authorization: await this._getAuthorizationHeader(),
444444
"X-Fern-Language": "JavaScript",
445445
"X-Fern-SDK-Name": "@credal/sdk",
446-
"X-Fern-SDK-Version": "0.0.20",
447-
"User-Agent": "@credal/sdk/0.0.20",
446+
"X-Fern-SDK-Version": "0.0.21",
447+
"User-Agent": "@credal/sdk/0.0.21",
448448
"X-Fern-Runtime": core.RUNTIME.type,
449449
"X-Fern-Runtime-Version": core.RUNTIME.version,
450450
},

src/api/resources/permissionsService/client/Client.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export class PermissionsService {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@credal/sdk",
62-
"X-Fern-SDK-Version": "0.0.20",
63-
"User-Agent": "@credal/sdk/0.0.20",
62+
"X-Fern-SDK-Version": "0.0.21",
63+
"User-Agent": "@credal/sdk/0.0.21",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
},
@@ -137,8 +137,8 @@ export class PermissionsService {
137137
Authorization: await this._getAuthorizationHeader(),
138138
"X-Fern-Language": "JavaScript",
139139
"X-Fern-SDK-Name": "@credal/sdk",
140-
"X-Fern-SDK-Version": "0.0.20",
141-
"User-Agent": "@credal/sdk/0.0.20",
140+
"X-Fern-SDK-Version": "0.0.21",
141+
"User-Agent": "@credal/sdk/0.0.21",
142142
"X-Fern-Runtime": core.RUNTIME.type,
143143
"X-Fern-Runtime-Version": core.RUNTIME.version,
144144
},
@@ -207,8 +207,8 @@ export class PermissionsService {
207207
Authorization: await this._getAuthorizationHeader(),
208208
"X-Fern-Language": "JavaScript",
209209
"X-Fern-SDK-Name": "@credal/sdk",
210-
"X-Fern-SDK-Version": "0.0.20",
211-
"User-Agent": "@credal/sdk/0.0.20",
210+
"X-Fern-SDK-Version": "0.0.21",
211+
"User-Agent": "@credal/sdk/0.0.21",
212212
"X-Fern-Runtime": core.RUNTIME.type,
213213
"X-Fern-Runtime-Version": core.RUNTIME.version,
214214
},

src/api/resources/search/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export class Search {
6969
Authorization: await this._getAuthorizationHeader(),
7070
"X-Fern-Language": "JavaScript",
7171
"X-Fern-SDK-Name": "@credal/sdk",
72-
"X-Fern-SDK-Version": "0.0.20",
73-
"User-Agent": "@credal/sdk/0.0.20",
72+
"X-Fern-SDK-Version": "0.0.21",
73+
"User-Agent": "@credal/sdk/0.0.21",
7474
"X-Fern-Runtime": core.RUNTIME.type,
7575
"X-Fern-Runtime-Version": core.RUNTIME.version,
7676
},

src/api/resources/users/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export class Users {
6161
Authorization: await this._getAuthorizationHeader(),
6262
"X-Fern-Language": "JavaScript",
6363
"X-Fern-SDK-Name": "@credal/sdk",
64-
"X-Fern-SDK-Version": "0.0.20",
65-
"User-Agent": "@credal/sdk/0.0.20",
64+
"X-Fern-SDK-Version": "0.0.21",
65+
"User-Agent": "@credal/sdk/0.0.21",
6666
"X-Fern-Runtime": core.RUNTIME.type,
6767
"X-Fern-Runtime-Version": core.RUNTIME.version,
6868
},

src/serialization/resources/copilots/types/WebSearchResult.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ export const WebSearchResult: core.serialization.ObjectSchema<serializers.WebSea
1010
core.serialization.object({
1111
title: core.serialization.string(),
1212
url: core.serialization.string(),
13-
content: core.serialization.string(),
13+
contents: core.serialization.string(),
1414
});
1515

1616
export declare namespace WebSearchResult {
1717
interface Raw {
1818
title: string;
1919
url: string;
20-
content: string;
20+
contents: string;
2121
}
2222
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.0.20";
1+
export const SDK_VERSION = "0.0.21";

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@
663663
form-data "^4.0.0"
664664

665665
"@types/node@*":
666-
version "22.13.0"
667-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
668-
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
666+
version "22.13.1"
667+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
668+
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
669669
dependencies:
670670
undici-types "~6.20.0"
671671

@@ -1124,9 +1124,9 @@ camelcase@^6.2.0:
11241124
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
11251125

11261126
caniuse-lite@^1.0.30001688:
1127-
version "1.0.30001696"
1128-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001696.tgz#00c30a2fc11e3c98c25e5125418752af3ae2f49f"
1129-
integrity sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==
1127+
version "1.0.30001697"
1128+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001697.tgz#040bbbb54463c4b4b3377c716b34a322d16e6fc7"
1129+
integrity sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==
11301130

11311131
chalk@^4.0.0, chalk@^4.1.0:
11321132
version "4.1.2"
@@ -1316,9 +1316,9 @@ dunder-proto@^1.0.1:
13161316
gopd "^1.2.0"
13171317

13181318
electron-to-chromium@^1.5.73:
1319-
version "1.5.90"
1320-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.90.tgz#4717e5a5413f95bbb12d0af14c35057e9c65e0b6"
1321-
integrity sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==
1319+
version "1.5.92"
1320+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.92.tgz#81e8ebe06f8e2a49fdba84bd10e9ad5b63efffe0"
1321+
integrity sha512-BeHgmNobs05N1HMmMZ7YIuHfYBGlq/UmvlsTgg+fsbFs9xVMj+xJHFg19GN04+9Q+r8Xnh9LXqaYIyEWElnNgQ==
13221322

13231323
emittery@^0.13.1:
13241324
version "0.13.1"
@@ -1331,9 +1331,9 @@ emoji-regex@^8.0.0:
13311331
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
13321332

13331333
enhanced-resolve@^5.0.0, enhanced-resolve@^5.17.1:
1334-
version "5.18.0"
1335-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz#91eb1db193896b9801251eeff1c6980278b1e404"
1336-
integrity sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==
1334+
version "5.18.1"
1335+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz#728ab082f8b7b6836de51f1637aab5d3b9568faf"
1336+
integrity sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==
13371337
dependencies:
13381338
graceful-fs "^4.2.4"
13391339
tapable "^2.2.0"
@@ -2439,9 +2439,9 @@ nwsapi@^2.2.2:
24392439
integrity sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==
24402440

24412441
object-inspect@^1.13.3:
2442-
version "1.13.3"
2443-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
2444-
integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==
2442+
version "1.13.4"
2443+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
2444+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
24452445

24462446
once@^1.3.0:
24472447
version "1.4.0"
@@ -2724,9 +2724,9 @@ semver@^6.3.0, semver@^6.3.1:
27242724
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
27252725

27262726
semver@^7.3.4, semver@^7.5.3, semver@^7.5.4:
2727-
version "7.7.0"
2728-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
2729-
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
2727+
version "7.7.1"
2728+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
2729+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
27302730

27312731
serialize-javascript@^6.0.2:
27322732
version "6.0.2"
@@ -2927,9 +2927,9 @@ terser-webpack-plugin@^5.3.10:
29272927
terser "^5.31.1"
29282928

29292929
terser@^5.31.1:
2930-
version "5.37.0"
2931-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.37.0.tgz#38aa66d1cfc43d0638fab54e43ff8a4f72a21ba3"
2932-
integrity sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==
2930+
version "5.38.0"
2931+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.38.0.tgz#df742bb69ee556c29650e926ff154d116f4ccf79"
2932+
integrity sha512-a4GD5R1TjEeuCT6ZRiYMHmIf7okbCPEuhQET8bczV6FrQMMlFXA1n+G0KKjdlFCm3TEHV77GxfZB3vZSUQGFpg==
29332933
dependencies:
29342934
"@jridgewell/source-map" "^0.3.3"
29352935
acorn "^8.8.2"

0 commit comments

Comments
 (0)