fix: update langchainjs (#2136)

quick update of the langchainjs example to quiet down some dependency security scanner noise

Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
Dave 2024-04-25 18:47:35 -04:00 committed by GitHub
parent c8dd8e5ef4
commit eed285f9de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1407 additions and 255 deletions

View file

@ -8,7 +8,8 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"outDir": "./dist"
"outDir": "./dist",
"skipLibCheck": true
},
"include": ["src", "test"],
"exclude": ["node_modules", "dist"]