Skip to content

Commit

Permalink
[Snyk] Upgrade @types/react from 18.3.12 to 18.3.16 (#4239)
Browse files Browse the repository at this point in the history
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

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Tamir Kamara <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2025
1 parent 595bbfb commit cdb59e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 9 additions & 1 deletion ui/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2504,14 +2504,22 @@
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==
dependencies:
"@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/[email protected]":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
Expand Down

0 comments on commit cdb59e4

Please sign in to comment.