From 2312b6c2de4a90e5d69bd30873886a716f9ed630 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 09:33:33 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.3.21 to 18.3.23 Snyk has created this PR to upgrade @types/react from 18.3.21 to 18.3.23. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/shobhitupadhyayy/project/729bcabf-7f7e-43bf-9fd7-9bc9af972d83?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index ce4f08b0..c1aa33c1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@types/react": "^18.3.21", + "@types/react": "^18.3.23", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", "axios": "^1.8.3", @@ -5092,9 +5092,9 @@ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" }, "node_modules/@types/react": { - "version": "18.3.21", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.21.tgz", - "integrity": "sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/ui/package.json b/ui/package.json index f32b1bf1..42a0df70 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,7 +9,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@types/react": "^18.3.21", + "@types/react": "^18.3.23", "@types/react-dom": "^18.2.13", "@types/react-redux": "^7.1.33", "axios": "^1.8.3",