From e89207e6c8be9b025be45fa59f45d8da956ba510 Mon Sep 17 00:00:00 2001 From: "nautilus-renovate-1[bot]" <234351259+nautilus-renovate-1[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:14:06 +0000 Subject: [PATCH] Update dependency @types/redis to v4.0.11 --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2a29866..a98c617b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/lodash": "^4.14.191", "@types/lru-cache": "7.10.9", "@types/node": "18.16.5", - "@types/redis": "4.0.10", + "@types/redis": "4.0.11", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.53.0", @@ -3476,10 +3476,12 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/redis": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@types/redis/-/redis-4.0.10.tgz", - "integrity": "sha512-7CLy5b5fzzEGVcOccgZjoMlNpPhX6d10jEeRy2YWbFuaMNrSPc9ExRsMYsd+0VxvEHucf4EWx24Ja7cSU1FGUA==", + "version": "4.0.11", + "resolved": "https://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@types/redis/-/redis-4.0.11.tgz", + "integrity": "sha512-bI+gth8La8Wg/QCR1+V1fhrL9+LZUSWfcqpOj2Kc80ZQ4ffbdL173vQd5wovmoV9i071FU9oP2g6etLuEwb6Rg==", + "deprecated": "This is a stub types definition. redis provides its own type definitions, so you do not need this installed.", "dev": true, + "license": "MIT", "dependencies": { "redis": "*" } @@ -13493,9 +13495,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/redis": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@types/redis/-/redis-4.0.10.tgz", - "integrity": "sha512-7CLy5b5fzzEGVcOccgZjoMlNpPhX6d10jEeRy2YWbFuaMNrSPc9ExRsMYsd+0VxvEHucf4EWx24Ja7cSU1FGUA==", + "version": "4.0.11", + "resolved": "https://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@types/redis/-/redis-4.0.11.tgz", + "integrity": "sha512-bI+gth8La8Wg/QCR1+V1fhrL9+LZUSWfcqpOj2Kc80ZQ4ffbdL173vQd5wovmoV9i071FU9oP2g6etLuEwb6Rg==", "dev": true, "requires": { "redis": "*" diff --git a/package.json b/package.json index 70b4ea88..12f43205 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/lodash": "^4.14.191", "@types/lru-cache": "7.10.9", "@types/node": "18.16.5", - "@types/redis": "4.0.10", + "@types/redis": "4.0.11", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "eslint": "^8.53.0",