Skip to content

Commit 66abea7

Browse files
gjtorikianclaude
andcommitted
Fix Dependabot security alerts for js-yaml and lodash
Bump js-yaml to ^4.1.1 (prototype pollution fix) and add overrides for js-yaml and lodash (^4.17.23) to patch transitive dependencies from openapi-to-postmanv2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d03f956 commit 66abea7

2 files changed

Lines changed: 11 additions & 23 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
"generate:postman:local": "tsx scripts/postman/generate.ts --local"
99
},
1010
"dependencies": {
11-
"js-yaml": "^4.1.0",
11+
"js-yaml": "^4.1.1",
1212
"openapi-to-postmanv2": "^5.8.0"
1313
},
14+
"overrides": {
15+
"js-yaml": "^4.1.1",
16+
"lodash": "^4.17.23"
17+
},
1418
"devDependencies": {
1519
"@types/js-yaml": "^4.0.9",
1620
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)