chore: update dependencies to latest versions

Update @anthropic-ai/sdk from 0.74.0 to 0.78.0, @google/genai from 1.41.0 to 1.42.0, and dev dependencies @types/node, happy-dom, and svelte-check to their latest patch versions.
This commit is contained in:
Andrew Beal 2026-02-19 21:10:54 +00:00
parent 8c29f6ddd0
commit 723223fd29
2 changed files with 13 additions and 13 deletions

16
package-lock.json generated
View file

@ -9,8 +9,8 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@google/genai": "^1.41.0",
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^1.42.0",
"@shikijs/rehype": "^3.22.0",
"core-js": "^3.48.0",
"diff": "^8.0.3",
@ -41,7 +41,7 @@
"@eslint/js": "^9.39.2",
"@testing-library/svelte": "^5.3.1",
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/path-browserify": "^1.0.3",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
@ -52,10 +52,10 @@
"eslint": "^9.39.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-obsidianmd": "^0.1.9",
"happy-dom": "^20.6.1",
"happy-dom": "^20.6.3",
"obsidian": "latest",
"svelte": "^5.53.0",
"svelte-check": "^4.4.0",
"svelte-check": "^4.4.1",
"svelte-preprocess": "^6.0.3",
"tslib": "2.8.1",
"typescript": "^5.9.3",
@ -63,9 +63,9 @@
}
},
"node_modules/@anthropic-ai/sdk": {
"version": "0.74.0",
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.74.0.tgz",
"integrity": "sha512-srbJV7JKsc5cQ6eVuFzjZO7UR3xEPJqPamHFIe29bs38Ij2IripoAhC0S5NslNbaFUYqBKypmmpzMTpqfHEUDw==",
"version": "0.78.0",
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.78.0.tgz",
"integrity": "sha512-PzQhR715td/m1UaaN5hHXjYB8Gl2lF9UVhrrGrZeysiF6Rb74Wc9GCB8hzLdzmQtBd1qe89F9OptgB9Za1Ib5w==",
"license": "MIT",
"dependencies": {
"json-schema-to-ts": "^3.1.1"

View file

@ -23,7 +23,7 @@
"@eslint/js": "^9.39.2",
"@testing-library/svelte": "^5.3.1",
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/path-browserify": "^1.0.3",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
@ -34,10 +34,10 @@
"eslint": "^9.39.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-obsidianmd": "^0.1.9",
"happy-dom": "^20.6.1",
"happy-dom": "^20.6.3",
"obsidian": "latest",
"svelte": "^5.53.0",
"svelte-check": "^4.4.0",
"svelte-check": "^4.4.1",
"svelte-preprocess": "^6.0.3",
"tslib": "2.8.1",
"typescript": "^5.9.3",
@ -47,8 +47,8 @@
"minimatch": ">=10.2.1"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@google/genai": "^1.41.0",
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^1.42.0",
"@shikijs/rehype": "^3.22.0",
"core-js": "^3.48.0",
"diff": "^8.0.3",