From 67e9acae563dd7aba0a78ee67175076bd294d8c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jan 2025 04:33:43 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.3.12 to 18.3.16 Snyk has created this PR to upgrade @types/react from 18.3.12 to 18.3.16. See this package in yarn: @types/react See this project in Snyk: https://app.snyk.io/org/marrobi/project/dd2ad75a-7a6d-4559-9a18-d70318d44707?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/app/package.json | 2 +- ui/app/yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/app/package.json b/ui/app/package.json index c23a15d13..53faa4c5a 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -16,7 +16,7 @@ "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.0", "@types/node": "^20.16.12", - "@types/react": "^18.3.3", + "@types/react": "^18.3.16", "@types/react-dom": "^18.2.6", "moment": "^2.29.4", "node-sass": "^8.0.0", diff --git a/ui/app/yarn.lock b/ui/app/yarn.lock index 77b1aa616..70331e2ed 100644 --- a/ui/app/yarn.lock +++ b/ui/app/yarn.lock @@ -2482,7 +2482,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.3.3": +"@types/react@*": version "18.3.12" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60" integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw== @@ -2490,6 +2490,14 @@ "@types/prop-types" "*" csstype "^3.0.2" +"@types/react@^18.3.16": + 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" + "@types/resolve@1.17.1": version "1.17.1" resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"