From c63819b6fdb9b1ff01ed0af4e7393bf3e94ced23 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 12:38:05 +0000 Subject: [PATCH] Update dependency @instructure/outcomes-ui to v1.1.3 --- yarn.lock | 1713 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 1351 insertions(+), 362 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4b01bb44ebcbf..f99f0c19243ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -76,7 +76,14 @@ optionalDependencies: chokidar "^2.1.8" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": +"@babel/code-frame@^7.0.0": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658" + integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== + dependencies: + "@babel/highlight" "^7.22.5" + +"@babel/code-frame@^7.5.5": version "7.5.5" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== @@ -113,7 +120,14 @@ lodash "^4.17.13" source-map "^0.5.0" -"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.4": +"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.8.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-annotate-as-pure@^7.7.4": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce" integrity sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og== @@ -212,7 +226,14 @@ dependencies: "@babel/types" "^7.7.4" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4": +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" + integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-module-imports@^7.7.4": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91" integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ== @@ -286,6 +307,16 @@ dependencies: "@babel/types" "^7.7.4" +"@babel/helper-string-parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== + +"@babel/helper-validator-identifier@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" + integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== + "@babel/helper-wrap-function@^7.7.4": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace" @@ -305,13 +336,13 @@ "@babel/traverse" "^7.7.4" "@babel/types" "^7.7.4" -"@babel/highlight@^7.0.0": - version "7.5.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" - integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== +"@babel/highlight@^7.0.0", "@babel/highlight@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031" + integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw== dependencies: + "@babel/helper-validator-identifier" "^7.22.5" chalk "^2.0.0" - esutils "^2.0.2" js-tokens "^4.0.0" "@babel/parser@^7", "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.4": @@ -852,7 +883,7 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.4", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2": +"@babel/runtime@^7", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.4", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b" integrity sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw== @@ -866,6 +897,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.1.2", "@babel/runtime@^7.5.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.9.2": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438" + integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ== + dependencies: + regenerator-runtime "^0.13.11" + "@babel/template@^7.4.0", "@babel/template@^7.6.0", "@babel/template@^7.7.4": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" @@ -890,7 +928,7 @@ globals "^11.1.0" lodash "^4.17.13" -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.4": +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== @@ -899,6 +937,15 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" +"@babel/types@^7.22.5", "@babel/types@^7.7.4": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" + integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== + dependencies: + "@babel/helper-string-parser" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.5" + to-fast-properties "^2.0.0" + "@cnakazawa/watch@^1.0.3": version "1.0.3" resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" @@ -943,25 +990,13 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== -"@emotion/is-prop-valid@0.8.8": +"@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.3": version "0.8.8" resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== dependencies: "@emotion/memoize" "0.7.4" -"@emotion/is-prop-valid@^0.8.3": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.5.tgz#2dda0791f0eafa12b7a0a5b39858405cc7bde983" - integrity sha512-6ZODuZSFofbxSbcxwsFz+6ioPjb0ISJRRPLZ+WIbjcU2IMU0Io+RGQjjaTgOvNQl007KICBm7zXQaYQEC1r6Bg== - dependencies: - "@emotion/memoize" "0.7.3" - -"@emotion/memoize@0.7.3": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.3.tgz#5b6b1c11d6a6dddf1f2fc996f74cf3b219644d78" - integrity sha512-2Md9mH6mvo+ygq1trTeVp2uzAKwE2P7In0cRpD/M9Q70aH8L+rxMLbb3JCN2JoSWsV2O+DdFjfbbXoMoLBczow== - "@emotion/memoize@0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" @@ -1074,22 +1109,31 @@ integrity sha512-9LjdIgyEXzvyXAWJI5Rlb0bzxtzVM926prR43UUJZOtgEZhYobzh8SuzzuA15oVT7afljmfR2KsJni//iA24fw== "@instructure/canvas-ams-theme@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/canvas-ams-theme/-/canvas-ams-theme-6.24.0.tgz#01bca68e28898c22145a874b3ae827971e16077b" - integrity sha512-vAw0UJXHkonDE9CRbpJ70Hn69o4RALqh/AzHO6tnA2L0WypXHccWNUzSr/3PtZOpWMQJFovbvqYpBTmpOO+7yA== + version "6.27.0" + resolved "https://registry.yarnpkg.com/@instructure/canvas-ams-theme/-/canvas-ams-theme-6.27.0.tgz#2fbd6905f0492ab3c6f75987861b44ed6c05b9c1" + integrity sha512-NA3oyM1Rya78HjwLBO/M/32ud6N2rf0TdWdtCkyIi4rv3+vOCgLZMUbLOX2x9wbBa9RNscrhDV+mlRmiQB8rrw== dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/canvas-theme" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" + "@babel/runtime" "^7.9.2" + "@instructure/canvas-theme" "^6.27.0" + "@instructure/ui-themeable" "^6.27.0" -"@instructure/canvas-high-contrast-theme@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/canvas-high-contrast-theme/-/canvas-high-contrast-theme-6.24.0.tgz#2656ebbe2b6d7e6257c8d0fcaebfa78ec7770ac7" - integrity sha512-XeX7PuAg8G1ApHcOMFGBxmV7/+WjLi+8cdGiNvBt/zmqDrnpOACn2oRqIGMmVdLYAGm3AcRkUZQW/8QJEE8Xxw== +"@instructure/canvas-ams-theme@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/canvas-ams-theme/-/canvas-ams-theme-6.27.1.tgz#a4fed64b031547ac1048cec0a004a5f5694edecb" + integrity sha512-ga68Q1gCpg6iCqdwDU8ySJecqt8o/7VDlrJRR+b96w/o3nPdDUGwWNlAF+mvAoeNTM94PLHqDK2GqCF9/nY6ig== dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/canvas-theme" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" + "@babel/runtime" "^7.9.2" + "@instructure/canvas-theme" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + +"@instructure/canvas-high-contrast-theme@^6.24.0", "@instructure/canvas-high-contrast-theme@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/canvas-high-contrast-theme/-/canvas-high-contrast-theme-6.27.1.tgz#52e720751e7b4ab2f525c4dc97b982237a0de193" + integrity sha512-jK5+/yMRXEW4JFU3+r8s+TB/HQYkV1AKMbQoKffMixrert5ha/xVMoBZlJYvRyAbHjrIIVIFC8/9qcHp92i1HQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/canvas-theme" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" "@instructure/canvas-rce-old@4.1.5": version "4.1.5" @@ -1128,7 +1172,7 @@ tinymce "^4.5.7" tinymce-light-skin "~1.3.0" -"@instructure/canvas-theme@6", "@instructure/canvas-theme@^6.24.0", "@instructure/canvas-theme@^6.9.0", "@instructure/canvas-theme@~6.24.0": +"@instructure/canvas-theme@6", "@instructure/canvas-theme@^6.9.0", "@instructure/canvas-theme@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/canvas-theme/-/canvas-theme-6.24.0.tgz#39ccb4cb9139c0ec092bfb34ce83500af0faf41e" integrity sha512-psmgQnlm0u1waiiMGnOZlFByPr9LdtD5nMYXjZ4NvmM0TpILJxEiCF01O0X9MVzDPH4LN26LN4oHMnZzxRu5ew== @@ -1136,6 +1180,14 @@ "@babel/runtime" "^7.5.0" "@instructure/ui-themeable" "^6.24.0" +"@instructure/canvas-theme@^6.24.0", "@instructure/canvas-theme@^6.27.0", "@instructure/canvas-theme@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/canvas-theme/-/canvas-theme-6.27.1.tgz#89ee17998c9d19abc18a17d8134482e69b6e95f2" + integrity sha512-aVFBW+dkQj4uAvWgH+0Q1dbIHZsgfdTBQn6YtdslHuslC4gcKRMoC473m/GaOEK/R0IBjqB/1hzSLdLc/koOzA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/command-utils@^6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/command-utils/-/command-utils-6.24.0.tgz#d6154abe3d989c338e3269d88a0691f2b4d0c3eb" @@ -1161,14 +1213,14 @@ "@babel/helper-module-imports" "^7.0.0" babel-plugin-macros "^2.5.1" -"@instructure/console@^6.17.0", "@instructure/console@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/console/-/console-6.24.0.tgz#65f34f68bf5968b6ff5bc13a3d183b0cf7a97353" - integrity sha512-w7qaRWELpwXkBwQ7Vg0EzqIXAhrIToijvJmzGK4kAkzjjF5gsz4oTRjC+ApWsGyv2OeDip0uJh+e2WUi/Zo4PQ== +"@instructure/console@^6.24.0", "@instructure/console@^6.27.0", "@instructure/console@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/console/-/console-6.27.1.tgz#d4e09ef08292393891b711b128b21b1bd5652a58" + integrity sha512-v2kPwA8bh+mdnULSeaYUrIK1fJ9ZYLQKIY3wynNGCVXU9/kziZZKrDBPUieFxdzCW4Tg21nLI6GOHOK4acRjzQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.0.0" - "@babel/helper-module-imports" "^7.0.0" - babel-plugin-macros "^2.6.1" + "@babel/helper-annotate-as-pure" "^7.8.3" + "@babel/helper-module-imports" "^7.8.3" + babel-plugin-macros "^2.8.0" "@instructure/debounce@^5.52.3": version "5.52.3" @@ -1177,21 +1229,28 @@ dependencies: "@babel/runtime" "^7" -"@instructure/debounce@^6.17.0", "@instructure/debounce@^6.24.0", "@instructure/debounce@~6.24.0": +"@instructure/debounce@^6.24.0", "@instructure/debounce@^6.27.0", "@instructure/debounce@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/debounce/-/debounce-6.27.1.tgz#2509d22d66290ee1e23c442675818dfc7381a8e2" + integrity sha512-zYN6r+ciASEgeHgUacpqaEkqfEfTjb2sEiqq8jga5BhltwWYwhHw68nEpc8gk6QTRL54Fa5NCXFE1zqARTrfQg== + dependencies: + "@babel/runtime" "^7.9.2" + +"@instructure/debounce@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/debounce/-/debounce-6.24.0.tgz#f80fac186da6898385a33ae7040de3fd7ae53f9f" integrity sha512-sWb17oyU+5JQtwGHI90G8zKu6aCpYgnG82D0sZ1Q7IXdeLbh5owQQH5W3yVHwg69AVNNdxUyqASpUcz40WTTcw== dependencies: "@babel/runtime" "^7.5.0" -"@instructure/instructure-theme@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/instructure-theme/-/instructure-theme-6.24.0.tgz#fd7554aa4852d97d84fe70bcf8058396346e89c7" - integrity sha512-wqcJERkyKAzGj+is0N8GbRf5z1R8amhxKUDBgrlD6+s8vJS3QT50dI8PehPwHxTHlE26SR0fom3cTIcUpRThvw== +"@instructure/instructure-theme@^6.24.0", "@instructure/instructure-theme@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/instructure-theme/-/instructure-theme-6.27.1.tgz#60dc58896b6b0de90b474378bc2c2760fbc4f9f9" + integrity sha512-9ARZJXX9WYHXquGP5KklfaFEkIzDGuJjCxOsrpbb+CqodC4EUncbDwb7e31IcUiGvemDFqTLS7RCq0EejbhW5Q== dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/canvas-theme" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" + "@babel/runtime" "^7.9.2" + "@instructure/canvas-theme" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" "@instructure/media-capture@~7.1.0": version "7.1.0" @@ -1221,9 +1280,9 @@ ts-ebml "^2.0.2" "@instructure/outcomes-ui@^1.1.0": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@instructure/outcomes-ui/-/outcomes-ui-1.1.2.tgz#e13b958a693af3445fd96dd33293d5187cf3bed9" - integrity sha512-3Z+yPIfhhCoGlWyEd8NMUU42A8baXpOJzaURaZHNg/P7S9qs14+EaZJ/IchU29TIRNJvNt3VyasR7zkdhFaPhw== + version "1.1.11" + resolved "https://registry.yarnpkg.com/@instructure/outcomes-ui/-/outcomes-ui-1.1.11.tgz#77e8445d5bd2176f66a23be793bf69f0dbb447de" + integrity sha512-jU0Ubes5afpU9Rp+eFjUL9V9ZYD77mQADbTi5OQS05cX/a9JvqVFtMJnJkk/bMZyfoUGcRzx95tKX+9lOjA96Q== dependencies: "@instructure/redux-service-middleware" "^1.0.0" "@instructure/ui-a11y" "^6.17.0" @@ -1236,6 +1295,8 @@ "@instructure/ui-forms" "^6.17.0" "@instructure/ui-icons" "^6.17.0" "@instructure/ui-layout" "^6.17.0" + "@instructure/ui-list" "^6.17.0" + "@instructure/ui-modal" "^6.17.0" "@instructure/ui-overlays" "^6.17.0" "@instructure/ui-pagination" "^6.17.0" "@instructure/ui-progress" "^6.17.0" @@ -1244,7 +1305,7 @@ "@instructure/ui-themeable" "^6.17.0" "@instructure/ui-themes" "^6.17.0" "@instructure/ui-tree-browser" "^6.17.0" - "@instructure/ui-truncate-text" "6.17.0" + "@instructure/ui-truncate-text" "^6.17.0" "@instructure/ui-view" "^6.17.0" classnames "^2.2.5" core-js "^3.2.1" @@ -1314,7 +1375,7 @@ resolved "https://registry.yarnpkg.com/@instructure/redux-service-middleware/-/redux-service-middleware-1.0.0.tgz#16e18ad18d28a24e8f6f8e5eae66c0e638dd75d5" integrity sha512-Bb/GzXhgWXnCI5UPjEwsVHHsTKIq1PwU8GXVH9dqkkp+0vzQzpFLsVUy2AUasxdMIHphe1bKq/+aR34/x7/PEw== -"@instructure/ui-a11y-content@^6.22.0", "@instructure/ui-a11y-content@^6.24.0": +"@instructure/ui-a11y-content@^6.22.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-a11y-content/-/ui-a11y-content-6.24.0.tgz#973a0c8de2ca2edfbf9000e57ab480af71c38fbe" integrity sha512-0MRRt1gKfw8UdPaPuanYp0Kr9yT24l3ql/p2l46P4yPfI7VMDa12581M4T1zQGb9Cc2b5Fuyl2eD4p+pp/y37A== @@ -1329,23 +1390,38 @@ keycode "^2" prop-types "^15" -"@instructure/ui-a11y-utils@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-a11y-utils/-/ui-a11y-utils-6.24.0.tgz#090309618a606de32799877598488af8925f6a36" - integrity sha512-scW8lhYoRQfEUGumDjiBdhMEEd+bP4yRcF0jRAwXU1ccGU35xFiO+Ef/Y5T6/cNHf/U+Fdw9SHAcL59Vm1Pq2w== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/console" "^6.24.0" - "@instructure/ui-a11y-content" "^6.24.0" - "@instructure/ui-dom-utils" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" - "@instructure/uid" "^6.24.0" +"@instructure/ui-a11y-content@^6.24.0", "@instructure/ui-a11y-content@^6.27.0", "@instructure/ui-a11y-content@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-a11y-content/-/ui-a11y-content-6.27.1.tgz#3322d56a2a29d1b3246868850be9a752f25475cc" + integrity sha512-B9DuX+xV2APCeHO61Lx18AmGbUSa32+jXQMSxvXAOiHdbhDyftxE4nTXaATGaxTzSglLaLmNMwvEtmRkWyTsjg== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + keycode "^2" + prop-types "^15" + +"@instructure/ui-a11y-utils@^6.24.0", "@instructure/ui-a11y-utils@^6.27.0", "@instructure/ui-a11y-utils@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-a11y-utils/-/ui-a11y-utils-6.27.1.tgz#a882d5e32a39d78e077dc24d37813e6e556e3a79" + integrity sha512-YV4QCUVI18JWrhEqQj/DPmoKVe5vN8ZtN7a0ySA7DRHS425Rr1LXskwbThvoTD6UQYOK0soVZg6T2QLVO8ecug== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/uid" "^6.27.1" keycode "^2" prop-types "^15" -"@instructure/ui-a11y@6", "@instructure/ui-a11y@^6.17.0", "@instructure/ui-a11y@^6.9.0", "@instructure/ui-a11y@~6.24.0": +"@instructure/ui-a11y@6", "@instructure/ui-a11y@^6.9.0", "@instructure/ui-a11y@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-a11y/-/ui-a11y-6.24.0.tgz#18c1005fe0f3607e53ecccaebf41fe3c1140e309" integrity sha512-G0qzkHbx3re0Ha+shR3lkaNB4UpQvbd+8PRmf68qztq7FqeVEZdSv7qiwxZeDEgUq1R8W5QSC/vh/IJGc5TvKg== @@ -1374,6 +1450,22 @@ keycode "^2" prop-types "^15" +"@instructure/ui-a11y@^6.17.0": + version "6.27.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-a11y/-/ui-a11y-6.27.0.tgz#4cc3ac1d18cfaced169692d58322cba437b8b8ea" + integrity sha512-Z0i6EyFRarz1YApae54BgJK8g3S+lRly7x0EhQs98inOoApd/ScB6zCEjYHmZ8PCZBWEVFhJyREBXUQiifsxCQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.0" + "@instructure/ui-a11y-content" "^6.27.0" + "@instructure/ui-dom-utils" "^6.27.0" + "@instructure/ui-react-utils" "^6.27.0" + "@instructure/ui-themeable" "^6.27.0" + "@instructure/ui-utils" "^6.27.0" + "@instructure/uid" "^6.27.0" + keycode "^2" + prop-types "^15" + "@instructure/ui-alerts@6", "@instructure/ui-alerts@^6.22.0", "@instructure/ui-alerts@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-alerts/-/ui-alerts-6.24.0.tgz#466f6c2e131cb99dcff64cfac23e676226264508" @@ -1460,7 +1552,7 @@ babel-plugin-transform-undefined-to-void "^6.9.4" core-js "^3.2.1" -"@instructure/ui-billboard@6", "@instructure/ui-billboard@^6.17.0", "@instructure/ui-billboard@~6.24.0": +"@instructure/ui-billboard@6", "@instructure/ui-billboard@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-billboard/-/ui-billboard-6.24.0.tgz#454689297d0fd3d6469b148441f0632c193c1e50" integrity sha512-6KLMK1zP9U3FafODZcVrRlWsCtABVfkCorLsvZ5bTjYkNC7+vQjWSQv9GKFucD4URfC5pv2LQPzzfYw4vOJ06Q== @@ -1487,6 +1579,20 @@ classnames "^2" prop-types "^15" +"@instructure/ui-billboard@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-billboard/-/ui-billboard-6.27.1.tgz#caeb9af47585f069bb7ac26eb175e97e0c2a7c80" + integrity sha512-phT4HdFcrgl2kp9H7otFMblwte4Z7CYugiWaNNjONdstNuvhJzYVLOT4MzE93/qM1t6nJoIzYp8BZIXHy/I3cg== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-heading" "^6.27.1" + "@instructure/ui-img" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-breadcrumb@^5.52.3": version "5.52.3" resolved "https://registry.yarnpkg.com/@instructure/ui-breadcrumb/-/ui-breadcrumb-5.52.3.tgz#acf46b4517467e6e0edb7a23234b235245e6eb43" @@ -1522,7 +1628,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-buttons@6", "@instructure/ui-buttons@^6.17.0", "@instructure/ui-buttons@^6.22.0", "@instructure/ui-buttons@^6.24.0", "@instructure/ui-buttons@~6.24.0": +"@instructure/ui-buttons@6", "@instructure/ui-buttons@^6.22.0", "@instructure/ui-buttons@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-buttons/-/ui-buttons-6.24.0.tgz#7765dbac9084adf8eec4a1df4b37a033c4985ac2" integrity sha512-SpS3yBSpnZhD+YklNs39lBdAsVzKfGxGL5fIYNKNC9P7Mw2BgK7bHRTIpv7YY1BuE6VUCOIBFXOxF2qY2TbiFw== @@ -1563,6 +1669,30 @@ keycode "^2" prop-types "^15" +"@instructure/ui-buttons@^6.17.0", "@instructure/ui-buttons@^6.24.0", "@instructure/ui-buttons@^6.27.0", "@instructure/ui-buttons@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-buttons/-/ui-buttons-6.27.1.tgz#91ba7053e5204baa8decc4fd658fb6a38c7c478c" + integrity sha512-Ze990STIuRCdVyPiWd2RN6gaqbX0zo3hxGEgU5mgmKY5XcQPe3P4Hr70ajHMrq/oA6t8E476DfNtJ7G80UtekA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-a11y-utils" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-flex" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-position" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-tooltip" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + keycode "^2" + prop-types "^15" + "@instructure/ui-calendar@^6.24.0", "@instructure/ui-calendar@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-calendar/-/ui-calendar-6.24.0.tgz#ab84d87582ce4e223262bec653cbe4dfb6779c3c" @@ -1582,7 +1712,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-checkbox@6", "@instructure/ui-checkbox@^6.24.0", "@instructure/ui-checkbox@~6.24.0": +"@instructure/ui-checkbox@6", "@instructure/ui-checkbox@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-checkbox/-/ui-checkbox-6.24.0.tgz#305c1ebc11c479b765736a4f410160414930994e" integrity sha512-NQTKbcLTOxc576YNewLP0BPV6wMK2cKbvQ61o8foabwp5xE/NdkT/BmDc/lsVEaA+XJybxakOr+u0pCXvOw9eQ== @@ -1603,7 +1733,28 @@ keycode "^2" prop-types "^15" -"@instructure/ui-color-utils@6", "@instructure/ui-color-utils@^6.17.0", "@instructure/ui-color-utils@^6.22.0", "@instructure/ui-color-utils@^6.24.0": +"@instructure/ui-checkbox@^6.24.0", "@instructure/ui-checkbox@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-checkbox/-/ui-checkbox-6.27.1.tgz#ea7d8400fc8293f21820fe294ce5dfc08b706de1" + integrity sha512-SQj2hzDLKStxn/YR2MXM2FCblkYVdrhAdboPmZT4G0KYt1IC1lhp/J6B1oUzOIVi94f7EZiPN1KPNeyEW3s3/g== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-svg-images" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + keycode "^2" + prop-types "^15" + +"@instructure/ui-color-utils@6", "@instructure/ui-color-utils@^6.22.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-color-utils/-/ui-color-utils-6.24.0.tgz#3b1c6cd87b864aa0a31b2f8a78488201f825e836" integrity sha512-g1nmkqeAH3UMJzJlF3LY6cR7ENlXs/tyW+brA2aGeyUVYNhV336+xxumv4KHfG/qvL0I3rD3n4czGdttTVk7Mg== @@ -1611,6 +1762,14 @@ "@babel/runtime" "^7.5.0" tinycolor2 "^1.4.1" +"@instructure/ui-color-utils@^6.17.0", "@instructure/ui-color-utils@^6.24.0", "@instructure/ui-color-utils@^6.27.0", "@instructure/ui-color-utils@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-color-utils/-/ui-color-utils-6.27.1.tgz#f77fa25954ad552259415c10735049db12a2d3e5" + integrity sha512-tyosHAxSO/GPNl02RsazP4p6NTemlQCPXAs8FKmRY0Ci75y3TnbEqr0BUUVSQP6tb7FlcRsW/HatRDPEWDo4rA== + dependencies: + "@babel/runtime" "^7.9.2" + tinycolor2 "^1.4.1" + "@instructure/ui-container@^5.52.3": version "5.52.3" resolved "https://registry.yarnpkg.com/@instructure/ui-container/-/ui-container-5.52.3.tgz#0c60a0c16ada533d20f119673c949094aab9c427" @@ -1682,27 +1841,34 @@ dependencies: "@babel/runtime" "^7" -"@instructure/ui-decorator@^6.24.0", "@instructure/ui-decorator@~6.24.0": +"@instructure/ui-decorator@^6.24.0", "@instructure/ui-decorator@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-decorator/-/ui-decorator-6.27.1.tgz#1d78a4608a285428c9eb4e1d6f39eda18c90c198" + integrity sha512-E8V5ExDUTc1wY0Ojz4ohJ6v+5nZJsRz6Gav63Q74PoASL3AX4Ywm2XH5XUyeGPj7zPgYMuv97x6dDV5GBD+MXg== + dependencies: + "@babel/runtime" "^7.9.2" + +"@instructure/ui-decorator@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-decorator/-/ui-decorator-6.24.0.tgz#9c394ba8a576f4a9d256f4545d6de620619d6262" integrity sha512-lPwroNMSNYO/tYX5NSe1Vvc+pasCdrL0BOtbVwNJJW377rXDweFlLzT+CaEZm/GDxyTVrsdjOPOtmwnL+n4jZw== dependencies: "@babel/runtime" "^7.5.0" -"@instructure/ui-dialog@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-dialog/-/ui-dialog-6.24.0.tgz#9fbb3eda2007177ff790e2d79b157cdd90ca3a30" - integrity sha512-O/mbrxOvmCs3yIQNnZ2DlEllCFQXTNRl2IcZY3c7Mi1ViEaRVHjVklIF2NWWZrpDy/6w0894J0CJe3Qarquu4A== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/ui-a11y-utils" "^6.24.0" - "@instructure/ui-dom-utils" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" +"@instructure/ui-dialog@^6.24.0", "@instructure/ui-dialog@^6.27.0", "@instructure/ui-dialog@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-dialog/-/ui-dialog-6.27.1.tgz#195d00e06f4e5db3416ec0095845a09b659ef4b2" + integrity sha512-6igXiigmm2C32UHOIvY/GLqHPPIWP6xhE2C9QJKM8X32g5QmzXsFVnSOPS7Xrl0V4OgLyXZHM69Ms7cU1EZuWw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-a11y-utils" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" prop-types "^15" -"@instructure/ui-dom-utils@^6.17.0", "@instructure/ui-dom-utils@^6.22.0", "@instructure/ui-dom-utils@^6.24.0": +"@instructure/ui-dom-utils@^6.22.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-dom-utils/-/ui-dom-utils-6.24.0.tgz#bb078d0d5314b559920b338e5fbb9bdcc2545c22" integrity sha512-FXMs/NsAC4vooZAJNstBnLHlEDqONcn6ZKk9GkJOSJUmmGb1Nx0QfW+Xr+zNBMHInVBw5lv5crmRGFQ+HzE3Nw== @@ -1710,6 +1876,14 @@ "@babel/runtime" "^7.5.0" "@instructure/console" "^6.24.0" +"@instructure/ui-dom-utils@^6.24.0", "@instructure/ui-dom-utils@^6.27.0", "@instructure/ui-dom-utils@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-dom-utils/-/ui-dom-utils-6.27.1.tgz#682e849452641767dad6d38883fadce60f7574a8" + integrity sha512-pteSg2B3sMI6/5LbFR0Tgb1MMDzeYvHQNFnbqhXNKLK6q8k5Eodmp/YKeAlJo2swrpUX7r1KL3s3jV3YEXkQ5Q== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-editable@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-editable/-/ui-editable-6.24.0.tgz#026c1e6a98fb01c01c2031949ab9c33c6b28e686" @@ -1726,7 +1900,7 @@ "@instructure/ui-utils" "^6.24.0" prop-types "^15" -"@instructure/ui-elements@6", "@instructure/ui-elements@^6.17.0", "@instructure/ui-elements@^6.24.0", "@instructure/ui-elements@~6.24.0": +"@instructure/ui-elements@6", "@instructure/ui-elements@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-elements/-/ui-elements-6.24.0.tgz#3765506f627a6805cc25c068d5bef5fc3d6a6536" integrity sha512-EFlxU78SEdgGQahKbkxuMTjxjv4QmVdkpChPrhcNcDZAqtmpCdvkjPrnAU/aG08o07aR1i1ZehhCg1IkagAdIQ== @@ -1778,6 +1952,34 @@ escape-html "^1" prop-types "^15" +"@instructure/ui-elements@^6.17.0", "@instructure/ui-elements@^6.24.0", "@instructure/ui-elements@^6.27.0": + version "6.27.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-elements/-/ui-elements-6.27.0.tgz#1bd6e43a212bf19c5cd7badda865064e95cec41a" + integrity sha512-Grh1lbSTIZq+N0xIjFj7gG7HMwSP9GLM/5vAGzrMuD1Gd9HAbEldbUN7kOe7BpL08Fe8lWvNugOd85styF4qOQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.0" + "@instructure/debounce" "^6.27.0" + "@instructure/ui-a11y-content" "^6.27.0" + "@instructure/ui-a11y-utils" "^6.27.0" + "@instructure/ui-dom-utils" "^6.27.0" + "@instructure/ui-focusable" "^6.27.0" + "@instructure/ui-icons" "^6.27.0" + "@instructure/ui-layout" "^6.27.0" + "@instructure/ui-motion" "^6.27.0" + "@instructure/ui-overlays" "^6.27.0" + "@instructure/ui-prop-types" "^6.27.0" + "@instructure/ui-react-utils" "^6.27.0" + "@instructure/ui-spinner" "^6.27.0" + "@instructure/ui-testable" "^6.27.0" + "@instructure/ui-themeable" "^6.27.0" + "@instructure/ui-utils" "^6.27.0" + "@instructure/ui-view" "^6.27.0" + "@instructure/uid" "^6.27.0" + classnames "^2" + escape-html "^1" + prop-types "^15" + "@instructure/ui-expandable@^6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-expandable/-/ui-expandable-6.24.0.tgz#04cccca367f29c59bd4138c0e75521cf80af3f35" @@ -1811,7 +2013,7 @@ keycode "^2" prop-types "^15" -"@instructure/ui-flex@6", "@instructure/ui-flex@^6.17.0", "@instructure/ui-flex@^6.24.0", "@instructure/ui-flex@~6.24.0": +"@instructure/ui-flex@6", "@instructure/ui-flex@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-flex/-/ui-flex-6.24.0.tgz#ae37bb9dc4f8100f75800413d8d812a87bcf841e" integrity sha512-HdmEQ7wwnVfC43rNZgDB3BTFJrJMCTyqvX8eEVF4pd4dTlm3YU/cMeik7T7C/QHjFVniJzKn3xdwbnbRJ53dMQ== @@ -1824,7 +2026,20 @@ classnames "^2" prop-types "^15" -"@instructure/ui-focusable@6", "@instructure/ui-focusable@^6.17.0", "@instructure/ui-focusable@^6.24.0", "@instructure/ui-focusable@~6.24.0": +"@instructure/ui-flex@^6.17.0", "@instructure/ui-flex@^6.24.0", "@instructure/ui-flex@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-flex/-/ui-flex-6.27.1.tgz#99e4303751158a87b34b0bc11618ed134d7af99c" + integrity sha512-mUEQRLJT2PDyTHjr7DSgs/RoYQnnFeYS3B6VcqmKoVJfhdGWRWEJzcpT6Ma0cMJb/GBzJxIG9Np6jM5np/V1Dw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-focusable@6", "@instructure/ui-focusable@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-focusable/-/ui-focusable-6.24.0.tgz#77040e84a0cb387c9dc06c6df74ccac7685f5420" integrity sha512-ugKlPhz3lDsVU/+nmH5Kkwc3XG5RRQbswRH6orZNU+8t/WaLeeKGe3D2MpRbsVvrd1YvUITJt4CKDayA1ClXcQ== @@ -1853,7 +2068,22 @@ classnames "^2" prop-types "^15" -"@instructure/ui-form-field@6", "@instructure/ui-form-field@^6.24.0", "@instructure/ui-form-field@~6.24.0": +"@instructure/ui-focusable@^6.17.0", "@instructure/ui-focusable@^6.24.0", "@instructure/ui-focusable@^6.27.0", "@instructure/ui-focusable@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-focusable/-/ui-focusable-6.27.1.tgz#f2aa8bd5200242041f9e8e272ffe8ac19ae3b2b8" + integrity sha512-gSwwHTgBDiYru69zB11VgERvfuHtJGBuVGDyfpXG8dYedYao24aINZ0cqWSWdx/EYLEib12ZjjYNdAl/SV81cQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-form-field@6", "@instructure/ui-form-field@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-form-field/-/ui-form-field-6.24.0.tgz#600624399d187552fbbffdb6e7a0aef7cac5178e" integrity sha512-+ch8aDjV7wByT00olIDq9VtaIa+iLw/SKsi3TuzfU7eGDI6N3Hg/+97IxBe6P/EFxzgtDp5W7b8NZ3zV2devOg== @@ -1887,7 +2117,25 @@ classnames "^2" prop-types "^15" -"@instructure/ui-forms@6", "@instructure/ui-forms@^6.17.0", "@instructure/ui-forms@~6.24.0": +"@instructure/ui-form-field@^6.24.0", "@instructure/ui-form-field@^6.27.0", "@instructure/ui-form-field@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-form-field/-/ui-form-field-6.27.1.tgz#9bbd09843d6cda3a5f8d9a689f6ebe7e698be84e" + integrity sha512-nOE/40LDelJc58KfM5bDnMQo3O7uYaMbRzNP5D9SurXWTzpZQtIM0+Nht/kcUoPdlJwPqMKeySB+sS/vlPirbA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-a11y-utils" "^6.27.1" + "@instructure/ui-grid" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-forms@6", "@instructure/ui-forms@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-forms/-/ui-forms-6.24.0.tgz#61cf4dad7c874641e5db26c01081276206560974" integrity sha512-WebMkXGJ1eCVHc/C/lHTZJ8VHBKiwPwHAAqAgCZM0s8JajDxgbMljluOig7R6ZYgZoBpWcrZU8/IIuuaIVOsPA== @@ -1955,7 +2203,62 @@ keycode "^2" prop-types "^15" -"@instructure/ui-grid@^6.24.0", "@instructure/ui-grid@~6.24.0": +"@instructure/ui-forms@^6.17.0": + version "6.27.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-forms/-/ui-forms-6.27.0.tgz#659d4eb7c57baaf675bcf4761d3b5bc757878bee" + integrity sha512-wGd1wujlRSAN0F7b8erItv6IzblCUErfjBhNBGypA8GBmhMg7G4UB+3bPoP1pwrmB+5V1KO4fTxbDEnPZW/8wA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.0" + "@instructure/debounce" "^6.27.0" + "@instructure/ui-a11y-content" "^6.27.0" + "@instructure/ui-a11y-utils" "^6.27.0" + "@instructure/ui-buttons" "^6.27.0" + "@instructure/ui-checkbox" "^6.27.0" + "@instructure/ui-dialog" "^6.27.0" + "@instructure/ui-dom-utils" "^6.27.0" + "@instructure/ui-elements" "^6.27.0" + "@instructure/ui-form-field" "^6.27.0" + "@instructure/ui-i18n" "^6.27.0" + "@instructure/ui-icons" "^6.27.0" + "@instructure/ui-layout" "^6.27.0" + "@instructure/ui-number-input" "^6.27.0" + "@instructure/ui-overlays" "^6.27.0" + "@instructure/ui-prop-types" "^6.27.0" + "@instructure/ui-radio-input" "^6.27.0" + "@instructure/ui-range-input" "^6.27.0" + "@instructure/ui-react-utils" "^6.27.0" + "@instructure/ui-spinner" "^6.27.0" + "@instructure/ui-svg-images" "^6.27.0" + "@instructure/ui-tag" "^6.27.0" + "@instructure/ui-testable" "^6.27.0" + "@instructure/ui-text-area" "^6.27.0" + "@instructure/ui-text-input" "^6.27.0" + "@instructure/ui-themeable" "^6.27.0" + "@instructure/ui-utils" "^6.27.0" + "@instructure/ui-view" "^6.27.0" + "@instructure/uid" "^6.27.0" + classnames "^2" + deep-equal "^1.1.0" + keycode "^2" + prop-types "^15" + +"@instructure/ui-grid@^6.24.0", "@instructure/ui-grid@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-grid/-/ui-grid-6.27.1.tgz#b56be8b3e8d3e5592285f8c5f2288fa191596651" + integrity sha512-qYLG7HrkmVv5e6kSHxDrBTa9O9x7UNV0e0EULPS14cW8qwLw2zMZtxGnjby4UBn0oZgrmCiYQ+rgvnLdLdgI8A== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-grid@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-grid/-/ui-grid-6.24.0.tgz#ec2f90ffe4d44c199809edd78639edf488fea1d9" integrity sha512-91i7oOmhFdQ55bc3hHzf0sVDEwH6H3kk4o7sncRAYnvieqoNz+uKa8JiFWpEfNlWw82maCoBxsKram6+9maPvA== @@ -1970,7 +2273,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-heading@6", "@instructure/ui-heading@^6.24.0", "@instructure/ui-heading@~6.24.0": +"@instructure/ui-heading@6", "@instructure/ui-heading@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-heading/-/ui-heading-6.24.0.tgz#4ccab7c156af05fe9a4bdda865d95f980cf31fb3" integrity sha512-F4EYRgEdjsPcxMLruRXPQYUC97o3NcfOZ8cM5q/7kX7ocrQk6RICkKXciBfbAMdoakwWwqpw89vGnwnizWBOkQ== @@ -1985,6 +2288,21 @@ classnames "^2" prop-types "^15" +"@instructure/ui-heading@^6.24.0", "@instructure/ui-heading@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-heading/-/ui-heading-6.27.1.tgz#8a18e9cb51bd859d14cfb81d6dba5ba160bc476d" + integrity sha512-D90OgIp12Z7wlJw6PePYWnHnCqKxPlgKT3OEnF9eP1BwjahxNDRcRitKQQG9eOoxDrqK0JWkXr12LZ9iuEO6jA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-i18n@^5.52.3": version "5.52.3" resolved "https://registry.yarnpkg.com/@instructure/ui-i18n/-/ui-i18n-5.52.3.tgz#06290b2e57bc4a649a40f5ff192389192018f22c" @@ -1998,7 +2316,22 @@ moment-timezone "^0.5" prop-types "^15" -"@instructure/ui-i18n@^6.24.0", "@instructure/ui-i18n@~6.24.0": +"@instructure/ui-i18n@^6.24.0", "@instructure/ui-i18n@^6.27.0", "@instructure/ui-i18n@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-i18n/-/ui-i18n-6.27.1.tgz#fee817f7f0c6200459af5ad34d939f8cf14a45a4" + integrity sha512-TFQpT1xww7V8KxWZJ43sqVq0w/SBqBlGM8MLLUkX/wnw8U8Ivm5y7MKDcjO68DUJcfGnMQ/9060OyoTLkAeahQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-decorator" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + decimal.js "^10" + moment-timezone "^0.5" + prop-types "^15" + +"@instructure/ui-i18n@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-i18n/-/ui-i18n-6.24.0.tgz#bd157843e3ebff89e4e4e6ef719fc562e5a473f1" integrity sha512-pcNbP1qV07VI/ft5X+UJdmTW5xfPzvz+ZLdEtNfdVlaCUqPSHIlZIa4EPBAxUR2F9FGcsfNJQUDe/r7RE4IMGw== @@ -2013,7 +2346,7 @@ moment-timezone "^0.5" prop-types "^15" -"@instructure/ui-icons@6", "@instructure/ui-icons@^6.17.0", "@instructure/ui-icons@^6.22.0", "@instructure/ui-icons@^6.24.0", "@instructure/ui-icons@~6.24.0": +"@instructure/ui-icons@6", "@instructure/ui-icons@^6.22.0", "@instructure/ui-icons@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-icons/-/ui-icons-6.24.0.tgz#8ec040316ed00dd11e5865d095f8ffc5f5de3ad3" integrity sha512-+zTe05lU3YeGjNh2zga2kmk438Pg3mIpZPzyP8H2RgckdwCcxqrIjLsWs4j2ZgLRxYf14YbbtILOmfg/bvQENw== @@ -2031,7 +2364,31 @@ "@instructure/ui-svg-images" "^5.52.3" prop-types "^15" -"@instructure/ui-img@^6.24.0", "@instructure/ui-img@~6.24.0": +"@instructure/ui-icons@^6.17.0", "@instructure/ui-icons@^6.24.0", "@instructure/ui-icons@^6.27.0", "@instructure/ui-icons@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-icons/-/ui-icons-6.27.1.tgz#ddcd9dcde693bb3f2d8a0806a70b4a020516ee1b" + integrity sha512-24bUxo3ME6z085QZbS5En3YuS6gmlndHTq+2+a7mwuFcUdQW6Np5OkhH/AZMf7iFRq/6S0dT6fmSiFXf0TB1uw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-svg-images" "^6.27.1" + prop-types "^15" + +"@instructure/ui-img@^6.24.0", "@instructure/ui-img@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-img/-/ui-img-6.27.1.tgz#5eb4ae2f774e2fb21574ef4207d3d9f8b37d6d71" + integrity sha512-E4WM6AKpKRVil7U9N+pe7OzAD+1x+iBjpfWAT1SVXtvqAtKGlkYPCS7jVhBd2B3Htpf58/XP2Osrrgg3a559cQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-img@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-img/-/ui-img-6.24.0.tgz#2feb96b28fa5df5289348b753ed32a6397636032" integrity sha512-i3wyQ4e6L0COU+mUwywamslWrap6DHkie8gWb+tm9zbOW+IL+mvSJibWVvw0ORDXEgN5smk9yOvCgN0ZcJGuHw== @@ -2046,7 +2403,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-layout@6", "@instructure/ui-layout@^6.17.0", "@instructure/ui-layout@^6.24.0", "@instructure/ui-layout@^6.9.0", "@instructure/ui-layout@~6.24.0": +"@instructure/ui-layout@6", "@instructure/ui-layout@^6.9.0", "@instructure/ui-layout@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-layout/-/ui-layout-6.24.0.tgz#e7315720b2974980c9326d7b89ace38638b23638" integrity sha512-AiEggJhYKkow3wmcnxAVbp80DA2oP2OF9qAmN8cEULVH1nWXdUlX3f9llz0c4WUHjrVy/uRei1Wt10tVHou4Cw== @@ -2092,6 +2449,32 @@ classnames "^2" prop-types "^15" +"@instructure/ui-layout@^6.17.0", "@instructure/ui-layout@^6.24.0", "@instructure/ui-layout@^6.27.0": + version "6.27.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-layout/-/ui-layout-6.27.0.tgz#27ea4b1a5f896a84cd00dd97b08ab6b6fc2ec7fb" + integrity sha512-vwtWkOF4+U3whHM3jh0ZJQT0sWksN43ZdxgE9eqQlhuuOemWHQWSp+IuFhRuMjAIlRxpGacQBVVM3OMU12ezkQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.0" + "@instructure/debounce" "^6.27.0" + "@instructure/ui-a11y-content" "^6.27.0" + "@instructure/ui-color-utils" "^6.27.0" + "@instructure/ui-dialog" "^6.27.0" + "@instructure/ui-dom-utils" "^6.27.0" + "@instructure/ui-i18n" "^6.27.0" + "@instructure/ui-motion" "^6.27.0" + "@instructure/ui-portal" "^6.27.0" + "@instructure/ui-position" "^6.27.0" + "@instructure/ui-prop-types" "^6.27.0" + "@instructure/ui-react-utils" "^6.27.0" + "@instructure/ui-testable" "^6.27.0" + "@instructure/ui-themeable" "^6.27.0" + "@instructure/ui-utils" "^6.27.0" + "@instructure/ui-view" "^6.27.0" + "@instructure/uid" "^6.27.0" + classnames "^2" + prop-types "^15" + "@instructure/ui-link@^6.24.0", "@instructure/ui-link@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-link/-/ui-link-6.24.0.tgz#9a1b47dc7b9fcee52999095f3628bf25496be456" @@ -2111,6 +2494,21 @@ classnames "^2" prop-types "^15" +"@instructure/ui-list@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-list/-/ui-list-6.27.1.tgz#89b1b7eb070cddd8265091d8c16b3e4952d4572a" + integrity sha512-Fx6sS+WTF1j00/Mx796ZT4bkny/AFngpMhGVIDfz9B0cTK02XfeCd38SQX/CRdE5RXvoec0nd/SqDojw8SKKNQ== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-list@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-list/-/ui-list-6.24.0.tgz#c868667d7b91f8995da63e602a5c2912ef7c2fa5" @@ -2190,6 +2588,27 @@ keycode "^2" prop-types "^15" +"@instructure/ui-modal@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-modal/-/ui-modal-6.27.1.tgz#dc1182e43000523da593776302567f2f031320c3" + integrity sha512-mnHRO7VOFumevVC6XgPFtpWiKGkg1lt+zbCHql2w5K2q7brtCQ4tzWt2wMPKcoIkNVpRRwoaDIMYIC7uHAeBLw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-buttons" "^6.27.1" + "@instructure/ui-dialog" "^6.27.1" + "@instructure/ui-motion" "^6.27.1" + "@instructure/ui-overlays" "^6.27.1" + "@instructure/ui-portal" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-modal@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-modal/-/ui-modal-6.24.0.tgz#c132904d79d851aab755c170d43b3fb32c81eff7" @@ -2211,7 +2630,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-motion@6", "@instructure/ui-motion@^6.24.0", "@instructure/ui-motion@~6.24.0": +"@instructure/ui-motion@6", "@instructure/ui-motion@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-motion/-/ui-motion-6.24.0.tgz#3b9509dd68b5de6601214b876bc78a1e7020374e" integrity sha512-p65kMdjYARgvHxQgTTh/7YGj3osP0IKaofqeca2DPEJfDPa/3Gp83oNF926u4W42p+NrzQCyIvmnTBqDt5cjKg== @@ -2235,6 +2654,19 @@ "@instructure/ui-utils" "^5.52.3" prop-types "^15" +"@instructure/ui-motion@^6.24.0", "@instructure/ui-motion@^6.27.0", "@instructure/ui-motion@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-motion/-/ui-motion-6.27.1.tgz#8be36a1af18d49eb554b2837618029f6ae5c6c21" + integrity sha512-D68nw8C95PLj3imFMawkNwZVEAVYAXf48hZDQdl0iXptZJfG2hqsCyu6bwm1pJYVUtaR8QHGCRAw1iszLRgmog== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + prop-types "^15" + "@instructure/ui-number-input@^5.52.3": version "5.52.3" resolved "https://registry.yarnpkg.com/@instructure/ui-number-input/-/ui-number-input-5.52.3.tgz#fe100d8f93c305493582d2e1b891b714c7785066" @@ -2251,7 +2683,24 @@ keycode "^2" prop-types "^15" -"@instructure/ui-number-input@^6.24.0", "@instructure/ui-number-input@~6.24.0": +"@instructure/ui-number-input@^6.24.0", "@instructure/ui-number-input@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-number-input/-/ui-number-input-6.27.1.tgz#67baeac32fe2577ba25cd3821048f8ced6322f63" + integrity sha512-EDGqpNY1nbfxzc+B+xbSSVG3PTw8oQe9N0FfB35uiyavpM67mP+U9nyEGxtty5d21sGpCf/6HLx/8C4iphe25w== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + keycode "^2" + prop-types "^15" + +"@instructure/ui-number-input@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-number-input/-/ui-number-input-6.24.0.tgz#e133673d739d616378fc53c92225d3232484e54f" integrity sha512-PGwo3/B3QPNgwE5d3/bKoU3LSxBTeduTUXC1pCUwDYJXdpE8a3gcjEnXW5I1MOHWtt4o8N2mqE12y7nHlpjFbw== @@ -2284,7 +2733,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-overlays@6", "@instructure/ui-overlays@^6.17.0", "@instructure/ui-overlays@^6.24.0", "@instructure/ui-overlays@~6.24.0": +"@instructure/ui-overlays@6", "@instructure/ui-overlays@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-overlays/-/ui-overlays-6.24.0.tgz#e7b0e3a87cbccd6142a7491e042d5d92f11542df" integrity sha512-ecIkO1QrY+tnnuHi5F0WOBd7HDIbvFTRUF0Gc+CIl3skSv50Hg3GZJwSuScz4B1JzQtHt8b1BNbiC+C5uj6Flg== @@ -2337,7 +2786,36 @@ no-scroll "^2.1.0" prop-types "^15" -"@instructure/ui-pagination@6", "@instructure/ui-pagination@^6.17.0", "@instructure/ui-pagination@~6.24.0": +"@instructure/ui-overlays@^6.17.0", "@instructure/ui-overlays@^6.24.0", "@instructure/ui-overlays@^6.27.0", "@instructure/ui-overlays@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-overlays/-/ui-overlays-6.27.1.tgz#a42e8e628cb5dc87f0dcbaa5a15d6ac94e1637cf" + integrity sha512-dVWly6MU9TVugE8ebCD+l+XwJxCo6zl5l5NnhRxx4BZim8cZbaw89ITGXI5zHGI6UX8vco0xGWLhBrD1OflNMw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-buttons" "^6.27.1" + "@instructure/ui-dialog" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-focusable" "^6.27.1" + "@instructure/ui-i18n" "^6.27.1" + "@instructure/ui-motion" "^6.27.1" + "@instructure/ui-popover" "^6.27.1" + "@instructure/ui-portal" "^6.27.1" + "@instructure/ui-position" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-tooltip" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + keycode "^2" + no-scroll "^2.1.0" + prop-types "^15" + +"@instructure/ui-pagination@6", "@instructure/ui-pagination@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-pagination/-/ui-pagination-6.24.0.tgz#0b81e4fd17cf2984e522e48dfd239f18356166b3" integrity sha512-LYOUVPkNCPltxlWA7ohdtPYf4Hj0arHUwdtZL/GYlQXKjgXShFGlrsg2K/ne07hkSQzxJFM4XxK3tHQoDczYRg== @@ -2379,29 +2857,51 @@ "@instructure/uid" "^5.52.3" prop-types "^15" -"@instructure/ui-popover@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-popover/-/ui-popover-6.24.0.tgz#352e5e7f65f6e64ff5525ede9850d05a7f6c394f" - integrity sha512-MgZSlFlB6TOXqR6aVDTPTnG/Wjtye32zc/ULWCqzUyPUVMQTRwehEt+PauAkTMhTRDuQMch2C59O7A+8vx6F0A== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/console" "^6.24.0" - "@instructure/ui-a11y-utils" "^6.24.0" - "@instructure/ui-dialog" "^6.24.0" - "@instructure/ui-dom-utils" "^6.24.0" - "@instructure/ui-i18n" "^6.24.0" - "@instructure/ui-position" "^6.24.0" - "@instructure/ui-prop-types" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" - "@instructure/ui-utils" "^6.24.0" - "@instructure/ui-view" "^6.24.0" - "@instructure/uid" "^6.24.0" +"@instructure/ui-pagination@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-pagination/-/ui-pagination-6.27.1.tgz#e4277f3346dba62d2871697cb8a87ca5886e0cc8" + integrity sha512-2NW9oZApFKPUJmeL/pKzhf0uxKuCxXzdDGx8QnaXQTnF72NrC8BfrhgJgPC+/HL/9qu/ArUU//KDBlMzsITCkA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-a11y-utils" "^6.27.1" + "@instructure/ui-buttons" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-portal" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-tooltip" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + "@instructure/uid" "^6.27.1" + prop-types "^15" + +"@instructure/ui-popover@^6.24.0", "@instructure/ui-popover@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-popover/-/ui-popover-6.27.1.tgz#3a3dcb5a3cd4b01c5326d8e2adff1eb32d2702ea" + integrity sha512-xEsYuhJJ9LOWt7K7QOJsJUwI5DDGZPVDPzJIi3m72QgJQ4VD27I1Njvcb8Cb9deo5C0FfkcuCZeZiSjkvjltMw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-a11y-utils" "^6.27.1" + "@instructure/ui-dialog" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-i18n" "^6.27.1" + "@instructure/ui-position" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + "@instructure/uid" "^6.27.1" keycode "^2" prop-types "^15" -"@instructure/ui-portal@6", "@instructure/ui-portal@^6.24.0", "@instructure/ui-portal@~6.24.0": +"@instructure/ui-portal@6", "@instructure/ui-portal@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-portal/-/ui-portal-6.24.0.tgz#cc3166341c966edc0970e4f7852397c1355548e6" integrity sha512-lxGtgSWaXz5PoqN8/HGe2p6u/ZggY4TnYb1HfofkQsnicon/vnaRR0q1cA/Too0qQztylOWqsH/XyZMPinEUIA== @@ -2425,21 +2925,33 @@ "@instructure/ui-utils" "^5.52.3" prop-types "^15" -"@instructure/ui-position@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-position/-/ui-position-6.24.0.tgz#7452870d673a4d262f21490d05d375b9e75fab50" - integrity sha512-eT8FLdpFLADXE8f0o62y6QJmeA+MJxjrchQc/YzD+cYOlsVWuwGv6pEFUWjRXvaiZ676MUb5DPXoNzrR68UINw== +"@instructure/ui-portal@^6.24.0", "@instructure/ui-portal@^6.27.0", "@instructure/ui-portal@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-portal/-/ui-portal-6.27.1.tgz#14f0fef06c1c312d0e79a93eb3aab0e843788a6e" + integrity sha512-vC79j7XD0ga/pODS2R0kUmpKbEE/kw0Paeg/Flls5/SAp9bDDUYqHmqn3ewe8tALpskb0+lwgFTgiq0e8lDJiw== dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/debounce" "^6.24.0" - "@instructure/ui-dom-utils" "^6.24.0" - "@instructure/ui-portal" "^6.24.0" - "@instructure/ui-prop-types" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" - "@instructure/ui-utils" "^6.24.0" - "@instructure/uid" "^6.24.0" + "@babel/runtime" "^7.9.2" + "@instructure/ui-i18n" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + prop-types "^15" + +"@instructure/ui-position@^6.24.0", "@instructure/ui-position@^6.27.0", "@instructure/ui-position@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-position/-/ui-position-6.27.1.tgz#06b041e611938954c98d389d2f8fe921a6cf3523" + integrity sha512-Zqrc0z7n11lybkx/hRHn6/mKFcX33ZVhBsTd8/ml3TJwn/WPug3fhbmGoOdHE3BOOeQRtjI5cQdvICgEUUN4Nw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/debounce" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-portal" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" classnames "^2" prop-types "^15" @@ -2464,7 +2976,23 @@ postcss-reporter "^6.0.1" postcss-simple-vars "^5.0.1" -"@instructure/ui-progress@^6.17.0", "@instructure/ui-progress@~6.24.0": +"@instructure/ui-progress@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-progress/-/ui-progress-6.27.1.tgz#9d070f7e5df05b5b670e3f8ac1165c7219cef3b3" + integrity sha512-O/B4p2UlP77LSYYG6H8VfMpTGYP6/F5J8N11AvjNvsh9zkQJ1BOr0I6uNVWiT9Kt8ocUGVmtXmIRFpsw+UQrsA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-a11y-content" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-progress@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-progress/-/ui-progress-6.24.0.tgz#4353d6ced6b7f44c0b0b2e7140d052da2dfa6608" integrity sha512-PPnYxaMcFSqIlsl06uSh9c+bns20a/nAo7HisvwiaiLfLkCqenhx433GE4WsgnxKcYIvP7PSAMU3GPrmfhqfFQ== @@ -2480,7 +3008,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-prop-types@6", "@instructure/ui-prop-types@^6.24.0": +"@instructure/ui-prop-types@6": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-prop-types/-/ui-prop-types-6.24.0.tgz#132c82328036570f6f9f4f205b08ea3a512d3e03" integrity sha512-pFwcY+xJgWu8rWZzN+vpF3oNq4EZVemu2Kcp1KNopQwUg3jRn4eawAziEHQPLgNF/YM6QGOXylcKdTvQLv7G3w== @@ -2496,7 +3024,31 @@ "@babel/runtime" "^7" prop-types ">= 15.7.0" -"@instructure/ui-radio-input@^6.24.0", "@instructure/ui-radio-input@~6.24.0": +"@instructure/ui-prop-types@^6.24.0", "@instructure/ui-prop-types@^6.27.0", "@instructure/ui-prop-types@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-prop-types/-/ui-prop-types-6.27.1.tgz#9e33bfe3c7ce02ac84359f1e448095a82daaed98" + integrity sha512-USbkRlmuQkck+AV75ZQtI9tEomDU5rhsgewi+XpUNQRl04mc29irVPLodlFKzrPRRk9ifDGzqwJ3lz88rHTFrA== + dependencies: + "@babel/runtime" "^7.9.2" + prop-types ">= 15.7.0" + +"@instructure/ui-radio-input@^6.24.0", "@instructure/ui-radio-input@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-radio-input/-/ui-radio-input-6.27.1.tgz#1fb332a8769c9d131e081adf537f38a54c31b8ec" + integrity sha512-tiG5zEs4g1CO+PtA7eDJAEgaxQN/OQSOktFl0Q1yyMvPffFtcAyp72rZu1lNfbXpIMP7IRUzf4Mk2KMLLusW4g== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-radio-input@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-radio-input/-/ui-radio-input-6.24.0.tgz#cf34d8f5cc7993f55366a8f368a75d1737436432" integrity sha512-yI1iozy4FFfsVpZNyd3COGAM7TwDV7J/rKOwk1DTXDpzy/ah8De05oyYpWFVr/kfyzcVsALofWWX1zi/lC9WZw== @@ -2512,27 +3064,27 @@ classnames "^2" prop-types "^15" -"@instructure/ui-range-input@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-range-input/-/ui-range-input-6.24.0.tgz#7d517a1d9b92925f2ae8cf48aae328b04940d7bc" - integrity sha512-8E4Et0HXsWs/rGJIAWccUdb7BYWzYRIhRRSWjZqcPD5mQy4+UL/79Fwao/ar1pn7FKnzltqlfPzpqWuxC19yrQ== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/console" "^6.24.0" - "@instructure/ui-color-utils" "^6.24.0" - "@instructure/ui-dom-utils" "^6.24.0" - "@instructure/ui-form-field" "^6.24.0" - "@instructure/ui-prop-types" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" - "@instructure/ui-utils" "^6.24.0" - "@instructure/ui-view" "^6.24.0" - "@instructure/uid" "^6.24.0" +"@instructure/ui-range-input@^6.24.0", "@instructure/ui-range-input@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-range-input/-/ui-range-input-6.27.1.tgz#30b2dc8dd9d4b3693fb42626296fd6ffc67c391a" + integrity sha512-mPeca79f6BX3y+iPolzmFKP83A/YS8WRljkavn5WJrtEBF+p/KTpsmZF9UNQksoe9rYGgou3gyV0KCmPdO57vg== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + "@instructure/uid" "^6.27.1" classnames "^2" prop-types "^15" -"@instructure/ui-react-utils@6", "@instructure/ui-react-utils@^6.17.0", "@instructure/ui-react-utils@^6.24.0", "@instructure/ui-react-utils@~6.24.0": +"@instructure/ui-react-utils@6", "@instructure/ui-react-utils@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-react-utils/-/ui-react-utils-6.24.0.tgz#a5d36e1d98818c4453c9d4ed8326a053aec84213" integrity sha512-M5hLJfemO3BU4XGq5ukx+wupbR3YXbyUnGt7CNnoc7DN5wrKdAwaZgaPycAb67DiYhwdMmZ9ploNoEYpCfYwHA== @@ -2546,6 +3098,20 @@ prop-types "^15" react-lifecycles-compat "^3.0.4" +"@instructure/ui-react-utils@^6.24.0", "@instructure/ui-react-utils@^6.27.0", "@instructure/ui-react-utils@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-react-utils/-/ui-react-utils-6.27.1.tgz#8208e6d3dc5643216a74a7cf096a954192063f0f" + integrity sha512-zYmm1TJKHremx5kje3AdVEXJ7RLH0AkgjWvtAF8uJCnM+5DlYH+MTVZ5IFx5lqDt2l+qduTo9W4i+/bb7qry1Q== + dependencies: + "@babel/runtime" "^7.9.2" + "@emotion/is-prop-valid" "^0.8.3" + "@instructure/console" "^6.27.1" + "@instructure/ui-decorator" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + prop-types "^15" + react-lifecycles-compat "^3.0.4" + "@instructure/ui-responsive@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-responsive/-/ui-responsive-6.24.0.tgz#f4597f7ac97ef963a06ea4e8d022c92fb36be04f" @@ -2617,7 +3183,24 @@ "@instructure/uid" "^6.24.0" prop-types "^15" -"@instructure/ui-spinner@^6.17.0", "@instructure/ui-spinner@^6.22.0", "@instructure/ui-spinner@^6.24.0", "@instructure/ui-spinner@~6.24.0": +"@instructure/ui-spinner@^6.17.0", "@instructure/ui-spinner@^6.24.0", "@instructure/ui-spinner@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-spinner/-/ui-spinner-6.27.1.tgz#cadf02a65201a635d016e14cb64ac64e36374f94" + integrity sha512-HwnU7N60E/CpLIc2fGj+yMJM6nJAQ7OKZ6OKKwRVIAom6qsjibCwo844R6TQlsJq+DLKuHWCg2xQWEc30jeo5Q== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-spinner@^6.22.0", "@instructure/ui-spinner@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-spinner/-/ui-spinner-6.24.0.tgz#62620505b433b990bea7de97fd56a9d34bf9fb44" integrity sha512-8f6oQKD9hxwmro5hIC9IKsGBhV5+vsQSZhwfcViHaOY5K87q6oXav8RKcVO/RcqVG2ckjZM0eSaHnGoLOF5gcw== @@ -2642,15 +3225,15 @@ "@babel/runtime" "^7" glamor "^2.20.40" -"@instructure/ui-stylesheet@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-stylesheet/-/ui-stylesheet-6.24.0.tgz#8bd91384eb29185b99b20e7abe21fc07b6c84e40" - integrity sha512-ByWoT6Belq2zXvS18sU2Md7h6XRZ4YdqrzTSFSmjjeLwfZGEVRI89hy/IIYcURc33hycXw8SIEvFru5cH99JHg== +"@instructure/ui-stylesheet@^6.24.0", "@instructure/ui-stylesheet@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-stylesheet/-/ui-stylesheet-6.27.1.tgz#c9748600e2e5b44f4fa67968c22901eb63acd954" + integrity sha512-Jva0PtTffEMUkRBC1avsnvXU5ZEksXY7nIDwcC4c+3GXE5Cb3X8Sl6lmOOCLfFsOI6nwJraeRyOluG4x9CUX9A== dependencies: - "@babel/runtime" "^7.5.0" + "@babel/runtime" "^7.9.2" glamor "^2.20.40" -"@instructure/ui-svg-images@6", "@instructure/ui-svg-images@^6.24.0", "@instructure/ui-svg-images@~6.24.0": +"@instructure/ui-svg-images@6", "@instructure/ui-svg-images@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-svg-images/-/ui-svg-images-6.24.0.tgz#2f2a365be1b39ebc31f83255a5751d58a4f0a8f3" integrity sha512-qatjr9CfCWkSitUY+CLMHPeP+SzS3u0UDXvVmPoC1WbLNjHySvhORwsS0GBUWwlLFmCP+Oicx5XqYmYl0EeZHw== @@ -2677,6 +3260,20 @@ classnames "^2" prop-types "^15" +"@instructure/ui-svg-images@^6.24.0", "@instructure/ui-svg-images@^6.27.0", "@instructure/ui-svg-images@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-svg-images/-/ui-svg-images-6.27.1.tgz#b94b7b6b830060896445e14cf756bddda56a7b5b" + integrity sha512-YeS00xp6PclRCU4jeJE1OMKI72Eohakm+FbsL7HZU6c5n5Sg2vRbzwlkGunIjIeypWAeh8OaSi4ModI75ze0Qw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-table@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-table/-/ui-table-6.24.0.tgz#4ad31aafa0fbea08af49cafaf1285b6055ae0031" @@ -2735,7 +3332,24 @@ keycode "^2" prop-types "^15" -"@instructure/ui-tag@^6.24.0", "@instructure/ui-tag@~6.24.0": +"@instructure/ui-tag@^6.24.0", "@instructure/ui-tag@^6.27.0", "@instructure/ui-tag@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-tag/-/ui-tag-6.27.1.tgz#ec9667ad1e07ec83865b88945298cef63cafa2ef" + integrity sha512-JntJjA5AC59ydz9FiyaYnD85bSBAQdlrDGNYNbnSI7se2qeS1R5P0JaUHCBr4/ITvN97Mof6SfFqyoX7zJV9Ig== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-view" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-tag@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-tag/-/ui-tag-6.24.0.tgz#3ee1f8c04ba6d41261b43bae44ee5162c0f7dae1" integrity sha512-hNfwAt1FnTWXrwZ9AXRvTL4sle3SQV5a86+fA5O2kAP2xe+Ctki3LtSbl0MGrRlY4eLwLpxv6XrYGNVwV/r8ng== @@ -2759,14 +3373,15 @@ dependencies: "@instructure/ui-decorator" "^5.52.3" -"@instructure/ui-testable@^6.17.0", "@instructure/ui-testable@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-testable/-/ui-testable-6.24.0.tgz#f5d7fe56438716a9f459392620da934ba73e6817" - integrity sha512-gBV1gUqRh5/SlxksnVOLaFRt//Z/3DtTfWz6rdZKUA0bpuqmJdTFOQ4MxFCciNNgv2om422gw1mxrCEydWW5Cg== +"@instructure/ui-testable@^6.24.0", "@instructure/ui-testable@^6.27.0", "@instructure/ui-testable@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-testable/-/ui-testable-6.27.1.tgz#b1d2bd56b808ceb50c2c8091873926d0ac9573d0" + integrity sha512-0GFQmXR/ci50BXFxe3jt+i6eYtLWcvml+yAq/hV6LAbCS8AtZ6vla7LYf+5j4Mo4DvG/g7ujDSW12kK3z3Cykg== dependencies: - "@instructure/ui-decorator" "^6.24.0" + "@babel/runtime" "^7.9.2" + "@instructure/ui-decorator" "^6.27.1" -"@instructure/ui-text-area@6", "@instructure/ui-text-area@^6.24.0", "@instructure/ui-text-area@~6.24.0": +"@instructure/ui-text-area@6", "@instructure/ui-text-area@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-text-area/-/ui-text-area-6.24.0.tgz#4fdcc63bf998af68d0650bbcb07370ce8aa99a9d" integrity sha512-g93E9wc1PazualXd8lrf3KSW3YgyoHVWJFDueKSyiZBrbD2BAprxYPu4x33FKHnVCXzVzXq79D3IiAvxgkc3uA== @@ -2784,7 +3399,25 @@ classnames "^2" prop-types "^15" -"@instructure/ui-text-input@6", "@instructure/ui-text-input@^6.17.0", "@instructure/ui-text-input@^6.22.0", "@instructure/ui-text-input@^6.24.0", "@instructure/ui-text-input@~6.24.0": +"@instructure/ui-text-area@^6.24.0", "@instructure/ui-text-area@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-text-area/-/ui-text-area-6.27.1.tgz#c2e947a5f168bea3964634a82e52ebf1fdc20635" + integrity sha512-k0o8VkuJ4/UfnZfLUBSI7T5Og7fK1kwW7XXGO9e7mTkF6z0ckhSDRyvbvhN+JmxMh7sAOf9OVlpax17zs0Vp+A== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/debounce" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/ui-text-input@6", "@instructure/ui-text-input@^6.22.0", "@instructure/ui-text-input@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-text-input/-/ui-text-input-6.24.0.tgz#bb08c80d51c49aae68f32eb588f9faef34660cfc" integrity sha512-2kFAgLcrM3njYaXU80FJjKm+fPxsZ3slz7Oi5LcShTXHQa2GXVnWziFIO591kNBOieCfhs95n02rH5LBRFSdOg== @@ -2804,6 +3437,26 @@ classnames "^2" prop-types "^15" +"@instructure/ui-text-input@^6.17.0", "@instructure/ui-text-input@^6.24.0", "@instructure/ui-text-input@^6.27.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-text-input/-/ui-text-input-6.27.1.tgz#a95ecd032e116a4c0b303446616a789d169a7e3e" + integrity sha512-bSquS5Q49bvofYZGqtQHnhHpIUG4BAkjfIp/lPbg4r7trN9vOVUeA576v0g3KmrHmHcQFtijiAJRdKfBW2DiuA== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-flex" "^6.27.1" + "@instructure/ui-form-field" "^6.27.1" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-tag" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + classnames "^2" + prop-types "^15" + "@instructure/ui-text@6", "@instructure/ui-text@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-text/-/ui-text-6.24.0.tgz#413933b2d74593356a508595e9127b154dff15b9" @@ -2816,7 +3469,7 @@ classnames "^2" prop-types "^15" -"@instructure/ui-themeable@6", "@instructure/ui-themeable@^6.17.0", "@instructure/ui-themeable@^6.22.0", "@instructure/ui-themeable@^6.24.0", "@instructure/ui-themeable@^6.9.0", "@instructure/ui-themeable@~6.24.0": +"@instructure/ui-themeable@6", "@instructure/ui-themeable@^6.22.0", "@instructure/ui-themeable@^6.9.0", "@instructure/ui-themeable@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-themeable/-/ui-themeable-6.24.0.tgz#df3fdf9b81f62888f59d9a6ec97d39da80bc70d5" integrity sha512-d/meS6jl1oPEI9FK5SSEFVvFGQVv9kKlgq1PrzwZtNOBo9E11qAMlK8p7yPOUgX7r5hMvqAmKOwF4h6rmQAp8g== @@ -2846,7 +3499,23 @@ prop-types "^15" tinycolor2 "^1.4.1" -"@instructure/ui-themes@6", "@instructure/ui-themes@^6.17.0", "@instructure/ui-themes@~6.24.0": +"@instructure/ui-themeable@^6.17.0", "@instructure/ui-themeable@^6.24.0", "@instructure/ui-themeable@^6.27.0", "@instructure/ui-themeable@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-themeable/-/ui-themeable-6.27.1.tgz#b2cc647f73d7cc2bc4a940893b686490a7b31daf" + integrity sha512-9+qtw7WYLKriYGB6iUoIBALCfZ2PnXnn+fadXVa7v0q7EvWj0yeBC37R2R5pQUw8M/juk0g9WZC6yt9SycEtHw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-decorator" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-stylesheet" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + "@instructure/uid" "^6.27.1" + prop-types "^15" + +"@instructure/ui-themes@6", "@instructure/ui-themes@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-themes/-/ui-themes-6.24.0.tgz#b0c25beda44f4137fd3e44fe06bd047d5faa0b71" integrity sha512-/+IDssBKEx1wqml4Qv90YBJAkURZF39W9UfyIMZ3HtdSlbWpJqIcux4+aBAiPaMVG7te1B6uYGbZzfBNswQG1A== @@ -2864,6 +3533,16 @@ "@babel/runtime" "^7" "@instructure/ui-themeable" "^5.52.3" +"@instructure/ui-themes@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-themes/-/ui-themes-6.27.1.tgz#6df70e64d8afaecc35aba6aeb2c0ed566c1ebbc9" + integrity sha512-6J5I/P32INh0CiSJLi3QYEAPiAOTfwEPrVmSd+wDAioimELhLp1Zkru4awjpPTUcz6OfaSGKu83rxCBGUXtJLg== + dependencies: + "@instructure/canvas-ams-theme" "^6.27.1" + "@instructure/canvas-high-contrast-theme" "^6.27.1" + "@instructure/canvas-theme" "^6.27.1" + "@instructure/instructure-theme" "^6.27.1" + "@instructure/ui-toggle-details@6", "@instructure/ui-toggle-details@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-toggle-details/-/ui-toggle-details-6.24.0.tgz#2f491357ef4bd7559ed673e1f8c0950d55fde172" @@ -2908,22 +3587,22 @@ classnames "^2" prop-types "^15" -"@instructure/ui-tooltip@^6.24.0": - version "6.24.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-tooltip/-/ui-tooltip-6.24.0.tgz#6e3f23d819d2094fff5280976d2fdc6b1c03a459" - integrity sha512-kLAzZv+gOR1Kzahkf91/RbWqkFlMBnuYEzp6to6aawvQWex9SnX4s+KJErIncrizDXSj7yxPGgmXCPLFTWmkYA== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/ui-popover" "^6.24.0" - "@instructure/ui-position" "^6.24.0" - "@instructure/ui-prop-types" "^6.24.0" - "@instructure/ui-react-utils" "^6.24.0" - "@instructure/ui-testable" "^6.24.0" - "@instructure/ui-themeable" "^6.24.0" - "@instructure/uid" "^6.24.0" +"@instructure/ui-tooltip@^6.24.0", "@instructure/ui-tooltip@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-tooltip/-/ui-tooltip-6.27.1.tgz#1d3e369320075abf6ab7c8988833846528f5800f" + integrity sha512-jsCqwxxJ/1PDe4em38WU1/MifntmbeHFLUoKmLKdxiAKDsRLw5BOyNuGLT+wpS86U1WjOS0x3ne/rqCr49QODw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-popover" "^6.27.1" + "@instructure/ui-position" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/uid" "^6.27.1" prop-types "^15" -"@instructure/ui-tree-browser@6", "@instructure/ui-tree-browser@^6.17.0", "@instructure/ui-tree-browser@~6.24.0": +"@instructure/ui-tree-browser@6", "@instructure/ui-tree-browser@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-tree-browser/-/ui-tree-browser-6.24.0.tgz#00d1cf56ddb581dd2024e394ec52ece38152a58b" integrity sha512-g2wjzkRZ5leezTn1enNB8V8HjwBFawqbASqroIEHr8RyKI6pyrX7bvS7g7hUcYhCm9C9gYHUm3Ew6OoYIv+g3Q== @@ -2956,19 +3635,36 @@ keycode "^2" prop-types "^15" -"@instructure/ui-truncate-text@6.17.0": - version "6.17.0" - resolved "https://registry.yarnpkg.com/@instructure/ui-truncate-text/-/ui-truncate-text-6.17.0.tgz#2f1061022d64b9bb4267f5139c02349f92b20328" - integrity sha512-ydMWraPSO7E3+GDkMjd24xp315xThntC7tzPpwqUirWmS4T1nTh16NYj4JqBosxo/xa6cB0QfBL8eUwMRWNgZg== - dependencies: - "@babel/runtime" "^7.5.0" - "@instructure/console" "^6.17.0" - "@instructure/debounce" "^6.17.0" - "@instructure/ui-dom-utils" "^6.17.0" - "@instructure/ui-react-utils" "^6.17.0" - "@instructure/ui-testable" "^6.17.0" - "@instructure/ui-themeable" "^6.17.0" - "@instructure/ui-utils" "^6.17.0" +"@instructure/ui-tree-browser@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-tree-browser/-/ui-tree-browser-6.27.1.tgz#ca0d5fa20a179604462884720813dca321c38d6a" + integrity sha512-j/hXCS9CCBPQ0CXQMvHReP3SzrzQ5ddRLqwJlYhhIAtxdqpdd/QJQ4Yd66q3iHjhKBpFc0KPJT9nxgXRdzsXLg== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/ui-icons" "^6.27.1" + "@instructure/ui-img" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" + classnames "^2" + keycode "^2" + prop-types "^15" + +"@instructure/ui-truncate-text@^6.17.0": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-truncate-text/-/ui-truncate-text-6.27.1.tgz#424db1464862c32192b3732b59aafafa6e1f28cc" + integrity sha512-sxCBYxAUVJhibCd2iijrK/cArEqw4Dok9CnS0SYdB1Jp1QSJG8x62p4TS359Aroag8NtAg0XCyeXstis2U1tDw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/debounce" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-testable" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + "@instructure/ui-utils" "^6.27.1" classnames "^2" escape-html "^1" prop-types "^15" @@ -2990,7 +3686,7 @@ escape-html "^1" prop-types "^15" -"@instructure/ui-utils@6", "@instructure/ui-utils@^6.17.0", "@instructure/ui-utils@^6.22.0", "@instructure/ui-utils@^6.24.0": +"@instructure/ui-utils@6", "@instructure/ui-utils@^6.22.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-utils/-/ui-utils-6.24.0.tgz#3deb7c47d41185545d0729f98644cfe1131a7b50" integrity sha512-gkahpp2OypwyQWGL454m6rOun2Ctd9DJd+fOB2jIgIBqqvJRUshNK3qPZBrroeZUR+lGITO97JPRM5GEtzUc9w== @@ -3022,7 +3718,20 @@ numeral "^2" prop-types "^15" -"@instructure/ui-view@6", "@instructure/ui-view@^6.17.0", "@instructure/ui-view@^6.24.0", "@instructure/ui-view@~6.24.0": +"@instructure/ui-utils@^6.24.0", "@instructure/ui-utils@^6.27.0", "@instructure/ui-utils@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-utils/-/ui-utils-6.27.1.tgz#fbfd1a8f900075003206776f784a7751266c497a" + integrity sha512-Zgg5Ju495D4Rm09H3ZifEmj7maW+l0k7yRafOMYC4TdAT+mrR1SV+Zg1OTdRwZW+Ki+sndU3CFAaMs/IUNxiVw== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + bowser "^1.9.4" + fast-deep-equal "^2" + json-stable-stringify "^1.0.1" + keycode "^2" + +"@instructure/ui-view@6", "@instructure/ui-view@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/ui-view/-/ui-view-6.24.0.tgz#e20ca56ce7e9f48e67ac3fd23c3f527f359d1ff5" integrity sha512-YAycVRsIQBdSNETOkDFMepcYnyncytri1AF+C3burqRsHG0V08x8WQyz5WV5vVQ/fQbnDNnNEW1F+r2kIPTOrA== @@ -3039,7 +3748,24 @@ classnames "^2" prop-types "^15" -"@instructure/uid@6", "@instructure/uid@^6.22.0", "@instructure/uid@^6.24.0", "@instructure/uid@~6.24.0": +"@instructure/ui-view@^6.17.0", "@instructure/ui-view@^6.24.0", "@instructure/ui-view@^6.27.0", "@instructure/ui-view@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/ui-view/-/ui-view-6.27.1.tgz#eda8208e6746de04eb4fff0784c7b03e1d95a1e3" + integrity sha512-WtBHKUCc/fNJ3Vyxv60BCEfBSgRAUnPhiu8lz7bOfDdQn8XgmXgJREUWTK/ZF23E1Q4zQBxhflk9fOrf2mL12g== + dependencies: + "@babel/runtime" "^7.9.2" + "@instructure/console" "^6.27.1" + "@instructure/ui-color-utils" "^6.27.1" + "@instructure/ui-dom-utils" "^6.27.1" + "@instructure/ui-i18n" "^6.27.1" + "@instructure/ui-position" "^6.27.1" + "@instructure/ui-prop-types" "^6.27.1" + "@instructure/ui-react-utils" "^6.27.1" + "@instructure/ui-themeable" "^6.27.1" + classnames "^2" + prop-types "^15" + +"@instructure/uid@6", "@instructure/uid@^6.22.0", "@instructure/uid@~6.24.0": version "6.24.0" resolved "https://registry.yarnpkg.com/@instructure/uid/-/uid-6.24.0.tgz#cbf99b3d7b6bb2af69d50373d89d2cb95e9ca75a" integrity sha512-XrRpJWFpHkjTmPMBF0+ygx2u4MlPLXgDP3LlD6ohSCkIcgwa0OabGG80jwVHkUHvOaXgLSmN2lwdTsl4iYWChg== @@ -3053,6 +3779,13 @@ dependencies: "@babel/runtime" "^7" +"@instructure/uid@^6.24.0", "@instructure/uid@^6.27.0", "@instructure/uid@^6.27.1": + version "6.27.1" + resolved "https://registry.yarnpkg.com/@instructure/uid/-/uid-6.27.1.tgz#a37bc9e570e33aadddf8af875727fec42b9d21f3" + integrity sha512-CCE6maI+CcWjKJ3cd48lbYz769lJtqBBauvn6xgsxod4H+T1mK/5kt38u7qMCspEmCxCJgSWKsZN/Wuusj7R2Q== + dependencies: + "@babel/runtime" "^7.9.2" + "@jest/console@^24.7.1", "@jest/console@^24.9.0": version "24.9.0" resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0" @@ -4991,7 +5724,7 @@ babel-plugin-jest-hoist@^24.9.0: dependencies: "@types/babel__traverse" "^7.0.6" -babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.5.1, babel-plugin-macros@^2.6.1: +babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.5.1, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== @@ -6090,6 +6823,14 @@ caching-transform@^3.0.1: package-hash "^3.0.0" write-file-atomic "^2.4.2" +call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + call-me-maybe@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" @@ -6500,11 +7241,16 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -classnames@2.2.6, classnames@^2, classnames@^2.2.1, classnames@^2.2.5: +classnames@2.2.6, classnames@^2.2.1, classnames@^2.2.5: version "2.2.6" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== +classnames@^2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" + integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== + clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -6754,7 +7500,7 @@ color-convert@~0.5.0: color-name@1.1.3, color-name@^1.0.0: version "1.1.3" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== color-name@^1.1.4: version "1.1.4" @@ -7107,7 +7853,7 @@ core-js-compat@3.4.3, core-js-compat@^3.1.1: browserslist "^4.7.3" semver "^6.3.0" -core-js@3.4.3, core-js@^3.2.1: +core-js@3.4.3: version "3.4.3" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.4.3.tgz#09ea102412a368d5f73d24f082e41ac90c633a49" integrity sha512-BVvHidX8uAmLCYPfLpXTEex7jz1uZJ1mW+shhIsBdA716O8Fg6TOwSgenSyO/bvEtnGdOTpKRZPSh4bSVI1k9w== @@ -7115,13 +7861,18 @@ core-js@3.4.3, core-js@^3.2.1: core-js@^1.0.0: version "1.2.7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" - integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= + integrity sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA== core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.9: version "2.6.10" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f" integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA== +core-js@^3.2.1: + version "3.31.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.31.1.tgz#f2b0eea9be9da0def2c5fece71064a7e5d687653" + integrity sha512-2sKLtfq1eFST7l7v62zaqXacPc7uG8ZAya8ogijLhTtaKNcpzpB4TMoTw2Si+8GYKRwFPMMtUT0263QFWFfqyQ== + core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -7773,9 +8524,9 @@ decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= decimal.js@^10: - version "10.2.0" - resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.0.tgz#39466113a9e036111d02f82489b5fd6b0b5ed231" - integrity sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw== + version "10.4.3" + resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23" + integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA== decode-uri-component@^0.2.0: version "0.2.0" @@ -7853,7 +8604,15 @@ defaults@^1.0.0: dependencies: clone "^1.0.2" -define-properties@^1.1.2, define-properties@^1.1.3: +define-properties@^1.1.2, define-properties@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" + integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== + dependencies: + has-property-descriptors "^1.0.0" + object-keys "^1.1.1" + +define-properties@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== @@ -8147,6 +8906,15 @@ dom-serializer@0: domelementtype "^2.0.1" entities "^2.0.0" +dom-serializer@^1.0.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" + integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + dom-serializer@~0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" @@ -8165,10 +8933,10 @@ domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== -domelementtype@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" - integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" + integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== domexception@^1.0.1: version "1.0.1" @@ -8191,6 +8959,20 @@ domhandler@^2.3.0: dependencies: domelementtype "1" +domhandler@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a" + integrity sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA== + dependencies: + domelementtype "^2.0.1" + +domhandler@^4.2.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" + integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== + dependencies: + domelementtype "^2.2.0" + domutils@1.5, domutils@1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" @@ -8207,6 +8989,15 @@ domutils@^1.5.1, domutils@^1.7.0: dom-serializer "0" domelementtype "1" +domutils@^2.0.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + dot-case@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-2.1.1.tgz#34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee" @@ -8326,11 +9117,11 @@ encodeurl@~1.0.2: integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= encoding@^0.1.11: - version "0.1.12" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" - integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s= + version "0.1.13" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" + integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== dependencies: - iconv-lite "~0.4.13" + iconv-lite "^0.6.2" end-of-stream@^1.0.0, end-of-stream@^1.1.0: version "1.4.4" @@ -8419,9 +9210,9 @@ entities@^1.1.1, entities@~1.1.1: integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== entities@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" - integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== + version "2.2.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== envify@^3.0.0: version "3.4.1" @@ -8647,7 +9438,7 @@ es6-weak-map@^2.0.1, es6-weak-map@^2.0.2: escape-html@^1, escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" @@ -9499,7 +10290,20 @@ fbjs@^0.6.1: ua-parser-js "^0.7.9" whatwg-fetch "^0.9.0" -fbjs@^0.8.12, fbjs@^0.8.9: +fbjs@^0.8.12: + version "0.8.18" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.18.tgz#9835e0addb9aca2eff53295cd79ca1cfc7c9662a" + integrity sha512-EQaWFK+fEPSoibjNy8IxUtaFOMXcWsY0JaVrQoZR9zC8N2Ygf9iDITPWjUTVIax95b6I742JFLqASHfsag/vKA== + dependencies: + core-js "^1.0.0" + isomorphic-fetch "^2.1.1" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^0.7.30" + +fbjs@^0.8.9: version "0.8.17" resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd" integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90= @@ -9946,10 +10750,10 @@ format-message-estree-util@^6.1.0: resolved "https://registry.yarnpkg.com/format-message-estree-util/-/format-message-estree-util-6.1.0.tgz#4e87989e667d74ce5cc5b18922508e31f39d746d" integrity sha512-z8nZdDI3vQdYVARVBVFebKSUEEZhw3/sgD8F+PneLT7TGBKt3QpeSQ8g2yUoQrj9saoR2fYbpXeaQ8qnjg013Q== -format-message-formats@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/format-message-formats/-/format-message-formats-6.2.0.tgz#231c2a3d2806e3200331c7aa06430cb403f58792" - integrity sha512-QP0dl1O9P3fDCG5klj101nfizgiWiv0T+DMNBqwi25FvB1LIenQQW4PpULk5zO5PiOSvmMu5pW4HS542kJRAww== +format-message-formats@^6.2.0, format-message-formats@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/format-message-formats/-/format-message-formats-6.2.4.tgz#68b782e70c3c15f017377848c3225731e52ac4ea" + integrity sha512-smT/fAqBLqusWfWCKRAx6QBDAAbmYznWsIyTyk66COmvwt2Byiqd7SJe2ma9a5oV0kwRaOJpN/F4lr4YK/n6qQ== format-message-generate-id@^6, format-message-generate-id@^6.2.3: version "6.2.3" @@ -9960,25 +10764,30 @@ format-message-generate-id@^6, format-message-generate-id@^6.2.3: format-message-parse "^6.2.3" format-message-print "^6.2.3" -format-message-interpret@^6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/format-message-interpret/-/format-message-interpret-6.2.3.tgz#ee72fe924102c7d3f0c2d12797f53d8d93795810" - integrity sha512-OoOdB5yHLzW89RwDQW4fj+8p2Eay9Dtmx4B7Tz8C/QQl/j+aVjy65A5xasQhQD+4JumYU/OxMBdjYzBSR8+ivA== +format-message-interpret@^6.2.3, format-message-interpret@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/format-message-interpret/-/format-message-interpret-6.2.4.tgz#28f579b9cd4b57f3de2ec2a4d9623f9870e9ed03" + integrity sha512-dRvz9mXhITApyOtfuFEb/XqvCe1u6RMkQW49UJHXS8w2S8cAHCqq5LNDFK+QK6XVzcofROycLb/k1uybTAKt2w== dependencies: - format-message-formats "^6.2.0" + format-message-formats "^6.2.4" lookup-closest-locale "^6.2.0" -format-message-parse@^6, format-message-parse@^6.2.3: +format-message-parse@^6: version "6.2.3" resolved "https://registry.yarnpkg.com/format-message-parse/-/format-message-parse-6.2.3.tgz#1393d9e2bc598603a36be992379781a78d1b6c08" integrity sha512-ZSL3nZ0zaDktDAGwkoGJ439rS9ZfTcMOrWAVav9BOAoKs0qE2Ozal2H6vVJOuIdDhwaJuFqvJ7fdRSE+qR5oNg== +format-message-parse@^6.2.3, format-message-parse@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/format-message-parse/-/format-message-parse-6.2.4.tgz#2c9b39a32665bd247cb1c31ba2723932d9edf3f9" + integrity sha512-k7WqXkEzgXkW4wkHdS6Cv2Ou0rIFtiDelZjgoe1saW4p7FT7zS8OeAUpAekhormqzpeecR97e4vBft1zMsfFOQ== + format-message-print@^6, format-message-print@^6.2.3: version "6.2.3" resolved "https://registry.yarnpkg.com/format-message-print/-/format-message-print-6.2.3.tgz#7a74eadd207de345118ac23324bac90e25246e17" integrity sha512-mC3mel5jwDP4v5y6GrxaxZrgCNaF1QDSKJf6kYrHiJOWQT8Ykm7yaOcsS6UcHT99TPAtrwg8ATSx1K4/SxSvqA== -format-message@^6, format-message@^6.2.1, format-message@^6.2.3: +format-message@^6, format-message@^6.2.3: version "6.2.3" resolved "https://registry.yarnpkg.com/format-message/-/format-message-6.2.3.tgz#5cb50a664180299c562f5a75083c8476b4157cb4" integrity sha512-vtPM3hSLXtmPxRLWo4/FX2ylBMOTpV5wGNIq3OYv3ZyK7F+AWkftrAVsJ36gvY8Gw4Yp33xP2Ak+22Pm7sOV/A== @@ -9988,6 +10797,16 @@ format-message@^6, format-message@^6.2.1, format-message@^6.2.3: format-message-parse "^6.2.3" lookup-closest-locale "^6.2.0" +format-message@^6.2.1: + version "6.2.4" + resolved "https://registry.yarnpkg.com/format-message/-/format-message-6.2.4.tgz#0bd4b6161b036e3fbcf3207dce14a62e318b4c48" + integrity sha512-/24zYeSRy2ZlEO2OIctm7jOHvMpoWf+uhqFCaqqyZKi1C229zAAy2E5vF4lSSaMH0a2kewPrOzq6xN4Yy7cQrw== + dependencies: + format-message-formats "^6.2.4" + format-message-interpret "^6.2.4" + format-message-parse "^6.2.4" + lookup-closest-locale "^6.2.0" + formatio@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/formatio/-/formatio-1.1.1.tgz#5ed3ccd636551097383465d996199100e86161e9" @@ -10159,6 +10978,11 @@ functions-have-names@^1.1.1: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d" integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ== +functions-have-names@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== + gauge@~1.2.5: version "1.2.7" resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93" @@ -10234,6 +11058,16 @@ get-func-name@^2.0.0: resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" + integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-proto "^1.0.1" + has-symbols "^1.0.3" + get-own-enumerable-property-symbols@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.1.tgz#6f7764f88ea11e0b514bd9bd860a132259992ca4" @@ -11123,7 +11957,7 @@ has-flag@^2.0.0: has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== has-gulplog@^0.1.0: version "0.1.0" @@ -11132,11 +11966,35 @@ has-gulplog@^0.1.0: dependencies: sparkles "^1.0.0" +has-property-descriptors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" + integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== + dependencies: + get-intrinsic "^1.1.1" + +has-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== + has-symbols@^1.0.0, has-symbols@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== +has-symbols@^1.0.2, has-symbols@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" + integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -11173,7 +12031,7 @@ has-values@^1.0.0: is-number "^3.0.0" kind-of "^4.0.0" -has@^1.0.0, has@^1.0.1, has@^1.0.3: +has@^1.0.0, has@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== @@ -11283,9 +12141,9 @@ hoist-non-react-statics@^2.1.0: integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== hoist-non-react-statics@^3.3.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f" - integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw== + version "3.3.2" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0" @@ -11386,6 +12244,16 @@ htmlparser2@^3.10.0, htmlparser2@^3.9.1: inherits "^2.0.1" readable-stream "^3.1.1" +htmlparser2@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" + integrity sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== + dependencies: + domelementtype "^2.0.1" + domhandler "^3.0.0" + domutils "^2.0.0" + entities "^2.0.0" + http-deceiver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" @@ -11514,9 +12382,9 @@ human-signals@^1.1.1: integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== hyphenate-style-name@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48" - integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ== + version "1.0.4" + resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d" + integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ== i18n-js@^3: version "3.5.0" @@ -11570,13 +12438,20 @@ iconv-lite@0.4.13: resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2" integrity sha1-H4irpKsLFQjoMSrMOTRfNumS4vI= -iconv-lite@0.4.24, iconv-lite@^0.4.13, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@^0.4.5, iconv-lite@~0.4.13: +iconv-lite@0.4.24, iconv-lite@^0.4.13, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@^0.4.5: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" +iconv-lite@^0.6.2: + version "0.6.3" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + iconv-lite@~0.2.11: version "0.2.11" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.2.11.tgz#1ce60a3a57864a292d1321ff4609ca4bb965adc8" @@ -11621,7 +12496,7 @@ iferr@^0.1.5: ignore-styles@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/ignore-styles/-/ignore-styles-5.0.1.tgz#b49ef2274bdafcd8a4880a966bfe38d1a0bf4671" - integrity sha1-tJ7yJ0va/NikiAqWa/440aC/RnE= + integrity sha512-gQQmIznCETPLEzfg1UH4Cs2oRq+HBPl8quroEUNXT8oybEG7/0lqI3dGgDSRry6B9HcCXw3PVkFFS0FF3CMddg== ignore-walk@^3.0.1: version "3.0.3" @@ -11675,7 +12550,7 @@ import-fresh@^2.0.0: caller-path "^2.0.0" resolve-from "^3.0.0" -import-fresh@^3.0.0, import-fresh@^3.1.0: +import-fresh@^3.0.0: version "3.2.1" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== @@ -11683,6 +12558,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0: parent-module "^1.0.0" resolve-from "^4.0.0" +import-fresh@^3.1.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + import-lazy@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" @@ -11796,7 +12679,7 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: inline-style-prefixer@^3.0.6: version "3.0.8" resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-3.0.8.tgz#8551b8e5b4d573244e66a34b04f7d32076a2b534" - integrity sha1-hVG45bTVcyROZqNLBPfTIHaitTQ= + integrity sha512-ne8XIyyqkRaNJ1JfL1NYzNdCNxq+MCBQhC8NgOQlzNm2vv3XxlP0VSLQUbSRCF6KPEoveCVEpayHoHzcMyZsMQ== dependencies: bowser "^1.7.3" css-in-js-utils "^2.0.0" @@ -11997,14 +12880,17 @@ is-alphanumerical@^1.0.0: is-decimal "^1.0.0" is-arguments@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3" - integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-arrayish@^0.3.1: version "0.3.2" @@ -12064,6 +12950,13 @@ is-color-stop@^1.0.0: rgb-regex "^1.0.1" rgba-regex "^1.0.0" +is-core-module@^2.11.0: + version "2.12.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" + integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== + dependencies: + has "^1.0.3" + is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" @@ -12079,9 +12972,11 @@ is-data-descriptor@^1.0.0: kind-of "^6.0.0" is-date-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" - integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= + version "1.0.5" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" + integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== + dependencies: + has-tostringtag "^1.0.0" is-decimal@^1.0.0: version "1.0.3" @@ -12370,11 +13265,12 @@ is-property@^1.0.0, is-property@^1.0.2: integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ= is-regex@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" - integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== dependencies: - has "^1.0.1" + call-bind "^1.0.2" + has-tostringtag "^1.0.0" is-regexp@^1.0.0: version "1.0.0" @@ -12401,7 +13297,7 @@ is-resolvable@^1.0.0: is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== is-stream@^2.0.0: version "2.0.0" @@ -12539,7 +13435,7 @@ isobject@^2.0.0: isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== isomorphic-fetch@2.2.1, isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1: version "2.2.1" @@ -13389,6 +14285,11 @@ json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + json-schema-traverse@^0.3.0: version "0.3.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" @@ -13409,13 +14310,20 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= -json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: +json-stable-stringify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= dependencies: jsonify "~0.0.0" +json-stable-stringify@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz#e06f23128e0bbe342dc996ed5a19e28b57b580e0" + integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g== + dependencies: + jsonify "^0.0.1" + json-stringify-pretty-compact@^1.0.1: version "1.2.0" resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.2.0.tgz#0bc316b5e6831c07041fc35612487fb4e9ab98b8" @@ -13464,10 +14372,10 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= +jsonify@^0.0.1, jsonify@~0.0.0: + version "0.0.1" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978" + integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== jsonpointer@^4.0.0: version "4.0.1" @@ -13651,7 +14559,12 @@ kew@^0.7.0: resolved "https://registry.yarnpkg.com/kew/-/kew-0.7.0.tgz#79d93d2d33363d6fdd2970b335d9141ad591d79b" integrity sha1-edk9LTM2PW/dKXCzNdkUGtWR15s= -keycode@^2, keycode@^2.1.8, keycode@^2.1.9, keycode@^2.2.0: +keycode@^2: + version "2.2.1" + resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.1.tgz#09c23b2be0611d26117ea2501c2c391a01f39eff" + integrity sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg== + +keycode@^2.1.8, keycode@^2.1.9, keycode@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04" integrity sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ= @@ -13761,9 +14674,9 @@ liftoff@^2.1.0: resolve "^1.1.7" lines-and-columns@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" - integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== linkify-it@^2.0.0: version "2.2.0" @@ -13943,9 +14856,9 @@ location-origin@^1.1.4: integrity sha1-xjQyWTMTApYmSCgZa/Mdi8jyEvo= lodash-es@^4.2.1: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78" - integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ== + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== lodash._basecopy@^3.0.0: version "3.0.1" @@ -14002,7 +14915,7 @@ lodash.camelcase@^4.3.0: resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= -lodash.clonedeep@^4.3.2, lodash.clonedeep@^4.5.0: +lodash.clonedeep@^4.3.2: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= @@ -14029,11 +14942,6 @@ lodash.escape@^4.0.1: resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= -lodash.escaperegexp@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347" - integrity sha1-ZHYsSGGAglGKw99Mz11YhtriA0c= - lodash.flattendeep@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" @@ -14042,7 +14950,7 @@ lodash.flattendeep@^4.4.0: lodash.frompairs@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/lodash.frompairs/-/lodash.frompairs-4.0.1.tgz#bc4e5207fa2757c136e573614e9664506b2b1bd2" - integrity sha1-vE5SB/onV8E25XNhTpZkUGsrG9I= + integrity sha512-dvqe2I+cO5MzXCMhUnfYFa9MD+/760yx2aTAN1lqEcEkf896TxgrX373igVdqSJj6tQd0jnSLE1UMuKufqqxFw== lodash.isarguments@^3.0.0: version "3.1.0" @@ -14062,12 +14970,7 @@ lodash.isequal@^4.5.0: lodash.isplainobject@^4.0.6: version "4.0.6" resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - -lodash.isstring@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" - integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== lodash.keys@^3.0.0: version "3.1.2" @@ -14083,7 +14986,7 @@ lodash.memoize@^4.1.2: resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= -lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1: +lodash.mergewith@^4.6.0: version "4.6.2" resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== @@ -14181,7 +15084,7 @@ lodash@2.4.1: resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.1.tgz#5b7723034dda4d262e5a46fb2c58d7cc22f71420" integrity sha1-W3cjA03aTSYuWkb7LFjXzCL3FCA= -"lodash@4.6.1 || ^4.16.1", "lodash@>=3.5 <5", lodash@>=4.17.4, lodash@^4, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@x, lodash@~4.17.10: +"lodash@4.6.1 || ^4.16.1", "lodash@>=3.5 <5", lodash@>=4.17.4, lodash@^4, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0, lodash@x, lodash@~4.17.10: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== @@ -14191,6 +15094,11 @@ lodash@^3.10.1: resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= +lodash@^4.13.1, lodash@^4.17.13, lodash@^4.17.5, lodash@^4.2.1: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + lodash@~0.9.0, lodash@~0.9.2: version "0.9.2" resolved "https://registry.yarnpkg.com/lodash/-/lodash-0.9.2.tgz#8f3499c5245d346d682e5b0d3b40767e09f1a92c" @@ -14963,14 +15871,26 @@ moment-timezone-data-webpack-plugin@^1.0.3: find-cache-dir "^3.0.0" make-dir "^3.0.0" -moment-timezone@^0.5, moment-timezone@^0.5.13: +moment-timezone@^0.5: + version "0.5.43" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790" + integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ== + dependencies: + moment "^2.29.4" + +moment-timezone@^0.5.13: version "0.5.26" resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772" integrity sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g== dependencies: moment ">= 2.9.0" -"moment@>= 2.9.0", moment@>=1.6.0, moment@>=2.5.0, moment@^2.10.3, moment@^2.10.6, moment@^2.14.1: +"moment@>= 2.9.0", moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== + +moment@>=1.6.0, moment@>=2.5.0, moment@^2.10.3, moment@^2.10.6, moment@^2.14.1: version "2.24.0" resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== @@ -15516,7 +16436,7 @@ num2fraction@^1.2.2: number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== numeral@^2: version "2.0.6" @@ -15613,9 +16533,12 @@ object-inspect@^1.6.0, object-inspect@^1.7.0: integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== object-is@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6" - integrity sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY= + version "1.1.5" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" @@ -16115,13 +17038,13 @@ parse-json@^4.0.0: json-parse-better-errors "^1.0.1" parse-json@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" - integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== dependencies: "@babel/code-frame" "^7.0.0" error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" + json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" parse-link-header@^1, parse-link-header@^1.0.1: @@ -16141,6 +17064,11 @@ parse-passwd@^1.0.0: resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= +parse-srcset@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" + integrity sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q== + parse5@2.2.3, parse5@^2.1.5: version "2.2.3" resolved "https://registry.yarnpkg.com/parse5/-/parse5-2.2.3.tgz#0c4fc41c1000c5e6b93d48b03f8083837834e9f6" @@ -16254,10 +17182,10 @@ path-key@^3.0.0, path-key@^3.1.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== +path-parse@^1.0.6, path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-root-regex@^0.1.0: version "0.1.2" @@ -16364,6 +17292,11 @@ phantomjs-prebuilt@^2.1.3: request-progress "^2.0.1" which "^1.2.10" +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + picomatch@^2.0.5: version "2.1.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5" @@ -17074,7 +18007,7 @@ postcss@^6.0.1, postcss@^6.0.17, postcss@^6.0.2, postcss@^6.0.3: source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7: +postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.6, postcss@^7.0.7: version "7.0.23" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1" integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ== @@ -17083,6 +18016,14 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, po source-map "^0.6.1" supports-color "^6.1.0" +postcss@^7.0.27, postcss@^7.0.5: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== + dependencies: + picocolors "^0.2.1" + source-map "^0.6.1" + prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" @@ -17204,7 +18145,7 @@ prop-types-exact@^1.2.0: object.assign "^4.1.0" reflect.ownkeys "^0.2.0" -prop-types@15.7.2, "prop-types@>= 15.7.0", prop-types@^15, prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@15.7.2, prop-types@^15, prop-types@^15.5.6, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -17213,6 +18154,15 @@ prop-types@15.7.2, "prop-types@>= 15.7.0", prop-types@^15, prop-types@^15.5.10, object-assign "^4.1.1" react-is "^16.8.1" +"prop-types@>= 15.7.0", prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + proxy-addr@~2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34" @@ -17359,7 +18309,7 @@ qs@~6.5.2: query-string@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" - integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= + integrity sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q== dependencies: object-assign "^4.1.0" strict-uri-encode "^1.0.0" @@ -17596,11 +18546,16 @@ react-immutable-proptypes@^2.1.0: resolved "https://registry.yarnpkg.com/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz#023d6f39bb15c97c071e9e60d00d136eac5fa0b4" integrity sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ= -react-is@^16.10.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0: +react-is@^16.10.2, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0: version "16.12.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== +react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: + version "16.13.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + react-lazy-load@^3.0.13: version "3.0.13" resolved "https://registry.yarnpkg.com/react-lazy-load/-/react-lazy-load-3.0.13.tgz#3b0a92d336d43d3f0d73cbe6f35b17050b08b824" @@ -17839,7 +18794,7 @@ readable-stream@1.1: isarray "0.0.1" string_decoder "~0.10.x" -"readable-stream@2 || 3", readable-stream@^3.0.6, readable-stream@^3.1.1: +"readable-stream@2 || 3", readable-stream@^3.0.6: version "3.4.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc" integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ== @@ -17868,6 +18823,15 @@ readable-stream@^1.0.26-2, readable-stream@^1.0.26-4, readable-stream@~1.1.9: isarray "0.0.1" string_decoder "~0.10.x" +readable-stream@^3.1.1: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + readdirp@^2.0.0, readdirp@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" @@ -17963,7 +18927,7 @@ reduce-reducers@^0.4.3: redux-actions@^1.2.0: version "1.2.2" resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-1.2.2.tgz#31f15ba494fe130f05c4a9f486c99cc8725f80cd" - integrity sha1-MfFbpJT+Ew8FxKn0hsmcyHJfgM0= + integrity sha512-19mTjOO3WhDZE/THcyBE4sCzI06oLD23w3TaBBV0CHKDKZ2IVd0vqlnxOAufFc/Opj+8dZOkHtQv3ofBe9f+cg== dependencies: invariant "^2.2.1" lodash "^4.13.1" @@ -17993,7 +18957,7 @@ redux-devtools-extension@^2.13.2: redux-immutable@^3.0.9: version "3.1.0" resolved "https://registry.yarnpkg.com/redux-immutable/-/redux-immutable-3.1.0.tgz#cafbd686e0711261119b9c28960935dc47a49d0a" - integrity sha1-yvvWhuBxEmERm5wolgk13EeknQo= + integrity sha512-1W+0w6jKurzRnLLpYXRSOgaBTDpJthbnFJkkRei7598uNkiRYn5BZZ4QcGDX2I5Sin8L7W3hOHzQ9ne0oO8y8A== dependencies: immutable "^3.8.1" @@ -18017,11 +18981,16 @@ redux-saga@^0.16.0: resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.16.2.tgz#993662e86bc945d8509ac2b8daba3a8c615cc971" integrity sha512-iIjKnRThI5sKPEASpUvySemjzwqwI13e3qP7oLub+FycCRDysLSAOwt958niZW6LhxfmS6Qm1BzbU70w/Koc4w== -redux-thunk@^2, redux-thunk@^2.1.0, redux-thunk@^2.2.0, redux-thunk@^2.3.0: +redux-thunk@^2, redux-thunk@^2.2.0, redux-thunk@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622" integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw== +redux-thunk@^2.1.0: + version "2.4.2" + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b" + integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q== + redux@^3.6.0, redux@^3.7.1, redux@^3.7.2: version "3.7.2" resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b" @@ -18067,10 +19036,10 @@ regenerator-runtime@^0.11.0: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== -regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3: - version "0.13.3" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" - integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== +regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3: + version "0.13.11" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== regenerator-runtime@^0.13.4: version "0.13.5" @@ -18109,11 +19078,13 @@ regex-not@^1.0.0, regex-not@^1.0.2: safe-regex "^1.1.0" regexp.prototype.flags@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c" - integrity sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA== + version "1.5.0" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#fe7ce25e7e4cca8db37b6634c8a2c7009199b9cb" + integrity sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA== dependencies: - define-properties "^1.1.2" + call-bind "^1.0.2" + define-properties "^1.2.0" + functions-have-names "^1.2.3" regexpp@^2.0.1: version "2.0.1" @@ -18413,9 +19384,9 @@ requires-port@^1.0.0: integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= reselect@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7" - integrity sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA== + version "4.1.8" + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524" + integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ== resolve-cwd@^1.0.0: version "1.0.0" @@ -18474,13 +19445,22 @@ resolve@1.1.7, resolve@~1.1.0: resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= -resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: +resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: version "1.13.1" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16" integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w== dependencies: path-parse "^1.0.6" +resolve@^1.12.0: + version "1.22.2" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" + integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== + dependencies: + is-core-module "^2.11.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + restore-cursor@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" @@ -18652,11 +19632,16 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: +safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2: version "5.2.0" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== +safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + safe-regex@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" @@ -18664,7 +19649,7 @@ safe-regex@^1.1.0: dependencies: ret "~0.1.10" -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -18697,20 +19682,14 @@ sanitize-filename@^1.6.0: truncate-utf8-bytes "^1.0.0" sanitize-html@^1.16.1: - version "1.21.1" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.21.1.tgz#1647d15c0c672901aa41eac1b86d0c38146d30ce" - integrity sha512-W6enXSVphVaVbmVbzVngBthR5f5sMmhq3EfPfBlzBzp2WnX8Rnk7NGpP7KmHUc0Y3MVk9tv/+CbpdHchX9ai7g== + version "1.27.5" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.27.5.tgz#6c8149462adb23e360e1bb71cc0bae7f08c823c7" + integrity sha512-M4M5iXDAUEcZKLXkmk90zSYWEtk5NH3JmojQxKxV371fnMh+x9t1rqdmXaGoyEHw3z/X/8vnFhKjGL5xFGOJ3A== dependencies: - chalk "^2.4.1" - htmlparser2 "^3.10.0" - lodash.clonedeep "^4.5.0" - lodash.escaperegexp "^4.1.2" - lodash.isplainobject "^4.0.6" - lodash.isstring "^4.0.1" - lodash.mergewith "^4.6.1" - postcss "^7.0.5" - srcset "^1.0.0" - xtend "^4.0.1" + htmlparser2 "^4.1.0" + lodash "^4.17.15" + parse-srcset "^1.0.2" + postcss "^7.0.27" sass-direction@^1: version "1.2.0" @@ -18947,7 +19926,7 @@ set-value@^2.0.0, set-value@^2.0.1: setimmediate@^1.0.4, setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== setprototypeof@1.1.0: version "1.1.0" @@ -19034,9 +20013,9 @@ shellwords@^0.1.1: integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== shortid@^2.2.8: - version "2.2.15" - resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.15.tgz#2b902eaa93a69b11120373cd42a1f1fe4437c122" - integrity sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw== + version "2.2.16" + resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.16.tgz#b742b8f0cb96406fd391c76bfc18a67a57fe5608" + integrity sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g== dependencies: nanoid "^2.1.0" @@ -19440,14 +20419,6 @@ sprintf-js@~1.0.2, sprintf-js@~1.0.3: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -srcset@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/srcset/-/srcset-1.0.0.tgz#a5669de12b42f3b1d5e83ed03c71046fc48f41ef" - integrity sha1-pWad4StC87HV6D7QPHEEb8SPQe8= - dependencies: - array-uniq "^1.0.2" - number-is-nan "^1.0.0" - sshpk@^1.7.0: version "1.16.1" resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" @@ -19584,7 +20555,7 @@ streamroller@0.7.0: strict-uri-encode@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" - integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= + integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ== string-argv@^0.3.0: version "0.3.1" @@ -19942,6 +20913,11 @@ supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0: dependencies: has-flag "^3.0.0" +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + svg-tags@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" @@ -20344,7 +21320,7 @@ through2@^3: through@2, through@^2.3.6, through@^2.3.8, through@~2.3.4: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== thunky@^1.0.2: version "1.1.0" @@ -20409,11 +21385,16 @@ tiny-lr@^0.2.1: parseurl "~1.3.0" qs "~5.1.0" -tinycolor2@1.4.1, tinycolor2@^1.4.1: +tinycolor2@1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= +tinycolor2@^1.4.1: + version "1.6.0" + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" + integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== + tinymce-a11y-checker@3.0.0-rc2: version "3.0.0-rc2" resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-3.0.0-rc2.tgz#c57c3765744ae14191d29132059f103a22279213" @@ -20543,7 +21524,7 @@ to-fast-properties@^1.0.3: to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== to-no-case@^1.0.0: version "1.0.2" @@ -20818,7 +21799,12 @@ typescript@^3.3.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ== -ua-parser-js@^0.7.18, ua-parser-js@^0.7.9: +ua-parser-js@^0.7.18, ua-parser-js@^0.7.30: + version "0.7.35" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.35.tgz#8bda4827be4f0b1dda91699a29499575a1f1d307" + integrity sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g== + +ua-parser-js@^0.7.9: version "0.7.20" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098" integrity sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw== @@ -21616,11 +22602,16 @@ whatwg-fetch@2.0.4: resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng== -whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0: +whatwg-fetch@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== +whatwg-fetch@>=0.10.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" + integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== + whatwg-fetch@^0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-0.9.0.tgz#0e3684c6cb9995b43efc9df03e4c365d95fd9cc0" @@ -21971,11 +22962,9 @@ yaml-loader@^0.5: js-yaml "^3.5.2" yaml@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2" - integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== - dependencies: - "@babel/runtime" "^7.6.3" + version "1.10.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== yargs-parser@13.1.1, yargs-parser@^13.1.0, yargs-parser@^13.1.1: version "13.1.1"