From 732757241e1f89d30584a9b2ff653f5326987d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 06:21:21 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.3.5 to 18.3.11 Snyk has created this PR to upgrade @types/react from 18.3.5 to 18.3.11. See this package in yarn: @types/react See this project in Snyk: https://app.snyk.io/org/j.stabenow/project/204cdfb1-d11d-4cbe-87df-f862f7880c39?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7bc9289..0d12fbd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/react": "^18.3.5", + "@types/react": "^18.3.11", "babel-plugin-macros": "^3.1.0", "eslint": "^9.9.1", "handlebars": "^4.7.8", diff --git a/yarn.lock b/yarn.lock index f6caf06..8ca84e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3006,10 +3006,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@^18.3.5": - version "18.3.5" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f" - integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA== +"@types/react@^18.3.11": + version "18.3.12" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60" + integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"