Unverified Commit 2c5bde71 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Fix security alerts (#2251)

parent 0e621220
...@@ -112,7 +112,7 @@ jobs: ...@@ -112,7 +112,7 @@ jobs:
dependsOn: version_number_validation dependsOn: version_number_validation
condition: succeeded() condition: succeeded()
pool: pool:
vmImage: 'macOS 10.15' vmImage: 'macOS-10.15'
strategy: strategy:
matrix: matrix:
Python36: Python36:
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
"chai": "^4.1.2", "chai": "^4.1.2",
"eslint": "^6.7.2", "eslint": "^6.7.2",
"glob": "^7.1.3", "glob": "^7.1.3",
"mocha": "^5.2.0", "mocha": "^7.1.1",
"npx": "^10.2.0", "npx": "^10.2.0",
"nyc": "^13.1.0", "nyc": "^15.0.0",
"request": "^2.87.0", "request": "^2.87.0",
"rmdir": "^1.2.0", "rmdir": "^1.2.0",
"tmp": "^0.0.33", "tmp": "^0.0.33",
...@@ -59,7 +59,6 @@ ...@@ -59,7 +59,6 @@
}, },
"resolutions": { "resolutions": {
"mem": "^4.0.0", "mem": "^4.0.0",
"handlebars": "^4.5.3",
"lodash": "^4.17.13", "lodash": "^4.17.13",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"node.extend": "^1.1.7", "node.extend": "^1.1.7",
......
This diff is collapsed.
...@@ -92,5 +92,8 @@ ...@@ -92,5 +92,8 @@
"presets": [ "presets": [
"react-app" "react-app"
] ]
},
"resolutions": {
"npm": ">=6.14.4"
} }
} }
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment