Skip to content

Commit

Permalink
chore: pin ioredis
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Apr 8, 2024
1 parent 8f97a48 commit 393da5c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"dotenv": "16.3.1",
"dotenv-expand": "10.0.0",
"fastify": "4.22.0",
"ioredis": "5.3.2",
"lodash": "^4.17.21",
"mongoose": "^6.1.0",
"mongoose-update-if-current": "^1.4.0",
Expand Down
32 changes: 32 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4026,6 +4026,13 @@ __metadata:
languageName: node
linkType: hard

"@ioredis/commands@npm:^1.1.1":
version: 1.2.0
resolution: "@ioredis/commands@npm:1.2.0"
checksum: 9b20225ba36ef3e5caf69b3c0720597c3016cc9b1e157f519ea388f621dd9037177f84cfe7e25c4c32dad7dd90c70ff9123cd411f747e053cf292193c9c461e2
languageName: node
linkType: hard

"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
Expand Down Expand Up @@ -11650,6 +11657,13 @@ __metadata:
languageName: node
linkType: hard

"denque@npm:^2.1.0":
version: 2.1.0
resolution: "denque@npm:2.1.0"
checksum: 1d4ae1d05e59ac3a3481e7b478293f4b4c813819342273f3d5b826c7ffa9753c520919ba264f377e09108d24ec6cf0ec0ac729a5686cbb8f32d797126c5dae74
languageName: node
linkType: hard

"depd@npm:2.0.0":
version: 2.0.0
resolution: "depd@npm:2.0.0"
Expand Down Expand Up @@ -15005,6 +15019,23 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:5.3.2":
version: 5.3.2
resolution: "ioredis@npm:5.3.2"
dependencies:
"@ioredis/commands": ^1.1.1
cluster-key-slot: ^1.1.0
debug: ^4.3.4
denque: ^2.1.0
lodash.defaults: ^4.2.0
lodash.isarguments: ^3.1.0
redis-errors: ^1.2.0
redis-parser: ^3.0.0
standard-as-callback: ^2.1.0
checksum: 9a23559133e862a768778301efb68ae8c2af3c33562174b54a4c2d6574b976e85c75a4c34857991af733e35c48faf4c356e7daa8fb0a3543d85ff1768c8754bc
languageName: node
linkType: hard

"ioredis@npm:^4.28.5":
version: 4.28.5
resolution: "ioredis@npm:4.28.5"
Expand Down Expand Up @@ -22917,6 +22948,7 @@ __metadata:
fastify: 4.22.0
glob: ^10.3.10
husky: ^7.0.4
ioredis: 5.3.2
jest: 29.4.3
jest-environment-jsdom: 28.1.3
jest-environment-node: ^29.4.1
Expand Down

0 comments on commit 393da5c

Please sign in to comment.