Skip to content

Commit

Permalink
Merge pull request #70 from verdaccio/greenkeeper/initial-plugins
Browse files Browse the repository at this point in the history
Update dependencies for plugins 🌴
  • Loading branch information
sergiohgz authored Aug 20, 2019
2 parents 79f94e0 + 97c3bf8 commit 74f6c17
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 312 deletions.
2 changes: 1 addition & 1 deletion plugins/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node": ">=8"
},
"dependencies": {
"express": "4.16.4",
"express": "4.17.1",
"request": "2.88.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws-s3-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@verdaccio/commons-api": "^0.1.2",
"@verdaccio/streams": "^2.0.0",
"aws-sdk": "2.480.0"
"aws-sdk": "2.513.0"
},
"devDependencies": {
"@types/aws-sdk": "2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/google-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"node": ">=8"
},
"dependencies": {
"@google-cloud/datastore": "4.1.3",
"@google-cloud/storage": "2.5.0",
"@google-cloud/datastore": "4.2.0",
"@google-cloud/storage": "3.1.0",
"@verdaccio/commons-api": "^0.1.2",
"@verdaccio/streams": "2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/htpasswd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@verdaccio/file-locking": "1.0.0",
"apache-md5": "1.1.2",
"bcryptjs": "2.4.3",
"http-errors": "1.7.2",
"http-errors": "1.7.3",
"unix-crypt-td-js": "1.0.0"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"@verdaccio/eslint-config": "^8.0.0-next.4",
"@verdaccio/types": "^8.0.0-next.4",
"cross-env": "^5.2.0",
"get-stdin": "^6.0.0",
"get-stdin": "^7.0.0",
"in-publish": "^2.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@verdaccio/streams": "^8.0.0-next.4",
"http-errors": "1.7.2",
"http-errors": "1.7.3",
"memory-fs": "0.4.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 74f6c17

Please sign in to comment.