Skip to content

Commit

Permalink
perf: up deps, fix some vuls
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Sep 27, 2022
1 parent 0c39e2c commit bd08f24
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@
"postupdate": "yarn && npx yarn-audit-fix && yarn build && yarn test"
},
"dependencies": {
"@qiwi/substrate": "^1.20.14",
"@qiwi/substrate": "^1.20.15",
"lodash": "^4.17.21",
"tslib": "^2.4.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^4.0.8",
"@types/bluebird": "^3.5.36",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"@types/bluebird": "^3.5.37",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.23",
"@types/jest-json-schema": "^6.1.1",
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.185",
"bluebird": "^3.7.2",
"eslint": "^8.20.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-qiwi": "^1.17.4",
"jest": "^28.1.3",
"microbundle": "^0.15.0",
"eslint-config-qiwi": "^1.17.6",
"jest": "^29.0.3",
"microbundle": "^0.15.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"stdout-stderr": "^0.1.13",
"terser": "^5.14.2",
"ts-jest": "^28.0.7",
"typedoc": "^0.23.9",
"terser": "^5.15.0",
"ts-jest": "^29.0.2",
"typedoc": "^0.23.15",
"typedoc-plugin-external-module-name": "^4.0.6",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bd08f24

Please sign in to comment.