From cefd4b6a61f8715217120e3139370dbfc3fb5b86 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Mon, 30 Dec 2024 00:30:46 +0000 Subject: [PATCH] fix: upgrade @types/react from 16.8.23 to 16.14.62 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 --- ui/package.json | 2 +- ui/yarn.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 422681f45aac8..5b451a9c776f0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1bf07852ad9e8..9bf25ce7fdb4f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -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"