Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 26, 2021
1 parent 2b9e40b commit 5f4e5f6
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 138 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^16.6.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.4",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@bunt/unit": "^0.19.12",
"@bunt/util": "^0.19.12",
"@types/minio": "^7.0.8",
"minio": "^7.0.18"
"minio": "^7.0.19"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@bunt/unit": "^0.19.12",
"@bunt/util": "^0.19.12",
"@types/ioredis": "^4.26.7",
"ioredis": "^4.27.7"
"@types/ioredis": "^4.27.0",
"ioredis": "^4.27.8"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@bunt/util": "^0.19.12",
"@bunt/web": "^0.19.12",
"@types/ws": "^7.4.6",
"ws": "^8.1.0"
"ws": "^8.2.0"
},
"license": "MIT",
"devDependencies": {
Expand Down
Loading

0 comments on commit 5f4e5f6

Please sign in to comment.