Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Aug 7, 2024
1 parent 1f758e1 commit bc3f183
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: latest

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
},
"dependencies": {
"socks": "^2.8.2",
"undici": "^6.19.4"
"undici": "^6.19.5"
},
"devDependencies": {
"@e9x/simple-socks": "1.0.0",
"@jest/globals": "^29.7.0",
"@kaciras/eslint-config-core": "^3.1.0",
"@kaciras/eslint-config-typescript": "^3.1.0",
"@types/ws": "^8.5.11",
"eslint": "^9.7.0",
"@types/ws": "^8.5.12",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"mockttp": "^3.15.0",
"ts-jest": "^29.2.3",
"mockttp": "^3.15.1",
"ts-jest": "^29.2.4",
"type-coverage": "^2.29.1",
"typescript": "^5.5.4",
"ws": "^8.18.0"
Expand Down
Loading

0 comments on commit bc3f183

Please sign in to comment.