From 6bb0cf51c0488e3abdde6f4f7b18ad3084c2da5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 04:38:07 +0000 Subject: [PATCH] fix: upgrade @olympusdao/component-library from 1.6.1 to 1.8.1 Snyk has created this PR to upgrade @olympusdao/component-library from 1.6.1 to 1.8.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/olympus-dao/project/57c2a921-1f57-4605-a947-dbc76399c79e?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- frontend/yarn.lock | 56 +++++++++++++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0b7f7a8..e491c39 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@material-ui/core": "4.12.3", - "@olympusdao/component-library": "^1.6.1", + "@olympusdao/component-library": "^1.8.1", "@types/js-cookie": "^3.0.1", "@walletconnect/web3-provider": "1.7.1", "ethers": "5.5.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 7734838..a657d86 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -846,10 +846,58 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@olympusdao/component-library@^1.6.1": - version "1.6.1" - resolved "https://registry.yarnpkg.com/@olympusdao/component-library/-/component-library-1.6.1.tgz#0b1c89540143482adc337dfc6bb20aacd15e6734" - integrity sha512-vawYBuIfErFWGCnMA3gDykV4vfti649hp/cweZw8KIwpHcHkjQu5GcMisESyyMdpUgPUlZOiTT6YJEF3Wh9hPA== +"@olympusdao/component-library@^1.8.1": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@olympusdao/component-library/-/component-library-1.9.0.tgz#3052050de4544a7b85356c8428158cc8f943492c" + integrity sha512-PDsc3qGFRTsSf0FDTv8jOOzGH1LXyV4rltCUaab/XPGSfflieB+7CzCywAaqFqwkYDcWzU5TOZ4rSf9xCeWr5g== + dependencies: + "@react-spring/web" "^9.4.2" + +"@react-spring/animated@~9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.4.4.tgz#15e21923e55c06ca2bcea432869b91b2f8b07519" + integrity sha512-e9xnuBaUTD+NolKikUmrGWjX8AVCPyj1GcEgjgq9E+0sXKv46UY7cm2EmB6mUDTxWIDVKebARY++xT4nGDraBQ== + dependencies: + "@react-spring/shared" "~9.4.4" + "@react-spring/types" "~9.4.4" + +"@react-spring/core@~9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.4.4.tgz#7730988cec7302ba6e0977cf4c08c30249d95622" + integrity sha512-llgb0ljFyjMB0JhWsaFHOi9XFT8n1jBMVs1IFY2ipIBerWIRWrgUmIpakLPHTa4c4jwqTaDSwX90s2a0iN7dxQ== + dependencies: + "@react-spring/animated" "~9.4.4" + "@react-spring/rafz" "~9.4.4" + "@react-spring/shared" "~9.4.4" + "@react-spring/types" "~9.4.4" + +"@react-spring/rafz@~9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.4.4.tgz#736c9ed1099baebeea20c357b9700b01b83ea9de" + integrity sha512-5ki/sQ06Mdf8AuFstSt5zbNNicRT4LZogiJttDAww1ozhuvemafNWEHxhzcULgCPCDu2s7HsroaISV7+GQWrhw== + +"@react-spring/shared@~9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.4.4.tgz#e1ae00a77d170d86d77d9a19dc7015bdddc2d26f" + integrity sha512-ySVgScDZlhm/+Iy2smY9i/DDrShArY0j6zjTS/Re1lasKnhq8qigoGiAxe8xMPJNlCaj3uczCqHy3TY9bKRtfQ== + dependencies: + "@react-spring/rafz" "~9.4.4" + "@react-spring/types" "~9.4.4" + +"@react-spring/types@~9.4.4": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.4.4.tgz#97c69881788e624d7cc68d4385fdaa9b5fd20642" + integrity sha512-KpxKt/D//q/t/6FBcde/RE36LKp8PpWu7kFEMLwpzMGl9RpcexunmYOQJWwmJWtkQjgE1YRr7DzBMryz6La1cQ== + +"@react-spring/web@^9.4.2": + version "9.4.4" + resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.4.4.tgz#0d13356e61c1d47e83a36112e19e5db691f3fbe5" + integrity sha512-iJmOLdhcuizriUlu/xqBc5y8KaFts+UI+iC+GxyTwBtzxA9czKiSAZW2ESuhG8stafa3jncwjfTQQp84KN36cw== + dependencies: + "@react-spring/animated" "~9.4.4" + "@react-spring/core" "~9.4.4" + "@react-spring/shared" "~9.4.4" + "@react-spring/types" "~9.4.4" "@rushstack/eslint-patch@^1.0.6": version "1.1.0"