Unverified Commit 9ed545c3 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

bump dependency (#2931)

parent 8bc74a2c
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/js-base64": "^2.3.1", "@types/js-base64": "^2.3.1",
"@types/js-yaml": "^3.12.5", "@types/js-yaml": "^3.12.5",
"@types/mocha": "^5.2.5", "@types/mocha": "^8.0.3",
"@types/node": "10.12.18", "@types/node": "10.12.18",
"@types/request": "^2.47.1", "@types/request": "^2.47.1",
"@types/rx": "^4.1.1", "@types/rx": "^4.1.1",
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
"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": "^7.1.1", "mocha": "^8.1.3",
"npx": "^10.2.0", "npx": "^10.2.2",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"request": "^2.87.0", "request": "^2.87.0",
"rmdir": "^1.2.0", "rmdir": "^1.2.0",
...@@ -71,10 +71,12 @@ ...@@ -71,10 +71,12 @@
"node.extend": "^1.1.7", "node.extend": "^1.1.7",
"hoek": "^4.2.1", "hoek": "^4.2.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"npm": "^6.13.4",
"acorn": ">=7.1.1", "acorn": ">=7.1.1",
"node-forge": "^0.10.0", "node-forge": "^0.10.0",
"dot-prop": "^4.2.1" "dot-prop": "^4.2.1",
"npm": ">=6.14.8",
"yargs": ">=16.0.3",
"yargs-parser": ">=20.2.0"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
......
This diff is collapsed.
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
] ]
}, },
"resolutions": { "resolutions": {
"npm": ">=6.14.4" "npm": ">=6.14.4",
"yargs": ">=16.0.3"
} }
} }
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