Skip to content

Commit 9f2f469

Browse files
committed
fix vulns
1 parent 1164bca commit 9f2f469

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,18 @@
4949
"last 1 firefox version",
5050
"last 1 safari version"
5151
]
52+
},
53+
"pnpm": {
54+
"overrides": {
55+
"postcss@<8.4.31": ">=8.4.31",
56+
"@adobe/css-tools@<4.3.1": ">=4.3.1",
57+
"nth-check@<2.0.1": ">=2.0.1",
58+
"@adobe/css-tools@<4.3.2": ">=4.3.2",
59+
"follow-redirects@<1.15.4": ">=1.15.4",
60+
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
61+
"express@<4.19.2": ">=4.19.2",
62+
"follow-redirects@<=1.15.5": ">=1.15.6",
63+
"@babel/traverse@<7.23.2": ">=7.23.2"
64+
}
5265
}
5366
}

0 commit comments

Comments
 (0)