Skip to content

Commit

Permalink
fix(package): up deps, fix vulnerable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 14, 2020
1 parent 16d3c3b commit c47ec56
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 1,787 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"@semantic-release/release-notes-generator": "9.0.1",
"@types/jest": "^26.0.4",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.18",
"@types/node": "^14.0.23",
"codeclimate-test-reporter": "^0.5.1",
"coveralls": "^3.1.0",
"esm": "^3.2.25",
"find-git-root": "^1.0.4",
"jest": "^26.1.0",
"lerna": "^3.22.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"@qiwi/multi-semantic-release": "^3.1.0",
"replace-in-file": "^6.1.0",
"semantic-release": "17.1.1",
"snazzy": "^8.0.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"typedoc": "^0.17.8",
"typescript": "^3.9.6",
"yargs": "^15.4.0",
"yargs": "^15.4.1",
"rimraf": "^3.0.2"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@qiwi/substrate": "^1.18.35",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"jsonrpc-lite": "^2.1.0",
"tslib": "^2.0.0",
"reflect-metadata": "^0.1.13"
Expand All @@ -64,15 +64,15 @@
"semantic-release": "^17.1.1",
"supertest": "^4.0.2",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.6",
"typescript-eslint-parser": "^22.0.0",
"rimraf": "^3.0.2",
"@swissquote/crafty-preset-jest": "^1.11.1"
"@swissquote/crafty-preset-jest": "^1.12.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/expressjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"class-transformer": "^0.2.3",
"class-validator": "^0.12.2",
"jsonrpc-lite": "^2.1.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.0",
"tslib": "^2.0.0"
Expand All @@ -59,7 +59,7 @@
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@swissquote/crafty-preset-jest": "^1.11.1",
"@swissquote/crafty-preset-jest": "^1.12.0",
"@types/jest": "^26.0.4",
"@types/jest-json-schema": "^2.1.2",
"coveralls": "^3.1.0",
Expand All @@ -71,7 +71,7 @@
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"jest": "^26.1.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"microbundle": "^0.12.2",
"semantic-release": "^17.1.1",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.6",
"typescript-eslint-parser": "^22.0.0",
"rimraf": "^3.0.2",
"@swissquote/crafty-preset-jest": "^1.11.1"
"@swissquote/crafty-preset-jest": "^1.12.0"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^7.3.1",
"@nestjs/core": "^7.3.1",
"@nestjs/common": "^7.3.2",
"@nestjs/core": "^7.3.2",
"@qiwi/substrate": "^1.18.35",
"@qiwi/json-rpc-common": "1.1.3",
"expressjs-json-rpc": "1.4.3",
Expand All @@ -51,8 +51,8 @@
},
"devDependencies": {
"@qiwi/libdefkit": "^1.0.2",
"@nestjs/platform-express": "^7.3.1",
"@nestjs/testing": "^7.3.1",
"@nestjs/platform-express": "^7.3.2",
"@nestjs/testing": "^7.3.2",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
Expand All @@ -69,20 +69,20 @@
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"jest": "^26.1.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"microbundle": "^0.12.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"supertest": "^4.0.2",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.6",
"typescript-eslint-parser": "^22.0.0",
"@swissquote/crafty-preset-jest": "^1.11.1"
"@swissquote/crafty-preset-jest": "^1.12.0"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/open-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^7.3.1",
"@nestjs/core": "^7.3.1",
"@nestjs/common": "^7.3.2",
"@nestjs/core": "^7.3.2",
"@qiwi/substrate": "^1.18.35",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
Expand All @@ -49,8 +49,8 @@
},
"devDependencies": {
"@qiwi/libdefkit": "^1.0.2",
"@nestjs/platform-express": "^7.3.1",
"@nestjs/testing": "^7.3.1",
"@nestjs/platform-express": "^7.3.2",
"@nestjs/testing": "^7.3.2",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
Expand All @@ -67,20 +67,20 @@
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"jest": "^26.1.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"microbundle": "^0.12.2",
"semantic-release": "^17.1.1",
"supertest": "^4.0.2",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.6",
"typescript-eslint-parser": "^22.0.0",
"rimraf": "^3.0.2",
"@swissquote/crafty-preset-jest": "^1.11.1"
"@swissquote/crafty-preset-jest": "^1.12.0"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions packages/p3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^7.3.1",
"@nestjs/core": "^7.3.1",
"@nestjs/common": "^7.3.2",
"@nestjs/core": "^7.3.2",
"@qiwi/decorator-utils": "^3.2.0",
"@qiwi/json-rpc-common": "^1.1.2",
"@qiwi/json-rpc-common": "^1.1.3",
"@qiwi/substrate": "^1.18.35",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
"jsonrpc-lite": "^2.1.0",
"nestjs-json-rpc": "^1.1.6",
"nestjs-json-rpc": "^1.1.7",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^1.0.2",
"@nestjs/platform-express": "^7.3.1",
"@nestjs/testing": "^7.3.1",
"@nestjs/platform-express": "^7.3.2",
"@nestjs/testing": "^7.3.2",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@swissquote/crafty-preset-jest": "^1.11.1",
"@swissquote/crafty-preset-jest": "^1.12.0",
"@types/bluebird": "^3.5.32",
"@types/jest": "^26.0.4",
"@types/jest-json-schema": "^2.1.2",
Expand All @@ -71,13 +71,13 @@
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"jest": "^26.1.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"microbundle": "^0.12.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"supertest": "^4.0.2",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"tslint": "^6.1.2",
"tslint-config-qiwi": "^1.5.0",
"typedoc": "^0.17.8",
Expand Down
Loading

0 comments on commit c47ec56

Please sign in to comment.