chore(deps-dev): bump redis from 4.6.12 to 4.6.13

Bumps [redis](https://github.com/redis/node-redis) from 4.6.12 to 4.6.13.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.12...redis@4.6.13)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-06 00:32:57 +00:00
committed by GitHub
parent 180bdf6778
commit 5db3b5d034
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -113,7 +113,7 @@
"nodemon": "3.0.3",
"nyc": "14.1.1",
"prettier": "3.2.4",
"redis": "4.6.12",
"redis": "4.6.13",
"rxjs-compat": "6.6.7",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
@@ -6274,9 +6274,9 @@
}
},
"node_modules/@redis/client": {
"version": "1.5.13",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.13.tgz",
"integrity": "sha512-epkUM9D0Sdmt93/8Ozk43PNjLi36RZzG+d/T1Gdu5AI8jvghonTeLYV69WVWdilvFo+PYxbP0TZ0saMvr6nscQ==",
"version": "1.5.14",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.14.tgz",
"integrity": "sha512-YGn0GqsRBFUQxklhY7v562VMOP0DcmlrHHs3IV1mFE3cbxe31IITUkqhBcIhVSI/2JqtWAJXg5mjV4aU+zD0HA==",
"dev": true,
"dependencies": {
"cluster-key-slot": "1.1.2",
@@ -28269,13 +28269,13 @@
}
},
"node_modules/redis": {
"version": "4.6.12",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.12.tgz",
"integrity": "sha512-41Xuuko6P4uH4VPe5nE3BqXHB7a9lkFL0J29AlxKaIfD6eWO8VO/5PDF9ad2oS+mswMsfFxaM5DlE3tnXT+P8Q==",
"version": "4.6.13",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.13.tgz",
"integrity": "sha512-MHgkS4B+sPjCXpf+HfdetBwbRz6vCtsceTmw1pHNYJAsYxrfpOP6dz+piJWGos8wqG7qb3vj/Rrc5qOlmInUuA==",
"dev": true,
"dependencies": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.13",
"@redis/client": "1.5.14",
"@redis/graph": "1.1.1",
"@redis/json": "1.0.6",
"@redis/search": "1.1.6",

View File

@@ -161,7 +161,7 @@
"nodemon": "3.0.3",
"nyc": "14.1.1",
"prettier": "3.2.4",
"redis": "4.6.12",
"redis": "4.6.13",
"rxjs-compat": "6.6.7",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",