From 4a591690a59c771ca3de1cb8611875fa94b82b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:53:41 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to ^18.3.17 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31e2b79..1a73c7a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lodash.throttle": "^4.1.9", "@types/node": "^18.19.68", "@types/prop-types": "^15.7.14", - "@types/react": "^18.3.16", + "@types/react": "^18.3.17", "@types/react-dom": "^18.3.5", "@types/sanitize-html": "^2.13.0", "@uifabric/icons": "^7.9.5", diff --git a/yarn.lock b/yarn.lock index c7ea8af..ced7c4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3603,10 +3603,10 @@ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716" integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q== -"@types/react@^18.3.16": - version "18.3.17" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.17.tgz#d86ca0e081c7a5e979b7db175f9515a41038cea7" - integrity sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw== +"@types/react@^18.3.17": + version "18.3.18" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b" + integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ== dependencies: "@types/prop-types" "*" csstype "^3.0.2"