Skip to content

Commit

Permalink
fix: upgrade @types/react from 16.8.23 to 16.14.62
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/react from 16.8.23 to 16.14.62.

See this package in yarn:
@types/react

See this project in Snyk:
https://app.snyk.io/org/codefresh-v2.0/project/e30f1730-439e-4770-ad05-20eacce55ab2?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 30, 2024
1 parent 38b31de commit cefd4b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/js-yaml": "^3.11.2",
"@types/minimatch": "^3.0.3",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.8.5",
"@types/react": "^16.14.62",
"@types/react-autocomplete": "^1.8.4",
"@types/react-dom": "^16.8.2",
"@types/react-form": "^2.16.0",
Expand Down
16 changes: 11 additions & 5 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1235,13 +1235,19 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@^16.8.5":
version "16.8.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.23.tgz#ec6be3ceed6353a20948169b6cb4c97b65b97ad2"
integrity sha512-abkEOIeljniUN9qB5onp++g0EY38h7atnDHxwKUFz1r3VH1+yG1OKi2sNPTyObL40goBmfKFpdii2lEzwLX1cA==
"@types/react@^16.14.62":
version "16.14.62"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.62.tgz#449e4e81caaf132d0c2c390644e577702db1dd9e"
integrity sha512-BWf7hqninZav6nerxXj+NeZT/mTpDeG6Lk2zREHAy63CrnXoOGPGtNqTFYFN/sqpSaREDP5otVV88axIXmKfGA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
"@types/scheduler" "^0.16"
csstype "^3.0.2"

"@types/scheduler@^0.16":
version "0.16.8"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==

"@types/source-list-map@*":
version "0.1.2"
Expand Down

0 comments on commit cefd4b6

Please sign in to comment.