Skip to content

Commit

Permalink
fix(package): fix vulnerable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 13, 2020
1 parent b65d23a commit 3071ae3
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 1,072 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/qiwi/event-transmitter#readme",
"dependencies": {
"@qiwi/substrate": "^1.18.34",
"@qiwi/substrate": "^1.18.35",
"@types/lodash.once": "^4.1.6",
"fast-luhn": "^1.1.1",
"lodash.once": "^4.1.1",
Expand All @@ -71,19 +71,19 @@
"@types/lodash.set": "^4.3.6",
"@types/platform": "^1.3.2",
"@types/safe-json-stringify": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"coveralls": "^3.1.0",
"cross-fetch": "^3.0.5",
"eslint": "^7.4.0",
"eslint-config-qiwi": "1.4.0",
"eslint-config-qiwi": "1.6.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"jest": "^26.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"terser": "^4.8.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.2",
"typedoc": "^0.17.8",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.6",
Expand Down
Loading

0 comments on commit 3071ae3

Please sign in to comment.