Skip to content

Commit eeb96d6

Browse files
committed
chore: forced resolution for known vulnerabilities
Signed-off-by: phillip olesen <[email protected]>
1 parent a3cc1b5 commit eeb96d6

File tree

2 files changed

+26
-231
lines changed

2 files changed

+26
-231
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
"nx": "^22.1.3"
102102
},
103103
"resolutions": {
104-
"jose": "^5.10.0"
104+
"jose": "^5.10.0",
105+
"node-forge": "^1.3.2",
106+
"js-yaml": "^3.14.2",
107+
"tmp": "^0.2.4",
108+
"tar-fs": "^2.1.4",
109+
"glob": "^10.5.0"
105110
}
106111
}

0 commit comments

Comments
 (0)