From 0ea81c2a0f89d8570376a96def9fc5a9ea32c806 Mon Sep 17 00:00:00 2001 From: Shaun Laughland <22419216+s-laugh@users.noreply.github.com> Date: Mon, 27 May 2024 10:04:59 -0400 Subject: [PATCH] [Snyk] Upgrade @types/react from 18.2.79 to 18.3.1 (#1028) * fix: upgrade @types/react from 18.2.79 to 18.3.1 Snyk has created this PR to upgrade @types/react from 18.2.79 to 18.3.1. See this package in yarn: @types/react See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/270b554d-5de8-452f-ad01-8bceb7604a92?utm_source=github&utm_medium=referral&page=upgrade-pr * update yarn.lock --------- Co-authored-by: snyk-bot Co-authored-by: Jordan --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7b29531152..477637f5a4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.0", "@lottiefiles/react-lottie-player": "^3.5.3", - "@types/react": "^18.2.74", + "@types/react": "^18.3.1", "cors": "^2.8.5", "cuid": "^2.1.8", "focus-trap-react": "^8.11.2", diff --git a/yarn.lock b/yarn.lock index 1b23500153..b747a4df27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4781,13 +4781,13 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^18.2.74": - version: 18.2.79 - resolution: "@types/react@npm:18.2.79" +"@types/react@npm:^18.3.1": + version: 18.3.2 + resolution: "@types/react@npm:18.3.2" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 2ef833e7d0a5c226beddbbe090811582371f6ae5e2f092a3d9f47cc6087c8bce0b96ee33e351de6d1d470f0a0ec5892d971933f841ef31538c1821681fc6569e + checksum: a85eed82c1009dc9d979281d9ea1f5322255003de3378390f35d897b4bdaf1d34ea748636c03e9e9b4b7cc97c2f4582993d2d60e40846226ad497d97c7d8565a languageName: node linkType: hard @@ -14707,7 +14707,7 @@ __metadata: "@testing-library/jest-dom": "npm:^5.17.0" "@testing-library/react": "npm:^14.3.1" "@testing-library/user-event": "npm:^14.4.3" - "@types/react": "npm:^18.2.74" + "@types/react": "npm:^18.3.1" autoprefixer: "npm:^10.4.1" axe-core: "npm:^4.3.1" cors: "npm:^2.8.5"