Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspaces/mcp-integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@microsoft/api-extractor": "7.57.6"
"@microsoft/api-extractor": "7.57.7"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
18 changes: 9 additions & 9 deletions workspaces/mcp-integrations/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6535,9 +6535,9 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-extractor@npm:7.57.6":
version: 7.57.6
resolution: "@microsoft/api-extractor@npm:7.57.6"
"@microsoft/api-extractor@npm:7.57.7":
version: 7.57.7
resolution: "@microsoft/api-extractor@npm:7.57.7"
dependencies:
"@microsoft/api-extractor-model": "npm:7.33.4"
"@microsoft/tsdoc": "npm:~0.16.0"
Expand All @@ -6548,14 +6548,14 @@ __metadata:
"@rushstack/ts-command-line": "npm:5.3.3"
diff: "npm:~8.0.2"
lodash: "npm:~4.17.23"
minimatch: "npm:10.2.1"
minimatch: "npm:10.2.3"
resolve: "npm:~1.22.1"
semver: "npm:~7.5.4"
source-map: "npm:~0.6.1"
typescript: "npm:5.8.2"
bin:
api-extractor: bin/api-extractor
checksum: 10c0/2f4598cc6b7cb6acc65e2029dabb7c8679495a95ed36708264088eed4a7cacb62e7f69662f71ab61e273a6441c66ae3c392f605a512fb9a4e7f9211f702287ac
checksum: 10c0/3a03fa82c3ca57cabd3350339ccfc1910b78b091cc3dbe4c413654b139a2aefef5b0fb634b5602ee6b13512545e218b07efad584098d0f2d55ed8bb69c659ba3
languageName: node
linkType: hard

Expand Down Expand Up @@ -25100,12 +25100,12 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:10.2.1":
version: 10.2.1
resolution: "minimatch@npm:10.2.1"
"minimatch@npm:10.2.3":
version: 10.2.3
resolution: "minimatch@npm:10.2.3"
dependencies:
brace-expansion: "npm:^5.0.2"
checksum: 10c0/86c3ed013630e820fda00336ee786a03098723b60bfae452de6306708fc83619df40a99dc6ec59c97d14e25b3b3371669a04e5bf508b1b00339b20229c4907d2
checksum: 10c0/d9ae5f355e8bb77a42dd8c20b950141cec8773ef8716a2bb6df7a6840cc44a00ed828883884e4f1c7b5cb505fa06a17e3ea9ca2edb18fd1dec865ea7f9fcf0e5
languageName: node
linkType: hard

Expand Down
Loading