Skip to content

Commit b64edb9

Browse files
committed
Add Yarn resolutions for jws vulnerability fix (UID2-6367)
- Add resolutions field to package.json for Yarn v1 compatibility - Update yarn.lock to enforce jws@4.0.1 via resolution - Ensures both npm (overrides) and yarn (resolutions) use secure jws version
1 parent 1eff8ef commit b64edb9

2 files changed

Lines changed: 125 additions & 161 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,8 @@
8787
},
8888
"overrides": {
8989
"jws": "4.0.1"
90+
},
91+
"resolutions": {
92+
"jws": "4.0.1"
9093
}
9194
}

0 commit comments

Comments
 (0)