registry-sync
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "registry-sync", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "synchronize a remote npm registry for private use", | ||
@@ -17,7 +17,7 @@ "repository": "https://github.com/heikkipora/registry-sync", | ||
"dependencies": { | ||
"@babel/runtime": "7.10.3", | ||
"axios": "0.19.2", | ||
"@babel/runtime": "7.11.2", | ||
"axios": "0.20.0", | ||
"bluebird": "3.7.2", | ||
"commander": "5.1.0", | ||
"lodash": "4.17.15", | ||
"commander": "6.0.0", | ||
"lodash": "4.17.20", | ||
"mkdirp": "1.0.4", | ||
@@ -31,15 +31,15 @@ "rimraf": "3.0.2", | ||
"devDependencies": { | ||
"@babel/cli": "7.10.3", | ||
"@babel/core": "7.10.3", | ||
"@babel/plugin-proposal-object-rest-spread": "7.10.3", | ||
"@babel/plugin-transform-runtime": "7.10.3", | ||
"@babel/polyfill": "7.10.1", | ||
"@babel/preset-env": "7.10.3", | ||
"@babel/register": "7.10.3", | ||
"@babel/cli": "7.10.5", | ||
"@babel/core": "7.11.4", | ||
"@babel/plugin-proposal-object-rest-spread": "7.11.0", | ||
"@babel/plugin-transform-runtime": "7.11.0", | ||
"@babel/polyfill": "7.10.4", | ||
"@babel/preset-env": "7.11.0", | ||
"@babel/register": "7.10.5", | ||
"babel-eslint": "10.1.0", | ||
"chai": "4.2.0", | ||
"eslint": "7.3.1", | ||
"eslint-plugin-mocha": "7.0.1", | ||
"eslint": "7.7.0", | ||
"eslint-plugin-mocha": "8.0.0", | ||
"express": "4.17.1", | ||
"mocha": "8.0.1" | ||
"mocha": "8.1.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "keywords": [ |
+ Added@babel/runtime@7.11.2(transitive)
+ Addedaxios@0.20.0(transitive)
+ Addedcommander@6.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedlodash@4.17.20(transitive)
- Removed@babel/runtime@7.10.3(transitive)
- Removedaxios@0.19.2(transitive)
- Removedcommander@5.1.0(transitive)
- Removedfollow-redirects@1.5.10(transitive)
- Removedlodash@4.17.15(transitive)
Updated@babel/runtime@7.11.2
Updatedaxios@0.20.0
Updatedcommander@6.0.0
Updatedlodash@4.17.20