Skip to content

Commit c790678

Browse files
committed
fix: address vulnerability on dependencies
1 parent 110732d commit c790678

2 files changed

Lines changed: 12 additions & 47 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"resolutions": {
141141
"semver": ">=7",
142142
"braces": ">=3.0.3",
143-
"ws": ">=7.5.10"
143+
"ws": ">=7.5.10",
144+
"cross-spawn": ">=7.0.5"
144145
},
145146
"babelMacros": {
146147
"twin": {
@@ -156,4 +157,4 @@
156157
"path-to-regexp@>=2.0.0 <3.3.0": "=3.3.0"
157158
}
158159
}
159-
}
160+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)