-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency react-select to v5.7.7
- Loading branch information
1 parent
71fcab9
commit 2c587a3
Showing
2 changed files
with
160 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2151,6 +2151,23 @@ | |
sinon "9.2.4" | ||
url-join "4.0.1" | ||
|
||
"@emotion/babel-plugin@^11.11.0": | ||
version "11.11.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c" | ||
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.16.7" | ||
"@babel/runtime" "^7.18.3" | ||
"@emotion/hash" "^0.9.1" | ||
"@emotion/memoize" "^0.8.1" | ||
"@emotion/serialize" "^1.1.2" | ||
babel-plugin-macros "^3.1.0" | ||
convert-source-map "^1.5.0" | ||
escape-string-regexp "^4.0.0" | ||
find-root "^1.1.0" | ||
source-map "^0.5.7" | ||
stylis "4.2.0" | ||
|
||
"@emotion/babel-plugin@^11.7.1": | ||
version "11.7.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.7.2.tgz#fec75f38a6ab5b304b0601c74e2a5e77c95e5fa0" | ||
|
@@ -2169,6 +2186,17 @@ | |
source-map "^0.5.7" | ||
stylis "4.0.13" | ||
|
||
"@emotion/cache@^11.11.0": | ||
version "11.11.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff" | ||
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ== | ||
dependencies: | ||
"@emotion/memoize" "^0.8.1" | ||
"@emotion/sheet" "^1.2.2" | ||
"@emotion/utils" "^1.2.1" | ||
"@emotion/weak-memoize" "^0.3.1" | ||
stylis "4.2.0" | ||
|
||
"@emotion/cache@^11.4.0", "@emotion/cache@^11.7.1": | ||
version "11.7.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539" | ||
|
@@ -2185,6 +2213,11 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" | ||
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
|
||
"@emotion/hash@^0.9.1": | ||
version "0.9.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" | ||
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== | ||
|
||
"@emotion/is-prop-valid@^0.8.8": | ||
version "0.8.8" | ||
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" | ||
|
@@ -2209,6 +2242,11 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" | ||
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== | ||
|
||
"@emotion/memoize@^0.8.1": | ||
version "0.8.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" | ||
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== | ||
|
||
"@emotion/react@^11.1.1": | ||
version "11.8.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.2.tgz#e51f5e6372e22e82780836c9288da19af4b51e70" | ||
|
@@ -2222,6 +2260,20 @@ | |
"@emotion/weak-memoize" "^0.2.5" | ||
hoist-non-react-statics "^3.3.1" | ||
|
||
"@emotion/react@^11.8.1": | ||
version "11.11.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157" | ||
integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA== | ||
dependencies: | ||
"@babel/runtime" "^7.18.3" | ||
"@emotion/babel-plugin" "^11.11.0" | ||
"@emotion/cache" "^11.11.0" | ||
"@emotion/serialize" "^1.1.2" | ||
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" | ||
"@emotion/utils" "^1.2.1" | ||
"@emotion/weak-memoize" "^0.3.1" | ||
hoist-non-react-statics "^3.3.1" | ||
|
||
"@emotion/serialize@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965" | ||
|
@@ -2233,11 +2285,27 @@ | |
"@emotion/utils" "^1.0.0" | ||
csstype "^3.0.2" | ||
|
||
"@emotion/serialize@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" | ||
integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== | ||
dependencies: | ||
"@emotion/hash" "^0.9.1" | ||
"@emotion/memoize" "^0.8.1" | ||
"@emotion/unitless" "^0.8.1" | ||
"@emotion/utils" "^1.2.1" | ||
csstype "^3.0.2" | ||
|
||
"@emotion/sheet@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2" | ||
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g== | ||
|
||
"@emotion/sheet@^1.2.2": | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" | ||
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== | ||
|
||
"@emotion/stylis@^0.8.4": | ||
version "0.8.5" | ||
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" | ||
|
@@ -2248,16 +2316,36 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" | ||
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== | ||
|
||
"@emotion/unitless@^0.8.1": | ||
version "0.8.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" | ||
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== | ||
|
||
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963" | ||
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw== | ||
|
||
"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf" | ||
integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ== | ||
|
||
"@emotion/utils@^1.2.1": | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" | ||
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== | ||
|
||
"@emotion/weak-memoize@^0.2.5": | ||
version "0.2.5" | ||
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" | ||
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== | ||
|
||
"@emotion/weak-memoize@^0.3.1": | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6" | ||
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== | ||
|
||
"@ensdomains/ens@^0.4.4": | ||
version "0.4.5" | ||
resolved "https://registry.yarnpkg.com/@ensdomains/ens/-/ens-0.4.5.tgz#e0aebc005afdc066447c6e22feb4eda89a5edbfc" | ||
|
@@ -3158,6 +3246,26 @@ | |
"@ethersproject/properties" "^5.6.0" | ||
"@ethersproject/strings" "^5.6.1" | ||
|
||
"@floating-ui/core@^1.4.2": | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.0.tgz#5c05c60d5ae2d05101c3021c1a2a350ddc027f8c" | ||
integrity sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg== | ||
dependencies: | ||
"@floating-ui/utils" "^0.1.3" | ||
|
||
"@floating-ui/dom@^1.0.1": | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa" | ||
integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA== | ||
dependencies: | ||
"@floating-ui/core" "^1.4.2" | ||
"@floating-ui/utils" "^0.1.3" | ||
|
||
"@floating-ui/utils@^0.1.3": | ||
version "0.1.5" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.5.tgz#f0bada210a75fdf41101c48ddcc291e1b33b3f47" | ||
integrity sha512-3lClsx2F3ei6hup0LYFbbm+NH87qVTX/6T63IllEFCLjT7XCxmbgBM42sXf8LTZx0CE5VpRRUnISUbqSlsxGSA== | ||
|
||
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" | ||
|
@@ -8011,6 +8119,15 @@ babel-plugin-macros@^2.6.1: | |
cosmiconfig "^6.0.0" | ||
resolve "^1.12.0" | ||
|
||
babel-plugin-macros@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" | ||
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== | ||
dependencies: | ||
"@babel/runtime" "^7.12.5" | ||
cosmiconfig "^7.0.0" | ||
resolve "^1.19.0" | ||
|
||
babel-plugin-polyfill-corejs2@^0.3.0: | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" | ||
|
@@ -14622,6 +14739,13 @@ is-core-module@^2.11.0: | |
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.13.0: | ||
version "2.13.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" | ||
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.7.0, is-core-module@^2.8.1: | ||
version "2.8.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" | ||
|
@@ -20851,7 +20975,7 @@ react-native-fetch-api@^2.0.0: | |
dependencies: | ||
p-defer "^3.0.0" | ||
|
||
react-select@*, [email protected]: | ||
react-select@*: | ||
version "5.2.2" | ||
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.2.2.tgz#3d5edf0a60f1276fd5f29f9f90a305f0a25a5189" | ||
integrity sha512-miGS2rT1XbFNjduMZT+V73xbJEeMzVkJOz727F6MeAr2hKE0uUSA8Ff7vD44H32x2PD3SRB6OXTY/L+fTV3z9w== | ||
|
@@ -20864,6 +20988,21 @@ react-select@*, [email protected]: | |
prop-types "^15.6.0" | ||
react-transition-group "^4.3.0" | ||
|
||
[email protected]: | ||
version "5.7.7" | ||
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.7.tgz#dbade9dbf711ef2a181970c10f8ab319ac37fbd0" | ||
integrity sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw== | ||
dependencies: | ||
"@babel/runtime" "^7.12.0" | ||
"@emotion/cache" "^11.4.0" | ||
"@emotion/react" "^11.8.1" | ||
"@floating-ui/dom" "^1.0.1" | ||
"@types/react-transition-group" "^4.4.0" | ||
memoize-one "^6.0.0" | ||
prop-types "^15.6.0" | ||
react-transition-group "^4.3.0" | ||
use-isomorphic-layout-effect "^1.1.2" | ||
|
||
react-shallow-renderer@^16.15.0: | ||
version "16.15.0" | ||
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457" | ||
|
@@ -21420,6 +21559,15 @@ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14 | |
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.19.0: | ||
version "1.22.6" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" | ||
integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== | ||
dependencies: | ||
is-core-module "^2.13.0" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.22.2: | ||
version "1.22.2" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" | ||
|
@@ -22844,6 +22992,11 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" | ||
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag== | ||
|
||
[email protected]: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" | ||
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== | ||
|
||
sucrase@^3.32.0: | ||
version "3.32.0" | ||
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.32.0.tgz#c4a95e0f1e18b6847127258a75cf360bc568d4a7" | ||
|
@@ -24102,6 +24255,11 @@ [email protected]: | |
dependencies: | ||
clipboard-copy "^3.0.0" | ||
|
||
use-isomorphic-layout-effect@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb" | ||
integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA== | ||
|
||
use@^3.1.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" | ||
|