Skip to content

Commit ea1d339

Browse files
committed
chore(security): dev-only overrides for rollup, flatted, picomatch, minimatch
1 parent bb71ea2 commit ea1d339

2 files changed

Lines changed: 196 additions & 136 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@
100100
"qs@>=6.0.0 <6.14.1": "6.14.1",
101101
"systeminformation@>=5.0.0 <5.27.14": "5.27.14",
102102
"lodash@>=4.0.0 <4.17.23": "4.17.23",
103-
"vite@>=5.0.0 <6.4.2": "^6.4.2"
103+
"vite@>=5.0.0 <6.4.2": "^6.4.2",
104+
"rollup@>=4 <4.59.0": "^4.59.0",
105+
"flatted@<3.4.2": "^3.4.2",
106+
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
107+
"minimatch@>=3 <3.1.3": "^3.1.3"
104108
},
105109
"onlyBuiltDependencies": [
106110
"@depot/cli",

0 commit comments

Comments
 (0)