diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index edb6b1f3..fe41b4a9 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -43,7 +43,7 @@ "style-to-object": "^1.0.8", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", - "tss-react": "^4.9.13", + "tss-react": "^4.9.14", "websocket-heartbeat-js": "^1.1.3" }, "devDependencies": { @@ -2175,14 +2175,12 @@ "version": "15.7.13", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", - "devOptional": true, "license": "MIT" }, "node_modules/@types/react": { "version": "18.3.14", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", - "devOptional": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -8029,9 +8027,9 @@ "license": "0BSD" }, "node_modules/tss-react": { - "version": "4.9.13", - "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.13.tgz", - "integrity": "sha512-Gu19qqPH8/SAyKVIgDE5qHygirEDnNIQcXhiEc+l4Q9T7C1sfvUnbVWs+yBpmN26/wyk4FTOupjYS2wq4vH0yA==", + "version": "4.9.14", + "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.14.tgz", + "integrity": "sha512-nAj4RCQk3ADzrmtxmTcmN1B9EKxPMIxuCfJ3ll964CksndJ2/ZImF6rAMo2Kud5yE3ENXHpPIBHCyuMtgptMvw==", "license": "MIT", "dependencies": { "@emotion/cache": "*", @@ -8042,7 +8040,8 @@ "@emotion/react": "^11.4.1", "@emotion/server": "^11.4.0", "@mui/material": "^5.0.0 || ^6.0.0", - "react": "^16.8.0 || ^17.0.2 || ^18.0.0" + "@types/react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0", + "react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/server": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 0269ef2f..c2cc060d 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -50,7 +50,7 @@ "style-to-object": "^1.0.8", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", - "tss-react": "^4.9.13", + "tss-react": "^4.9.14", "websocket-heartbeat-js": "^1.1.3" }, "devDependencies": {