From 628106ce8884ebc92a8a766b1b095b53e8b0e921 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:29:21 +0000 Subject: [PATCH] fix(deps): update dependency tss-react to v4.9.21 --- commafeed-client/package-lock.json | 10 +++++----- commafeed-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 8f9798d6..b468d464 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -43,7 +43,7 @@ "style-to-object": "1.0.14", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", - "tss-react": "4.9.20", + "tss-react": "4.9.21", "websocket-heartbeat-js": "1.1.3" }, "devDependencies": { @@ -5880,9 +5880,9 @@ "license": "0BSD" }, "node_modules/tss-react": { - "version": "4.9.20", - "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.20.tgz", - "integrity": "sha512-+tecs5hEKZmPqNDtiq5Gx2GxjrQXbV5JuOeWkV+eOf99qiIUkE3Vcn07zNLHws06iPfH2H4t5VqoVjIdCMS7hw==", + "version": "4.9.21", + "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.21.tgz", + "integrity": "sha512-3jAEzeU1i4ve3PiqEqjIgcHY2geIF8Cqo6w0SBqVPDwH2KeGGNVaWcKyFZjxL/xg2cIACg17PllggCU4AAHCdQ==", "license": "MIT", "dependencies": { "@emotion/cache": "*", @@ -5892,7 +5892,7 @@ "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/server": "^11.4.0", - "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0", + "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", "@types/react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 219e38b3..9eef7cf1 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -51,7 +51,7 @@ "style-to-object": "1.0.14", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", - "tss-react": "4.9.20", + "tss-react": "4.9.21", "websocket-heartbeat-js": "1.1.3" }, "devDependencies": {