mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2024-12-22 18:45:32 +00:00
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8c3d5783c0
commit
d7ba6308f3
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.9",
|
||||||
"express": "~4.18.2",
|
"express": "~4.18.2",
|
||||||
"express-actuator": "^1.8.4",
|
"express-actuator": "^1.8.4",
|
||||||
"redis": "^4.6.9",
|
"redis": "^4.6.13",
|
||||||
"winston": "^3.10.0"
|
"winston": "^3.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -189,9 +189,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@redis/client": {
|
"node_modules/@redis/client": {
|
||||||
"version": "1.5.13",
|
"version": "1.5.14",
|
||||||
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.13.tgz",
|
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.14.tgz",
|
||||||
"integrity": "sha512-epkUM9D0Sdmt93/8Ozk43PNjLi36RZzG+d/T1Gdu5AI8jvghonTeLYV69WVWdilvFo+PYxbP0TZ0saMvr6nscQ==",
|
"integrity": "sha512-YGn0GqsRBFUQxklhY7v562VMOP0DcmlrHHs3IV1mFE3cbxe31IITUkqhBcIhVSI/2JqtWAJXg5mjV4aU+zD0HA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cluster-key-slot": "1.1.2",
|
"cluster-key-slot": "1.1.2",
|
||||||
"generic-pool": "3.9.0",
|
"generic-pool": "3.9.0",
|
||||||
|
@ -2507,12 +2507,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/redis": {
|
"node_modules/redis": {
|
||||||
"version": "4.6.12",
|
"version": "4.6.13",
|
||||||
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.12.tgz",
|
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.13.tgz",
|
||||||
"integrity": "sha512-41Xuuko6P4uH4VPe5nE3BqXHB7a9lkFL0J29AlxKaIfD6eWO8VO/5PDF9ad2oS+mswMsfFxaM5DlE3tnXT+P8Q==",
|
"integrity": "sha512-MHgkS4B+sPjCXpf+HfdetBwbRz6vCtsceTmw1pHNYJAsYxrfpOP6dz+piJWGos8wqG7qb3vj/Rrc5qOlmInUuA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redis/bloom": "1.2.0",
|
"@redis/bloom": "1.2.0",
|
||||||
"@redis/client": "1.5.13",
|
"@redis/client": "1.5.14",
|
||||||
"@redis/graph": "1.1.1",
|
"@redis/graph": "1.1.1",
|
||||||
"@redis/json": "1.0.6",
|
"@redis/json": "1.0.6",
|
||||||
"@redis/search": "1.1.6",
|
"@redis/search": "1.1.6",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.9",
|
||||||
"express": "~4.18.2",
|
"express": "~4.18.2",
|
||||||
"express-actuator": "^1.8.4",
|
"express-actuator": "^1.8.4",
|
||||||
"redis": "^4.6.9",
|
"redis": "^4.6.13",
|
||||||
"winston": "^3.10.0"
|
"winston": "^3.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue