Skip to content

Commit b896fbc

Browse files
fix: override protobufjs to patch CVE GHSA-jvwf-75h9-cwgg (#121)
1 parent f19afe2 commit b896fbc

3 files changed

Lines changed: 14 additions & 68 deletions

File tree

biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"package.json",
1919
"tsconfig.json",
2020
"packages/lexicons/src/lib/lexicons.ts",
21+
"packages/lexicons/lexicons/",
2122
"docs/api/"
2223
]
2324
},

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
"*.{js,ts,cjs,mjs,json}": [
3535
"biome check --write --"
3636
]
37+
},
38+
"pnpm": {
39+
"overrides": {
40+
"protobufjs": ">=7.5.6"
41+
}
3742
}
3843
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)