Skip to content

Commit 3080e7e

Browse files
committed
🔧 Remove js-yaml security override from pnpm config
The js-yaml vulnerability in transitive dependencies has been resolved upstream, making this override no longer necessary.
1 parent 5e35b1c commit 3080e7e

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
"pnpm": {
8080
"overrides": {
8181
"glob": ">=10.5.0",
82-
"brace-expansion": ">=2.0.2",
83-
"js-yaml": ">=4.1.1"
82+
"brace-expansion": ">=2.0.2"
8483
}
8584
}
8685
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)