Skip to content

Commit

Permalink
fix: update dependencies (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Jul 10, 2020
1 parent 2e40ebb commit 1e7aeec
Show file tree
Hide file tree
Showing 6 changed files with 887 additions and 690 deletions.
2 changes: 1 addition & 1 deletion core/commons-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">=8"
},
"dependencies": {
"http-errors": "1.7.3",
"http-errors": "1.8.0",
"http-status-codes": "1.4.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@types/express": "^4.17.2",
"@types/http-errors": "^1.6.3",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.149",
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.4",
"@types/lodash": "^4.14.157",
"@types/memory-fs": "^0.3.2",
"@types/node": "^13.1.1",
"@types/request": "^2.48.4",
Expand All @@ -25,7 +25,7 @@
"jest": "^26.0.1",
"lerna": "^3.22.0",
"lint-staged": "^9.5.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"prettier": "^1.19.1",
"snyk": "^1.336.0",
"typescript": "^3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion plugins/htpasswd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@verdaccio/file-locking": "^9.7.0",
"apache-md5": "1.1.2",
"bcryptjs": "2.4.3",
"http-errors": "1.7.3",
"http-errors": "1.8.0",
"unix-crypt-td-js": "1.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@verdaccio/streams": "^9.7.0",
"async": "3.2.0",
"level": "5.0.1",
"lodash": "4.17.15",
"lodash": "4.17.19",
"mkdirp": "0.5.5"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions tools/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
"lib"
],
"dependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/node": "7.10.1",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-export-namespace-from": "7.10.1",
"@babel/plugin-proposal-function-sent": "7.10.1",
"@babel/plugin-proposal-json-strings": "7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
"@babel/plugin-proposal-numeric-separator": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.1",
"@babel/plugin-proposal-throw-expressions": "7.10.1",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/node": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-function-sent": "7.10.4",
"@babel/plugin-proposal-json-strings": "7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
"@babel/plugin-proposal-numeric-separator": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-proposal-optional-chaining": "7.10.4",
"@babel/plugin-proposal-throw-expressions": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.1",
"@babel/plugin-transform-async-to-generator": "7.10.1",
"@babel/plugin-transform-classes": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/polyfill": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/preset-react": "7.10.1",
"@babel/preset-typescript": "7.10.1",
"@babel/register": "7.10.1",
"@babel/runtime": "7.10.2",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.10.4",
"@babel/plugin-transform-classes": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.10.4",
"@babel/runtime": "7.10.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "10.0.29"
"babel-plugin-emotion": "10.0.33"
},
"devDependencies": {
"@verdaccio/eslint-config": "^9.3.2",
Expand Down
Loading

0 comments on commit 1e7aeec

Please sign in to comment.