From 664a19f5c7379427a720ec014b5bbff01e27f142 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 7 Nov 2023 22:11:12 +0000 Subject: [PATCH] Update all dependencies --- vidow-front/package.json | 4 ++-- vidow-front/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vidow-front/package.json b/vidow-front/package.json index 89a42a0..d8f779d 100644 --- a/vidow-front/package.json +++ b/vidow-front/package.json @@ -19,10 +19,10 @@ "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.5.1", "@types/jest": "29.5.8", - "@types/node": "20.8.10", + "@types/node": "20.9.0", "@types/react": "18.2.37", "@types/react-dom": "18.2.15", - "@types/react-redux": "7.1.28", + "@types/react-redux": "7.1.30", "jest": "29.7.0", "jest-css-modules-transform": "4.4.2", "ts-jest": "29.1.1", diff --git a/vidow-front/yarn.lock b/vidow-front/yarn.lock index 6071927..a072f3a 100644 --- a/vidow-front/yarn.lock +++ b/vidow-front/yarn.lock @@ -864,10 +864,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.2.tgz#c59b7641832531264fda3f1ba610362dc9a7dfc8" integrity sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw== -"@types/node@20.8.10": - version "20.8.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e" - integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w== +"@types/node@20.9.0": + version "20.9.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298" + integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw== dependencies: undici-types "~5.26.4" @@ -890,10 +890,10 @@ dependencies: "@types/react" "*" -"@types/react-redux@7.1.28": - version "7.1.28" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.28.tgz#30a44303c7daceb6ede9cfb4aaf72e64f1dde4de" - integrity sha512-EQr7cChVzVUuqbA+J8ArWK1H0hLAHKOs21SIMrskKZ3nHNeE+LFYA+IsoZGhVOT8Ktjn3M20v4rnZKN3fLbypw== +"@types/react-redux@7.1.30": + version "7.1.30" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.30.tgz#4f9731cc987eb6285fe2b472231fb42120efc22c" + integrity sha512-i2kqM6YaUwFKduamV6QM/uHbb0eCP8f8ZQ/0yWf+BsAVVsZPRYJ9eeGWZ3uxLfWwwA0SrPRMTPTqsPFkY3HZdA== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" -- 2.45.2