chore(deps): update ioredis to version 5.8.2 and react-to-print to version 3.2.0 for improved functionality

This commit is contained in:
Marco Pedone 2026-01-14 13:44:45 +01:00
parent 9611f42f43
commit 9f91724df7
2 changed files with 11 additions and 11 deletions

View file

@ -50,7 +50,7 @@
"framer-motion": "^12.8.0", "framer-motion": "^12.8.0",
"frimousse": "^0.3.0", "frimousse": "^0.3.0",
"html2canvas-pro": "^1.5.13", "html2canvas-pro": "^1.5.13",
"ioredis": "^5.7.0", "ioredis": "^5.8.2",
"jose": "^6.0.12", "jose": "^6.0.12",
"jspdf": "^4.0.0", "jspdf": "^4.0.0",
"kysely": "^0.28.9", "kysely": "^0.28.9",
@ -81,7 +81,7 @@
"react-phone-number-input": "^3.4.14", "react-phone-number-input": "^3.4.14",
"react-reverse-portal": "^2.3.0", "react-reverse-portal": "^2.3.0",
"react-select": "^5.10.2", "react-select": "^5.10.2",
"react-to-print": "^3.1.1", "react-to-print": "^3.2.0",
"react-use": "^17.6.0", "react-use": "^17.6.0",
"recharts": "^2.15.4", "recharts": "^2.15.4",
"sharp": "^0.34.5", "sharp": "^0.34.5",
@ -2418,9 +2418,9 @@
} }
}, },
"node_modules/@ioredis/commands": { "node_modules/@ioredis/commands": {
"version": "1.5.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz",
"integrity": "sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==", "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@isaacs/balanced-match": { "node_modules/@isaacs/balanced-match": {
@ -9882,12 +9882,12 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/ioredis": { "node_modules/ioredis": {
"version": "5.9.1", "version": "5.8.2",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.9.1.tgz", "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz",
"integrity": "sha512-BXNqFQ66oOsR82g9ajFFsR8ZKrjVvYCLyeML9IvSMAsP56XH2VXBdZjmI11p65nXXJxTEt1hie3J2QeFJVgrtQ==", "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ioredis/commands": "1.5.0", "@ioredis/commands": "1.4.0",
"cluster-key-slot": "^1.1.0", "cluster-key-slot": "^1.1.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"denque": "^2.1.0", "denque": "^2.1.0",

View file

@ -62,7 +62,7 @@
"framer-motion": "^12.8.0", "framer-motion": "^12.8.0",
"frimousse": "^0.3.0", "frimousse": "^0.3.0",
"html2canvas-pro": "^1.5.13", "html2canvas-pro": "^1.5.13",
"ioredis": "^5.7.0", "ioredis": "^5.8.2",
"jose": "^6.0.12", "jose": "^6.0.12",
"jspdf": "^4.0.0", "jspdf": "^4.0.0",
"kysely": "^0.28.9", "kysely": "^0.28.9",
@ -93,7 +93,7 @@
"react-phone-number-input": "^3.4.14", "react-phone-number-input": "^3.4.14",
"react-reverse-portal": "^2.3.0", "react-reverse-portal": "^2.3.0",
"react-select": "^5.10.2", "react-select": "^5.10.2",
"react-to-print": "^3.1.1", "react-to-print": "^3.2.0",
"react-use": "^17.6.0", "react-use": "^17.6.0",
"recharts": "^2.15.4", "recharts": "^2.15.4",
"sharp": "^0.34.5", "sharp": "^0.34.5",