We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd91b2b commit 7c4b82cCopy full SHA for 7c4b82c
2 files changed
package.json
@@ -29,7 +29,11 @@
29
"http-proxy-middleware@>=3.0.0 <3.0.5": "^3.0.5",
30
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
31
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
32
- "lodash@>=4.0.0 <=4.17.22": "^4.17.23"
+ "lodash@>=4.0.0 <=4.17.22": "^4.17.23",
33
+ "minimatch@<3.1.3": ">=3.1.3",
34
+ "minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
35
+ "eslint-plugin-import@2.29.1>minimatch": "3.1.3",
36
+ "rollup@>=4.0.0 <4.59.0": ">=4.59.0"
37
}
38
39
0 commit comments