From 222117dafe311124bd5e0bf4b1e6de4eddf0e02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:22:50 +0000 Subject: [PATCH] Bump tss-react from 4.9.6 to 4.9.10 in /commafeed-client Bumps [tss-react](https://github.com/garronej/tss-react) from 4.9.6 to 4.9.10. - [Release notes](https://github.com/garronej/tss-react/releases) - [Commits](https://github.com/garronej/tss-react/compare/v4.9.6...v4.9.10) --- updated-dependencies: - dependency-name: tss-react dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 307788a5..a018adf9 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -41,7 +41,7 @@ "redoc": "^2.1.3", "throttle-debounce": "^5.0.0", "tinycon": "^0.6.8", - "tss-react": "^4.9.6", + "tss-react": "^4.9.10", "use-local-storage": "^3.0.0", "websocket-heartbeat-js": "^1.1.3" }, @@ -8705,9 +8705,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tss-react": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.6.tgz", - "integrity": "sha512-JscsxykbRtcMHXH1Wa2JOlk0jJeT0P3n+mPh775SKImBgMTdRX/MmdB1leoZZrCFXPeZ/FSU9Ix5sImvdUC39Q==", + "version": "4.9.10", + "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.10.tgz", + "integrity": "sha512-uQj+r8mOKy0tv+/GAIzViVG81w/WeTCOF7tjsDyNjlicnWbxtssYwTvVjWT4lhWh5FSznDRy6RFp0BDdoLbxyg==", "dependencies": { "@emotion/cache": "*", "@emotion/serialize": "*", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 3c6c1a6b..a24ba857 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -47,7 +47,7 @@ "redoc": "^2.1.3", "throttle-debounce": "^5.0.0", "tinycon": "^0.6.8", - "tss-react": "^4.9.6", + "tss-react": "^4.9.10", "use-local-storage": "^3.0.0", "websocket-heartbeat-js": "^1.1.3" },