Skip to content

Commit 6c896cb

Browse files
authored
Merge pull request #91 from PMDevSolutions/chore/pin-fast-uri-overrides
chore(deps): pin fast-uri override for security advisory
2 parents 4dc86d1 + 4deca04 commit 6c896cb

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"author": "PAMulligan",
3434
"license": "MIT",
3535
"packageManager": "pnpm@10.15.1",
36+
"pnpm": {
37+
"overrides": {
38+
"fast-uri@<=3.1.0": ">=3.1.1",
39+
"fast-uri@<=3.1.1": ">=3.1.2"
40+
}
41+
},
3642
"devDependencies": {
3743
"@commitlint/cli": "^20.5.0",
3844
"@commitlint/config-conventional": "^20.5.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)