mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(deps): update dependency @anthropic-ai/sdk to v0.63.0 (#7019)
This commit is contained in:
commit
8bef36c6c7
@ -28,7 +28,7 @@
|
||||
"better-sqlite3": "12.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@anthropic-ai/sdk": "0.62.0",
|
||||
"@anthropic-ai/sdk": "0.63.0",
|
||||
"@braintree/sanitize-url": "7.1.1",
|
||||
"@electron/remote": "2.1.3",
|
||||
"@preact/preset-vite": "2.10.2",
|
||||
|
49
pnpm-lock.yaml
generated
49
pnpm-lock.yaml
generated
@ -450,8 +450,8 @@ importers:
|
||||
version: 12.2.0
|
||||
devDependencies:
|
||||
'@anthropic-ai/sdk':
|
||||
specifier: 0.62.0
|
||||
version: 0.62.0
|
||||
specifier: 0.63.0
|
||||
version: 0.63.0
|
||||
'@braintree/sanitize-url':
|
||||
specifier: 7.1.1
|
||||
version: 7.1.1
|
||||
@ -700,7 +700,7 @@ importers:
|
||||
version: 0.5.18
|
||||
openai:
|
||||
specifier: 5.12.0
|
||||
version: 5.12.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5))(zod@3.24.4)
|
||||
version: 5.12.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5))
|
||||
rand-token:
|
||||
specifier: 1.0.1
|
||||
version: 1.0.1
|
||||
@ -1389,9 +1389,14 @@ packages:
|
||||
'@antfu/utils@9.2.0':
|
||||
resolution: {integrity: sha512-Oq1d9BGZakE/FyoEtcNeSwM7MpDO2vUBi11RWBZXf75zPsbUVWmUs03EqkRFrcgbXyKTas0BdZWC1wcuSoqSAw==}
|
||||
|
||||
'@anthropic-ai/sdk@0.62.0':
|
||||
resolution: {integrity: sha512-gT2VFKX0gSp7KJNlav/vzRFjJOPYDZxCJRx7MYUc+fqURc5aS6OI/UJeD2KytJkjsIWv0OOwH1ePc1S5QE2GZw==}
|
||||
'@anthropic-ai/sdk@0.63.0':
|
||||
resolution: {integrity: sha512-g2KzDcVXxT2d/SMuVJHeJ6T2loj6jFMt+Nj+I6bfwXWNDMoOP0HhiWr+5RivRV7Yv++jBurDGr76XBCc66R79A==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
zod: ^4.0.0
|
||||
peerDependenciesMeta:
|
||||
zod:
|
||||
optional: true
|
||||
|
||||
'@apidevtools/json-schema-ref-parser@9.1.2':
|
||||
resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==}
|
||||
@ -9440,6 +9445,10 @@ packages:
|
||||
resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
|
||||
json-schema-to-ts@3.1.1:
|
||||
resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
json-schema-traverse@0.4.1:
|
||||
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
||||
|
||||
@ -13466,6 +13475,9 @@ packages:
|
||||
truncate-utf8-bytes@1.0.2:
|
||||
resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==}
|
||||
|
||||
ts-algebra@2.0.0:
|
||||
resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
|
||||
|
||||
ts-api-utils@2.1.0:
|
||||
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
|
||||
engines: {node: '>=18.12'}
|
||||
@ -14493,7 +14505,9 @@ snapshots:
|
||||
|
||||
'@antfu/utils@9.2.0': {}
|
||||
|
||||
'@anthropic-ai/sdk@0.62.0': {}
|
||||
'@anthropic-ai/sdk@0.63.0':
|
||||
dependencies:
|
||||
json-schema-to-ts: 3.1.1
|
||||
|
||||
'@apidevtools/json-schema-ref-parser@9.1.2':
|
||||
dependencies:
|
||||
@ -15040,8 +15054,7 @@ snapshots:
|
||||
|
||||
'@babel/runtime@7.27.6': {}
|
||||
|
||||
'@babel/runtime@7.28.4':
|
||||
optional: true
|
||||
'@babel/runtime@7.28.4': {}
|
||||
|
||||
'@babel/template@7.27.0':
|
||||
dependencies:
|
||||
@ -18446,7 +18459,7 @@ snapshots:
|
||||
|
||||
'@radix-ui/react-collection@1.0.1(react-dom@19.1.0(react@16.14.0))(react@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime': 7.28.4
|
||||
'@radix-ui/react-compose-refs': 1.0.0(react@16.14.0)
|
||||
'@radix-ui/react-context': 1.0.0(react@16.14.0)
|
||||
'@radix-ui/react-primitive': 1.0.1(react-dom@19.1.0(react@16.14.0))(react@16.14.0)
|
||||
@ -18456,7 +18469,7 @@ snapshots:
|
||||
|
||||
'@radix-ui/react-compose-refs@1.0.0(react@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime': 7.28.4
|
||||
react: 16.14.0
|
||||
|
||||
'@radix-ui/react-compose-refs@1.1.1(@types/react@19.1.7)(react@16.14.0)':
|
||||
@ -18626,7 +18639,7 @@ snapshots:
|
||||
|
||||
'@radix-ui/react-slot@1.0.1(react@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime': 7.28.4
|
||||
'@radix-ui/react-compose-refs': 1.0.0(react@16.14.0)
|
||||
react: 16.14.0
|
||||
|
||||
@ -18653,7 +18666,7 @@ snapshots:
|
||||
|
||||
'@radix-ui/react-use-callback-ref@1.0.0(react@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime': 7.28.4
|
||||
react: 16.14.0
|
||||
|
||||
'@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.1.7)(react@16.14.0)':
|
||||
@ -18684,7 +18697,7 @@ snapshots:
|
||||
|
||||
'@radix-ui/react-use-layout-effect@1.0.0(react@16.14.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime': 7.28.4
|
||||
react: 16.14.0
|
||||
|
||||
'@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.7)(react@16.14.0)':
|
||||
@ -25301,6 +25314,11 @@ snapshots:
|
||||
|
||||
json-parse-even-better-errors@4.0.0: {}
|
||||
|
||||
json-schema-to-ts@3.1.1:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.28.4
|
||||
ts-algebra: 2.0.0
|
||||
|
||||
json-schema-traverse@0.4.1: {}
|
||||
|
||||
json-schema-traverse@1.0.0: {}
|
||||
@ -26824,10 +26842,9 @@ snapshots:
|
||||
is-inside-container: 1.0.0
|
||||
wsl-utils: 0.1.0
|
||||
|
||||
openai@5.12.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5))(zod@3.24.4):
|
||||
openai@5.12.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5)):
|
||||
optionalDependencies:
|
||||
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
zod: 3.24.4
|
||||
|
||||
openapi-types@12.1.3: {}
|
||||
|
||||
@ -30103,6 +30120,8 @@ snapshots:
|
||||
dependencies:
|
||||
utf8-byte-length: 1.0.5
|
||||
|
||||
ts-algebra@2.0.0: {}
|
||||
|
||||
ts-api-utils@2.1.0(typescript@5.9.2):
|
||||
dependencies:
|
||||
typescript: 5.9.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user