Files
trezor-suite/packages/request-manager/package.json
dependabot[bot] bc5b787f3e chore(deps): bump ws from 8.16.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 14:24:08 +02:00

23 lines
685 B
JSON

{
"name": "@trezor/request-manager",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:e2e": "yarn g:jest --runInBand -c ../../jest.config.base.js",
"type-check": "yarn g:tsc --build tsconfig.json",
"test:stress": "ts-node -O '{\"module\": \"commonjs\"}' ./e2e/identities-stress.ts"
},
"dependencies": {
"@trezor/utils": "workspace:*",
"socks-proxy-agent": "6.1.1"
},
"devDependencies": {
"ts-node": "^10.9.1",
"ws": "^8.17.1"
}
}