Skip to content

Commit 8437dc2

Browse files
authored
Merge pull request #15 from langchain-ai/security/patch-transitive-dos-deps
fix: patch transitive DoS dependencies
2 parents 381204a + b305f7d commit 8437dc2

2 files changed

Lines changed: 25 additions & 13 deletions

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,12 @@
3939
"typescript": "^5.9.3",
4040
"typescript-eslint": "^8.50.1"
4141
},
42-
"packageManager": "pnpm@10.26.2"
42+
"packageManager": "pnpm@10.26.2",
43+
"pnpm": {
44+
"overrides": {
45+
"js-yaml": "4.3.1",
46+
"brace-expansion@1": "1.1.18",
47+
"brace-expansion@2": "2.1.4"
48+
}
49+
}
4350
}

pnpm-lock.yaml

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)