fix: added dependencies and dev dependences for minimatch and loader-utils at or beyond patched versions.
This commit is contained in:
+6
-2
@@ -23,7 +23,9 @@
|
|||||||
"react-router-dom": "^6.3.0",
|
"react-router-dom": "^6.3.0",
|
||||||
"react-scripts": "5.0.1",
|
"react-scripts": "5.0.1",
|
||||||
"web-vitals": "^2.1.4",
|
"web-vitals": "^2.1.4",
|
||||||
"terser": ">=5.14.2"
|
"terser": ">=5.14.2",
|
||||||
|
"minimatch": ">=3.0.5",
|
||||||
|
"loader-utils": ">=2.0.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "set HTTPS=true&&react-scripts start",
|
"start": "set HTTPS=true&&react-scripts start",
|
||||||
@@ -54,6 +56,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-react-app": "^7.0.1",
|
"eslint-config-react-app": "^7.0.1",
|
||||||
"jest-editor-support": "^30.1.0",
|
"jest-editor-support": "^30.1.0",
|
||||||
"terser": ">=5.14.2"
|
"terser": ">=5.14.2",
|
||||||
|
"minimatch": ">=3.0.5",
|
||||||
|
"loader-utils": ">=2.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user