Skip to content

Commit 53e1563

Browse files
committed
fix pnpm audit recommendations
1 parent f6f2e48 commit 53e1563

File tree

5 files changed

+285
-717
lines changed

5 files changed

+285
-717
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,23 @@
3838
"node-gyp": "^9.3.1",
3939
"npm-run-all": "^4.1.5",
4040
"tslog": "3.3.3"
41+
},
42+
"pnpm": {
43+
"overrides": {
44+
"d3-color@<3.1.0": ">=3.1.0",
45+
"trim@<0.0.3": ">=0.0.3",
46+
"sharp@<0.30.5": ">=0.30.5",
47+
"postcss@<8.4.31": ">=8.4.31",
48+
"sharp@<0.32.6": ">=0.32.6",
49+
"trim-newlines@<3.0.1": ">=3.0.1",
50+
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
51+
"xml2js@<0.5.0": ">=0.5.0",
52+
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
53+
"@babel/traverse@<7.23.2": ">=7.23.2",
54+
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
55+
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
56+
"protobufjs@>=6.10.0 <6.11.4": ">=6.11.4",
57+
"braces@<3.0.3": ">=3.0.3"
58+
}
4159
}
4260
}

0 commit comments

Comments
 (0)