Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@vpriem/geojson": "1.3.0",
"ioredis": "5.7.0"
"ioredis": "5.8.2"
},
"devDependencies": {
"@commitlint/cli": "20.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ __metadata:
languageName: node
linkType: hard

"@ioredis/commands@npm:^1.3.0":
"@ioredis/commands@npm:1.4.0":
version: 1.4.0
resolution: "@ioredis/commands@npm:1.4.0"
checksum: 10/ea299f22057139261ebd7dbc7fc85615e90c254e667620a276d3cf771b9d9190ffbdf25af6586c3f52598a2c830d64bee17f32c3ce734db403e93f73548d54d4
Expand Down Expand Up @@ -1061,7 +1061,7 @@ __metadata:
eslint-import-resolver-typescript: "npm:4.4.4"
eslint-plugin-simple-import-sort: "npm:12.1.1"
husky: "npm:9.1.7"
ioredis: "npm:5.7.0"
ioredis: "npm:5.8.2"
jest: "npm:30.2.0"
lint-staged: "npm:16.2.7"
pinst: "npm:3.0.0"
Expand Down Expand Up @@ -5004,11 +5004,11 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:5.7.0":
version: 5.7.0
resolution: "ioredis@npm:5.7.0"
"ioredis@npm:5.8.2":
version: 5.8.2
resolution: "ioredis@npm:5.8.2"
dependencies:
"@ioredis/commands": "npm:^1.3.0"
"@ioredis/commands": "npm:1.4.0"
cluster-key-slot: "npm:^1.1.0"
debug: "npm:^4.3.4"
denque: "npm:^2.1.0"
Expand All @@ -5017,7 +5017,7 @@ __metadata:
redis-errors: "npm:^1.2.0"
redis-parser: "npm:^3.0.0"
standard-as-callback: "npm:^2.1.0"
checksum: 10/7407736226a866d81110240cb2d67e9c2269f13d84c69391833f26c89ac28cf853ff85d52bc555fcfa0d7553c49441e0a4b5c9a5a95a547b90c42fc1a9f1ba01
checksum: 10/550cbe7bba409b5bc38fa290fd2de7f569548603892904680db0f5e74f7163e52e067428be766d9e4d1a7f1220f93abe8e1687804aab951a96a6dafc289947eb
languageName: node
linkType: hard

Expand Down
Loading