diff --git a/.changeset/neat-chefs-tie.md b/.changeset/neat-chefs-tie.md new file mode 100644 index 0000000000..8c6ed09e61 --- /dev/null +++ b/.changeset/neat-chefs-tie.md @@ -0,0 +1,11 @@ +--- +'playground': patch +'@commercetools-website/custom-applications': patch +'@commercetools-frontend/application-components': patch +'@commercetools-frontend/application-shell': patch +'@commercetools-frontend/react-notifications': patch +'@commercetools-local/visual-testing-app': patch +'@commercetools-website/components-playground': patch +--- + +Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies. diff --git a/package.json b/package.json index 7bd1ec3bed..686436fc0e 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,6 @@ "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-testing-library": "3.10.1", "faker": "5.1.0", - "gatsby-plugin-emotion": "4.5.0", "gatsby-plugin-mdx": "1.5.0", "graphql-cli": "4.1.0", "husky": "4.3.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e3128f7b4d..7b17956dde 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -9,12 +9,7 @@ "directory": "packages/i18n" }, "homepage": "https://docs.commercetools.com/custom-applications", - "keywords": [ - "javascript", - "frontend", - "react", - "toolkit" - ], + "keywords": ["javascript", "frontend", "react", "toolkit"], "license": "MIT", "private": false, "publishConfig": { @@ -24,13 +19,7 @@ "module": "./dist/i18n-index.es.js", "typings": "./dist/typings/src/index.d.ts", "types": "./dist/typings/src/index.d.ts", - "files": [ - "compiled-data", - "dist", - "package.json", - "LICENSE", - "README.md" - ], + "files": ["compiled-data", "dist", "package.json", "LICENSE", "README.md"], "scripts": { "prepare": "./../../scripts/version.js replace", "prebuild": "rimraf dist/** && yarn compile-data", diff --git a/playground/package.json b/playground/package.json index ea7ad99e70..5a67f097b0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "extract-intl": "formatjs extract --format=$(pwd)/intl-formatter.js --out-file=$(pwd)/src/i18n/data/core.json 'src/**/!(*.spec).js'" }, "dependencies": { - "@commercetools-docs/ui-kit": "10.0.2", + "@commercetools-docs/ui-kit": "11.0.1", "@commercetools-frontend/actions-global": "17.3.1", "@commercetools-frontend/application-components": "17.4.1", "@commercetools-frontend/application-shell": "17.4.1", diff --git a/website-components-playground/package.json b/website-components-playground/package.json index ebb9329c80..a0375bd95e 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -29,7 +29,7 @@ "formik": "2.2.5", "gatsby": "2.27.0", "gatsby-cli": "2.14.0", - "gatsby-plugin-emotion": "4.5.0", + "gatsby-plugin-emotion": "5.0.0-next.0", "gatsby-source-filesystem": "2.6.1", "moment": "2.29.1", "moment-timezone": "0.5.32", diff --git a/website/package.json b/website/package.json index bb1acea8da..d638f7b047 100644 --- a/website/package.json +++ b/website/package.json @@ -11,8 +11,8 @@ "check-links": "yarn linkinator ./public" }, "dependencies": { - "@commercetools-docs/gatsby-theme-docs": "10.0.2", - "@commercetools-docs/ui-kit": "10.0.2", + "@commercetools-docs/gatsby-theme-docs": "11.0.1", + "@commercetools-docs/ui-kit": "11.0.1", "@commercetools-uikit/card": "10.42.2", "@commercetools-uikit/spacings-inline": "10.42.2", "@commercetools-uikit/spacings-stack": "10.42.2", @@ -20,6 +20,7 @@ "@emotion/styled": "11.0.0", "gatsby": "2.27.0", "gatsby-cli": "2.14.0", + "prop-types": "15.7.2", "react": "16.14.0", "react-dom": "16.14.0", "react-intl": "5.10.4" diff --git a/yarn.lock b/yarn.lock index e4d476e369..ced78dc2d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -137,10 +137,10 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@>=7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5", "@babel/core@^7.9.0": - version "7.12.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6" - integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg== +"@babel/core@>=7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5": + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/generator" "^7.12.5" @@ -148,7 +148,7 @@ "@babel/helpers" "^7.12.5" "@babel/parser" "^7.12.7" "@babel/template" "^7.12.7" - "@babel/traverse" "^7.12.8" + "@babel/traverse" "^7.12.9" "@babel/types" "^7.12.7" convert-source-map "^1.7.0" debug "^4.1.0" @@ -470,15 +470,7 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" -"@babel/plugin-proposal-numeric-separator@^7.12.5": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba" - integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-proposal-numeric-separator@^7.12.7": +"@babel/plugin-proposal-numeric-separator@^7.12.5", "@babel/plugin-proposal-numeric-separator@^7.12.7": version "7.12.7" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== @@ -504,7 +496,7 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.12.1": +"@babel/plugin-proposal-object-rest-spread@7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== @@ -878,7 +870,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.9.0": +"@babel/plugin-transform-react-constant-elements@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1.tgz#4471f0851feec3231cc9aaa0dccde39947c1ac1e" integrity sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA== @@ -892,7 +884,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-jsx-development@^7.12.1", "@babel/plugin-transform-react-jsx-development@^7.12.7": +"@babel/plugin-transform-react-jsx-development@^7.12.7": version "7.12.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.7.tgz#4c2a647de79c7e2b16bfe4540677ba3121e82a08" integrity sha512-Rs3ETtMtR3VLXFeYRChle5SsP/P9Jp/6dsewBQfokDSzKJThlsuFcnzLTDRALiUmTC48ej19YD9uN1mupEeEDg== @@ -1017,7 +1009,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.12.1" "@babel/helper-plugin-utils" "^7.10.4" -"@babel/preset-env@7.12.7", "@babel/preset-env@^7.11.5", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.9.5": +"@babel/preset-env@7.12.7", "@babel/preset-env@^7.12.1": version "7.12.7" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== @@ -1100,7 +1092,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@7.12.7", "@babel/preset-react@^7.10.4", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.9.4": +"@babel/preset-react@7.12.7", "@babel/preset-react@^7.12.5": version "7.12.7" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b" integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== @@ -1113,7 +1105,7 @@ "@babel/plugin-transform-react-jsx-source" "^7.12.1" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" -"@babel/preset-typescript@7.12.7": +"@babel/preset-typescript@7.12.7", "@babel/preset-typescript@^7.12.1": version "7.12.7" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz#fc7df8199d6aae747896f1e6c61fc872056632a3" integrity sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== @@ -1122,14 +1114,6 @@ "@babel/helper-validator-option" "^7.12.1" "@babel/plugin-transform-typescript" "^7.12.1" -"@babel/preset-typescript@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b" - integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-typescript" "^7.12.1" - "@babel/runtime-corejs3@7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.1.tgz#51b9092befbeeed938335a109dbe0df51451e9dc" @@ -1160,7 +1144,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@7.12.5", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": +"@babel/runtime@7.12.5", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": version "7.12.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== @@ -1168,9 +1152,9 @@ regenerator-runtime "^0.13.4" "@babel/standalone@^7.12.6": - version "7.12.6" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.6.tgz#fa59cf6f1cea940a790179f1375394ab31f025b9" - integrity sha512-yA/OV3jN1nhr0JsAdYWAqbeZ7cAOw/6Fh52rxVMzujr0HF4Z3cau0JBzJfQppFfR9IArrUtcqhBu/+Q/IevoyQ== + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.9.tgz#2da8a223b44498a1e7ca5b83d4e9d010088b0036" + integrity sha512-7SFBBNPjEZnN3dlnOcTa08XLkGUUmZX6Aab2rdeVBfI/bBaZXRRMx5XIMU8piZMVJI+jxu4j7gu0E/yRWmtS4w== "@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3", "@babel/template@^7.4.0": version "7.12.7" @@ -1196,10 +1180,10 @@ globals "^11.1.0" lodash "^4.17.19" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7", "@babel/traverse@^7.12.8", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": - version "7.12.8" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4" - integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q== +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7", "@babel/traverse@^7.12.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== dependencies: "@babel/code-frame" "^7.10.4" "@babel/generator" "^7.12.5" @@ -1443,48 +1427,52 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@commercetools-docs/gatsby-theme-docs@10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@commercetools-docs/gatsby-theme-docs/-/gatsby-theme-docs-10.0.2.tgz#e6fa598ccd2f5e96523ecb7d61b6874a98e5872c" - integrity sha512-D5D8ifGRHLEpDX7oN4dXa7nhrkd8oKk2f1Rl++6Eg/tQLhw+/ZQVFy/tnaWdTw9oFqNv3nV7A9vFy+XrI+uFVA== - dependencies: - "@commercetools-docs/ui-kit" "10.0.2" - "@commercetools-uikit/card" "^10.39.8" - "@commercetools-uikit/checkbox-input" "^10.39.8" - "@commercetools-uikit/date-input" "^10.39.8" - "@commercetools-uikit/design-system" "^10.39.8" - "@commercetools-uikit/icon-button" "^10.39.8" - "@commercetools-uikit/icons" "^10.39.8" - "@commercetools-uikit/secondary-icon-button" "^10.39.8" - "@commercetools-uikit/spacings-inline" "^10.39.8" - "@commercetools-uikit/spacings-stack" "^10.39.8" - "@commercetools-uikit/stamp" "^10.39.8" +"@commercetools-docs/gatsby-theme-docs@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@commercetools-docs/gatsby-theme-docs/-/gatsby-theme-docs-11.0.1.tgz#378c7dc1ca3fc745bef06e748f275c327af57d61" + integrity sha512-oD2Hzz2qzOsNZ002w+vGKcMVYNVHcVTAYuM1EQoc5mRwQuX7oT7A66aDrp6QWnm9QpJO9MEUwHMApuT0XKT8LQ== + dependencies: + "@commercetools-docs/ui-kit" "11.0.1" + "@commercetools-uikit/card" "^10.42.2" + "@commercetools-uikit/checkbox-input" "^10.42.2" + "@commercetools-uikit/date-input" "^10.42.2" + "@commercetools-uikit/design-system" "^10.42.2" + "@commercetools-uikit/icon-button" "^10.42.2" + "@commercetools-uikit/icons" "^10.42.2" + "@commercetools-uikit/secondary-icon-button" "^10.42.2" + "@commercetools-uikit/spacings-inline" "^10.42.2" + "@commercetools-uikit/spacings-stack" "^10.42.2" + "@commercetools-uikit/stamp" "^10.42.2" + "@emotion/cache" "^11.0.0" + "@emotion/react" "^11.1.1" + "@emotion/server" "^11.0.0" + "@emotion/styled" "^11.0.0" "@mdx-js/mdx" "1.6.21" "@mdx-js/react" "1.6.21" - "@sentry/browser" "5.27.3" - "@svgr/webpack" "5.4.0" - create-emotion-server "10.0.27" + "@sentry/browser" "5.27.6" + "@svgr/webpack" "5.5.0" docsearch.js "2.6.3" - emotion-theming "^10.0.27" - gatsby-image "2.4.21" - gatsby-plugin-emotion "4.3.15" - gatsby-plugin-feed "2.6.0" - gatsby-plugin-google-analytics "2.4.0" + fontsource-roboto "3.0.3" + fontsource-roboto-mono "3.0.3" + gatsby-image "2.6.0" + gatsby-plugin-emotion "5.0.0-next.0" + gatsby-plugin-feed "2.8.0" + gatsby-plugin-google-analytics "2.6.0" gatsby-plugin-hubspot "1.3.4" - gatsby-plugin-manifest "2.5.2" - gatsby-plugin-mdx "1.3.1" + gatsby-plugin-manifest "2.7.0" + gatsby-plugin-mdx "1.5.0" gatsby-plugin-meta-redirect "1.1.1" - gatsby-plugin-react-helmet "3.3.14" + gatsby-plugin-react-helmet "3.5.0" gatsby-plugin-react-helmet-canonical-urls "1.4.0" - gatsby-plugin-remove-trailing-slashes "2.3.13" - gatsby-plugin-sharp "2.7.1" - gatsby-plugin-webpack-bundle-analyser-v2 "1.1.13" - gatsby-remark-copy-linked-files "2.3.19" - gatsby-remark-images "3.4.1" + gatsby-plugin-remove-trailing-slashes "2.5.0" + gatsby-plugin-sharp "2.9.0" + gatsby-plugin-webpack-bundle-analyser-v2 "1.1.17" + gatsby-remark-copy-linked-files "2.5.0" + gatsby-remark-images "3.6.0" gatsby-remark-relative-images "0.2.3" - gatsby-source-filesystem "2.4.2" - gatsby-transformer-sharp "2.5.21" - gatsby-transformer-yaml "2.4.15" + gatsby-source-filesystem "2.6.1" + gatsby-transformer-sharp "2.7.0" + gatsby-transformer-yaml "2.6.0" github-slugger "1.3.0" hast-util-heading "1.0.4" intersection-observer "0.11.0" @@ -1494,29 +1482,32 @@ prop-types "15.7.2" qss "2.0.3" react-helmet "6.1.0" - react-intersection-observer "8.30.1" + react-intersection-observer "8.31.0" react-intl "^5.7.0" react-router-dom "5.2.0" - rehype-slug "3.0.0" + rehype-slug "4.0.1" remark-emoji "2.1.0" remark-frontmatter "3.0.0" remark-parse "9.0.0" remark-react "8.0.0" slugify "1.4.6" - typeface-roboto "1.1.13" - typeface-roboto-mono "1.1.13" unified "9.2.0" unist-util-filter "2.0.3" -"@commercetools-docs/ui-kit@10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@commercetools-docs/ui-kit/-/ui-kit-10.0.2.tgz#22c4af2c16ff564f4a7122fd60440646d41d0747" - integrity sha512-hvDg0LHFTk1QB24J7njC56qrmSK8oMt1xLMkRf/QErBnJiQebTADYczBXCIJ8eI2nccvLQM2xVMATLWjqOrWZg== +"@commercetools-docs/ui-kit@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@commercetools-docs/ui-kit/-/ui-kit-11.0.1.tgz#a49e7a07505134df30f4e42805350a8b4c4ee89c" + integrity sha512-9cupAv0+0TUzBeRjT672bw25f9L7lRg5UORA85ggoJ29PFbS3jUS/dgl+XBgIT43a2p+O9IMtY9/UKqmhZL+sA== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/loading-spinner" "^10.39.8" - "@commercetools-uikit/tooltip" "^10.39.8" + "@commercetools-uikit/design-system" "^10.42.2" + "@commercetools-uikit/icons" "^10.42.2" + "@commercetools-uikit/loading-spinner" "^10.42.2" + "@commercetools-uikit/spacings-inline" "10.42.2" + "@commercetools-uikit/tooltip" "^10.42.2" + "@emotion/react" "^11.1.1" + "@emotion/styled" "^11.0.0" lodash.escape "4.0.1" lodash.throttle "4.1.1" moment "2.29.1" @@ -1524,7 +1515,7 @@ prism-react-renderer "1.1.1" prop-types "15.7.2" rss-parser "3.9.0" - swr "0.3.8" + swr "0.3.9" tiny-invariant "1.1.0" "@commercetools-docs/writing-style@3.0.2": @@ -1545,23 +1536,6 @@ "@babel/runtime-corejs3" "7.12.1" "@jackfranklin/test-data-bot" "1.3.0" -"@commercetools-uikit/accessible-button@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/accessible-button/-/accessible-button-10.40.0.tgz#d4dc6b060db8d25aa2ebf3afff1766452efa7314" - integrity sha512-emNW8cFSLB/aU9Y6ebdBV4O7pYIv3LtFBwW33VtU3akwkqwQlSdh1AEz9bO6yy31Gi/x8yNi+dbLtHg261kx3g== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - "@commercetools-uikit/accessible-button@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/accessible-button/-/accessible-button-10.42.2.tgz#08f1196deabf2eae944a36ab2c1970a042522737" @@ -1607,27 +1581,27 @@ "@commercetools-uikit/secondary-button" "10.42.2" "@commercetools-uikit/secondary-icon-button" "10.42.2" -"@commercetools-uikit/calendar-utils@10.40.1": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/calendar-utils/-/calendar-utils-10.40.1.tgz#b45a8e52f519e864551f28b8832cecfeb858421d" - integrity sha512-+eKFp7o7UZFvzQDIHlNPPk3V7PYTVOL4LvSJzwfuzhIUUDQZmZiqiHtvqPcRoggN79/AVe9OUiQOxS1aZniPsw== +"@commercetools-uikit/calendar-utils@10.42.2": + version "10.42.2" + resolved "https://registry.yarnpkg.com/@commercetools-uikit/calendar-utils/-/calendar-utils-10.42.2.tgz#6eaa882b1ea43a903fb7a223f00c92f199f4e282" + integrity sha512-kx24JPAIMJjUsnus8CBFC/sozY6aK/BVlLyyOY4YhKKp+Z3+4pMY4l48Fj2cwN06oM0APEjZqX7U9tQH0kLcTg== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/hooks" "10.40.0" - "@commercetools-uikit/icons" "10.40.1" - "@commercetools-uikit/input-utils" "10.40.1" - "@commercetools-uikit/secondary-icon-button" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/tooltip" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" + "@commercetools-uikit/accessible-button" "10.42.2" + "@commercetools-uikit/design-system" "10.42.2" + "@commercetools-uikit/hooks" "10.42.2" + "@commercetools-uikit/icons" "10.42.2" + "@commercetools-uikit/input-utils" "10.42.2" + "@commercetools-uikit/secondary-icon-button" "10.42.2" + "@commercetools-uikit/spacings-inline" "10.42.2" + "@commercetools-uikit/text" "10.42.2" + "@commercetools-uikit/tooltip" "10.42.2" + "@commercetools-uikit/utils" "10.42.2" + "@emotion/react" "^11.1.1" + "@emotion/styled" "^11.0.0" prop-types "15.7.2" - react-select "3.1.0" + react-select "3.1.1" "@commercetools-uikit/card@10.42.2", "@commercetools-uikit/card@^10.42.2": version "10.42.2" @@ -1642,52 +1616,21 @@ "@emotion/styled" "^11.0.0" prop-types "15.7.2" -"@commercetools-uikit/card@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/card/-/card-10.40.0.tgz#37bdb0ca967122b1646477c63e7b932b5b1b52c2" - integrity sha512-lFZIhR6g7Ysb1gCcLBSUXRKfqYsXBWDCavSTzuTAyXj3E65cmej1kQ+eWynWwdJ5V+UwpA/m3mK5Ahetzu67EQ== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - prop-types "15.7.2" - -"@commercetools-uikit/checkbox-input@^10.39.8": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/checkbox-input/-/checkbox-input-10.40.1.tgz#85fa9d83cb2454b1a75853ca6bc7492ebc018166" - integrity sha512-6ZNSMwDzxiYZUBxO1Ja/B6LAKRbyaVqn9iOaEh3tXqYK/5rtQ+pYkKETRAwYPzmZYNw8uXWRe7o4GCxxZlmLXg== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/icons" "10.40.1" - "@commercetools-uikit/input-utils" "10.40.1" - "@commercetools-uikit/select-utils" "10.40.1" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - emotion-theming "^10.0.27" - prop-types "15.7.2" - tiny-invariant "1.1.0" - -"@commercetools-uikit/constraints@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/constraints/-/constraints-10.40.0.tgz#4d080c2358180b300e06d2cd36d40f3d964afa66" - integrity sha512-UA1L6w1DOliQR2qUGZA2cWDjnaE7I0jO5lC1EmPxB51o9ZtZxmHOVYE9FG5qajGWOtolYVd8Ol9l8Hg27zTfgw== +"@commercetools-uikit/checkbox-input@^10.42.2": + version "10.42.2" + resolved "https://registry.yarnpkg.com/@commercetools-uikit/checkbox-input/-/checkbox-input-10.42.2.tgz#ed841bdbe90c587c25616b59645c6582c8b5cf8c" + integrity sha512-Us1o5HojdOdID/+jtXD8r9COjW4+ArVp2WMXYf3q618d7NeoKiyiuiXm7HtUApzzYHPZif2OE4Xe73rtmyz5qA== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" + "@commercetools-uikit/design-system" "10.42.2" + "@commercetools-uikit/icons" "10.42.2" + "@commercetools-uikit/input-utils" "10.42.2" + "@commercetools-uikit/select-utils" "10.42.2" + "@commercetools-uikit/text" "10.42.2" + "@commercetools-uikit/utils" "10.42.2" + "@emotion/react" "^11.1.1" + "@emotion/styled" "^11.0.0" prop-types "15.7.2" tiny-invariant "1.1.0" @@ -1725,28 +1668,27 @@ react-required-if "1.0.3" tiny-invariant "1.1.0" -"@commercetools-uikit/date-input@^10.39.8": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/date-input/-/date-input-10.40.1.tgz#47f0694c13d9785741e91c89944cfc2b7d2b077f" - integrity sha512-MGTYfRoVkPeeRhsvHsMuMmYbRXQhL04ZOVdhz6w2M+EJ82o3Zmk6ijcypjOlSinMDUl+/WKkuOTPDV/4vCENBA== +"@commercetools-uikit/date-input@^10.42.2": + version "10.42.2" + resolved "https://registry.yarnpkg.com/@commercetools-uikit/date-input/-/date-input-10.42.2.tgz#a8a40dbfd5d912a8699b1ca4c68c0f8883c62d50" + integrity sha512-MX1MlE3Oaskf15D2akteAW3e2p+Kiv3qvHKa6YvWkA0lwiY9JS7yC28asF/t2ZFUryfgpwTGFO6ctLCJgj+6hw== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/calendar-utils" "10.40.1" - "@commercetools-uikit/constraints" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/hooks" "10.40.0" - "@commercetools-uikit/icons" "10.40.1" - "@commercetools-uikit/secondary-icon-button" "10.40.0" - "@commercetools-uikit/select-utils" "10.40.1" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/tooltip" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" + "@commercetools-uikit/accessible-button" "10.42.2" + "@commercetools-uikit/calendar-utils" "10.42.2" + "@commercetools-uikit/constraints" "10.42.2" + "@commercetools-uikit/design-system" "10.42.2" + "@commercetools-uikit/hooks" "10.42.2" + "@commercetools-uikit/icons" "10.42.2" + "@commercetools-uikit/secondary-icon-button" "10.42.2" + "@commercetools-uikit/select-utils" "10.42.2" + "@commercetools-uikit/spacings-inline" "10.42.2" + "@commercetools-uikit/text" "10.42.2" + "@commercetools-uikit/tooltip" "10.42.2" + "@commercetools-uikit/utils" "10.42.2" + "@emotion/react" "^11.1.1" + "@emotion/styled" "^11.0.0" common-tags "1.8.0" downshift "6.0.6" prop-types "15.7.2" @@ -1755,14 +1697,6 @@ tiny-invariant "1.1.0" warning "4.0.3" -"@commercetools-uikit/design-system@10.40.0", "@commercetools-uikit/design-system@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/design-system/-/design-system-10.40.0.tgz#b5985750d7f6ce4c2252fd644a7c0119937159b3" - integrity sha512-2sjDAoCA48GBAcxtZ5G5BGCi0PG3zjIXBZnZwfkAQ6qpnUk6Vib/0hBW7QbtgCFnxDO19SSoctQy8Nyo8ZbTvA== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system@10.42.2", "@commercetools-uikit/design-system@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/design-system/-/design-system-10.42.2.tgz#bdb802b8c91726dbf8b5d57d25bb04f2254eebdf" @@ -1803,28 +1737,6 @@ react-required-if "1.0.3" tiny-invariant "1.1.0" -"@commercetools-uikit/flat-button@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/flat-button/-/flat-button-10.40.0.tgz#0dc8aecf3e617b74b2a211d966eb4774c91c495c" - integrity sha512-rvn9ReIXz0SDSbUSQrNUQ3NW6aw9SHbW8wnoJWATcO6DsP0i9C9ncTLBWa6U8UGyZbxv+xf9IL/FsjY59QXK1g== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - emotion-theming "^10.0.27" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - "@commercetools-uikit/flat-button@10.42.2", "@commercetools-uikit/flat-button@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/flat-button/-/flat-button-10.42.2.tgz#d3f091a81eb075571465ae35cf23d41bc0e6c6a6" @@ -1855,15 +1767,6 @@ "@emotion/styled" "^11.0.0" prop-types "15.7.2" -"@commercetools-uikit/hooks@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/hooks/-/hooks-10.40.0.tgz#b6708ba35aff607072da989223c421747a09fc22" - integrity sha512-ibvbXBMBqQhq/3/G487iZgcMkK50JVOh7TdBg7hb/qe/hugUjy1+f3gwWBCtZz1lFCZmaWHNiIk9dwAaqc+mzg== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/utils" "10.40.0" - "@commercetools-uikit/hooks@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/hooks/-/hooks-10.42.2.tgz#c926c3a2599b6f7cd5f3b6771a25471faf1a0b07" @@ -1882,28 +1785,6 @@ "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" -"@commercetools-uikit/icon-button@10.40.0", "@commercetools-uikit/icon-button@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/icon-button/-/icon-button-10.40.0.tgz#e08b6c0453933ec61fb3bf3f8cbc85350b426e4c" - integrity sha512-Zj9UwNb/IgVU6NbfgNo4TZs3IwEg15yb5oalDv27cT2gDXviMw5MlVlrLr1FHp+gnOfy10PEDAVOot6nKIDd5Q== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - tiny-invariant "1.1.0" - "@commercetools-uikit/icon-button@10.42.2", "@commercetools-uikit/icon-button@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/icon-button/-/icon-button-10.42.2.tgz#07030289114a45f43dbf99a81e11a8cc17aac1db" @@ -1924,21 +1805,6 @@ react-required-if "1.0.3" tiny-invariant "1.1.0" -"@commercetools-uikit/icons@10.40.1", "@commercetools-uikit/icons@^10.39.8": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/icons/-/icons-10.40.1.tgz#068378cf8a9fdf03ab45d795a00f067c7f1fffea" - integrity sha512-XM6x9dbQ/FuLM6xMbyxgj+iycKTSDpiRLR+XTZ0qYbkeiY+RBkehP/Uv1yoBWBYlIQvr2c+zapncH6ChHxZXYA== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - emotion-theming "^10.0.27" - prop-types "15.7.2" - tiny-invariant "1.1.0" - "@commercetools-uikit/icons@10.42.2", "@commercetools-uikit/icons@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/icons/-/icons-10.42.2.tgz#9cc3fa1f9d7deefef8e94df9b3491c7d3c7a2f9e" @@ -1952,23 +1818,6 @@ prop-types "15.7.2" tiny-invariant "1.1.0" -"@commercetools-uikit/input-utils@10.40.1": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/input-utils/-/input-utils-10.40.1.tgz#19e3013da8f5b5813fa9dcb7df4dace5a8bb4437" - integrity sha512-IG2x/IL7jALRvRDWAzsl1/VBa5JtdznrbvM7KydWG/0dHowJT+6Oko/UmC5ABuoh5mt5CQlHJRagBixbh9V9zg== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/flat-button" "10.40.0" - "@commercetools-uikit/icons" "10.40.1" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - emotion-theming "^10.0.27" - prop-types "15.7.2" - react-required-if "1.0.3" - react-textarea-autosize "8.3.0" - "@commercetools-uikit/input-utils@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/input-utils/-/input-utils-10.42.2.tgz#60c9bbf87e6bde1a5066a2eac9e57db3c7d0b93a" @@ -2000,24 +1849,22 @@ react-required-if "1.0.3" tiny-invariant "1.1.0" -"@commercetools-uikit/link-button@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/link-button/-/link-button-10.40.0.tgz#6255d32d64e683031bbbbec968b659101565e8aa" - integrity sha512-bfG1j3tAvdTeow4N1i3RpDfhhV5eGhzTPqd2NPd40WvgpfSHxuaw9+Yiu+BKOGB06fxQGPX6enI3NQWDqMevhQ== +"@commercetools-uikit/link-button@10.42.2": + version "10.42.2" + resolved "https://registry.yarnpkg.com/@commercetools-uikit/link-button/-/link-button-10.42.2.tgz#b44281d8dad814ff6eb48161211bbe1a5d2aa9f1" + integrity sha512-WDNgHX8GGl4D2PZaAfEviPERD64XGawjHNGIIPDVw4NbaR7tn9KaextR6v39tTEk5LRitPQH+8+JJKcsL3jxIQ== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" + "@commercetools-uikit/accessible-button" "10.42.2" + "@commercetools-uikit/design-system" "10.42.2" + "@commercetools-uikit/spacings-inline" "10.42.2" + "@commercetools-uikit/text" "10.42.2" + "@commercetools-uikit/utils" "10.42.2" + "@emotion/react" "^11.1.1" + "@emotion/styled" "^11.0.0" common-tags "1.8.0" lodash "4.17.20" - lodash-es "4.17.15" prop-types "15.7.2" react-required-if "1.0.3" @@ -2035,20 +1882,6 @@ "@emotion/react" "^11.1.1" prop-types "15.7.2" -"@commercetools-uikit/loading-spinner@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/loading-spinner/-/loading-spinner-10.40.0.tgz#0a0c1fe037ca3a8dfd4316f8345f6bb112dbabe7" - integrity sha512-KvOm+7wqNZ9Q9+GhC5fVOpcvILETnr5kZo4N0hVGjO7AGY//DIsw9lP+IUHDhrkxF8QpRjsvah8uCxmdwF5MRw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - prop-types "15.7.2" - "@commercetools-uikit/messages@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/messages/-/messages-10.42.2.tgz#5fdd4e8b6a647e1ac3e2e711884abc63be68ee5e" @@ -2121,27 +1954,6 @@ prop-types "15.7.2" react-required-if "1.0.3" -"@commercetools-uikit/primary-button@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/primary-button/-/primary-button-10.40.0.tgz#93e5039e96ce15350d8b80bb9872610607e0a242" - integrity sha512-tLtjtYD5jpx+OxY9on7uicraXPVdyT3Wv41txIGv2zb0pm0MVPyUKtkohdrMWjKos4FnNHkkcanrGN2zZHnAWw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - "@commercetools-uikit/primary-button@10.42.2", "@commercetools-uikit/primary-button@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/primary-button/-/primary-button-10.42.2.tgz#9bb655ade8b1be2a7ccfc63582703d9e74af2f4c" @@ -2161,28 +1973,6 @@ prop-types "15.7.2" react-required-if "1.0.3" -"@commercetools-uikit/secondary-button@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/secondary-button/-/secondary-button-10.40.0.tgz#a3edfbde9969b990c911777dd6d04b9e1f382a3c" - integrity sha512-YKNbtVA/H0MiBY9SlJ1MHRYxFk55jMrxwLUKwzSFb1vxH0odGY+/NTV0HTGS8n0JqpJ6npV0YdIaqpu6kkfQtA== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - tiny-invariant "1.1.0" - "@commercetools-uikit/secondary-button@10.42.2", "@commercetools-uikit/secondary-button@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/secondary-button/-/secondary-button-10.42.2.tgz#830742a80926a2b147ac5531276fdddfbeb96840" @@ -2203,28 +1993,6 @@ react-required-if "1.0.3" tiny-invariant "1.1.0" -"@commercetools-uikit/secondary-icon-button@10.40.0", "@commercetools-uikit/secondary-icon-button@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/secondary-icon-button/-/secondary-icon-button-10.40.0.tgz#381f77023020020853f3d2ce543b47479e674f9b" - integrity sha512-VA6tyMDeTYzuIN3+xr/AyeHdSO0MqDA/WV2x1ucCW0lJJf0wra8id+iXXvsQdikFrEemPKCY4B5ukmrWUEYyTw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/spacings" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - common-tags "1.8.0" - emotion-theming "^10.0.27" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - "@commercetools-uikit/secondary-icon-button@10.42.2", "@commercetools-uikit/secondary-icon-button@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/secondary-icon-button/-/secondary-icon-button-10.42.2.tgz#3684230e2ab8ba4b4da14722af2c342795fcb680" @@ -2282,27 +2050,6 @@ prop-types "15.7.2" react-select "3.1.1" -"@commercetools-uikit/select-utils@10.40.1": - version "10.40.1" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/select-utils/-/select-utils-10.40.1.tgz#20c68b76a82d9a3a02d9b75b776d39b32ce5b255" - integrity sha512-a+ATFCZAKyBne+V/ay2RPF+s5XIItUZ9n0ub6c8y4x8j7SCOd+oZ1l8erNqgHNt+7N+C4QUptlgqwL0FKu3Hlg== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/accessible-button" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/icons" "10.40.1" - "@commercetools-uikit/spacings" "10.40.0" - "@commercetools-uikit/text" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-select "3.1.0" - "@commercetools-uikit/select-utils@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/select-utils/-/select-utils-10.42.2.tgz#662e9161bf1254c55ab95109a6ee900b45a50b57" @@ -2322,19 +2069,7 @@ prop-types "15.7.2" react-select "3.1.1" -"@commercetools-uikit/spacings-inline@10.40.0", "@commercetools-uikit/spacings-inline@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inline/-/spacings-inline-10.40.0.tgz#551dafa237e0c0f3bf06f6798872d918a70c4d9b" - integrity sha512-HHEj74bBXdUwfDucb81N6JI70wO4Qm0EqcYACiC+cQCkMCk8OzaGAcGCPboyeWDl9VaNsPt80QvMhxzAysY5eA== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - prop-types "15.7.2" - -"@commercetools-uikit/spacings-inline@10.42.2": +"@commercetools-uikit/spacings-inline@10.42.2", "@commercetools-uikit/spacings-inline@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inline/-/spacings-inline-10.42.2.tgz#25e41f845de597c23adaef8365072008ee94dc64" integrity sha512-63BfDNXCEjklHvK4qGNvb3FHVbC3s5ggEnXF5i4KVurHXbamf4o2oyVcDS2zW9x0RwPlVGJu5yAfYnrZwS/gWw== @@ -2346,18 +2081,6 @@ "@emotion/react" "^11.1.1" prop-types "15.7.2" -"@commercetools-uikit/spacings-inset-squish@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inset-squish/-/spacings-inset-squish-10.40.0.tgz#1f5a73cc9b3666928bbd4881b447c238874e654c" - integrity sha512-fAikzTRzWxy8SdZ3h8SCT2++D7nvPgu9uHWSEtUa0OFN4Uyqct49gP2aK2++aPY9/gEWqK7jliMn6skC7A7Hjw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - prop-types "15.7.2" - "@commercetools-uikit/spacings-inset-squish@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inset-squish/-/spacings-inset-squish-10.42.2.tgz#c99729cefca113c8dd9eb25197be5c58f5717354" @@ -2370,18 +2093,6 @@ "@emotion/react" "^11.1.1" prop-types "15.7.2" -"@commercetools-uikit/spacings-inset@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inset/-/spacings-inset-10.40.0.tgz#21d5d99285329d3fdb9f722c4c50807c46ec48c0" - integrity sha512-ytk+yxFpiwRlEfssW7/ynlEaIPx0mCfGp74Rse/iTvmtD+SY7Mo88mn60kW/XG4OhkqXbFMWpJ/d8RmUFd393w== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - prop-types "15.7.2" - "@commercetools-uikit/spacings-inset@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-inset/-/spacings-inset-10.42.2.tgz#1773fef64900633d891fdb05885367394f645036" @@ -2394,19 +2105,7 @@ "@emotion/react" "^11.1.1" prop-types "15.7.2" -"@commercetools-uikit/spacings-stack@10.40.0", "@commercetools-uikit/spacings-stack@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-stack/-/spacings-stack-10.40.0.tgz#0f91d4b34dd8770536278b17e05e80a7d566b210" - integrity sha512-2S6MQNoJSTIUUZ38mJX/v8lMHjlfHFkXuOhtObQHL2qarCEQ6xUwz9Wsa0p4is5m4A+SOLtuOq6YvqEWBfrPIA== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - prop-types "15.7.2" - -"@commercetools-uikit/spacings-stack@10.42.2": +"@commercetools-uikit/spacings-stack@10.42.2", "@commercetools-uikit/spacings-stack@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings-stack/-/spacings-stack-10.42.2.tgz#f67d65937bf47d6146d141b88302a047172bb023" integrity sha512-+Yapu8a8NayDWss9sSLrj9Ggli/F9rBdJ09awCVuoIvTPi7q4cn2TUKqwo7lnQB75ZgIssdLDqw/D3kCMFf8kw== @@ -2418,18 +2117,6 @@ "@emotion/react" "^11.1.1" prop-types "15.7.2" -"@commercetools-uikit/spacings@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings/-/spacings-10.40.0.tgz#86dde2a2c327c45f4283fd34cdf4cbf7deb4991a" - integrity sha512-AanJgR0LDFiOugJJ4MqHFucxCJ2KO+bTiwe76Y1v3cvl57kffiHMuvhlceI8rxrt4i/duFtSbOdzsEgIbErHhw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/spacings-inline" "10.40.0" - "@commercetools-uikit/spacings-inset" "10.40.0" - "@commercetools-uikit/spacings-inset-squish" "10.40.0" - "@commercetools-uikit/spacings-stack" "10.40.0" - "@commercetools-uikit/spacings@10.42.2", "@commercetools-uikit/spacings@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/spacings/-/spacings-10.42.2.tgz#ad7ed7ca85dfe6bbe9bacd2d7a610409791f8e9e" @@ -2442,16 +2129,15 @@ "@commercetools-uikit/spacings-inset-squish" "10.42.2" "@commercetools-uikit/spacings-stack" "10.42.2" -"@commercetools-uikit/stamp@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/stamp/-/stamp-10.40.0.tgz#1f0c8f618274bdc6e7c5aaf102beed6ac434cd4b" - integrity sha512-L7yRMgHTo2qW7X99xE7cYdPN45ySABK2zHPhIDPlKpbzjuZt0nKxaalodb83XQj2dB53GZStPqzs6iFFMzukew== +"@commercetools-uikit/stamp@^10.42.2": + version "10.42.2" + resolved "https://registry.yarnpkg.com/@commercetools-uikit/stamp/-/stamp-10.42.2.tgz#20b6d0e4e231853b16f7340bd86554b3ed0ff077" + integrity sha512-A45NXVb67gCaeNqJ5Ceh1myQUnvVYmAJT2Y0f/ZEocP63tPYWVaCAmZiR7EdSHVuRgUjqX+Lgv7tZBg5askymw== dependencies: "@babel/runtime" "7.12.5" "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@emotion/core" "^10.0.34" - emotion-theming "^10.0.27" + "@commercetools-uikit/design-system" "10.42.2" + "@emotion/react" "^11.1.1" prop-types "15.7.2" "@commercetools-uikit/text-field@10.42.2": @@ -2489,24 +2175,6 @@ prop-types "15.7.2" react-required-if "1.0.3" -"@commercetools-uikit/text@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/text/-/text-10.40.0.tgz#cb635bd9a0b7945dc2efeab623a22a26b98142be" - integrity sha512-mp8/BP59mOQZp1UuMmz97Lcwj0PagdVrUZQH9PJTcf2Yr2iphryfc3a0gFnzamya7CKHDkjtUiwRyQIpJEvyDw== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - common-tags "1.8.0" - emotion-theming "^10.0.27" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-required-if "1.0.3" - warning "4.0.3" - "@commercetools-uikit/text@10.42.2", "@commercetools-uikit/text@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/text/-/text-10.42.2.tgz#14b66a6f1bf47bcf51db09fc4171acb9d5578683" @@ -2523,28 +2191,7 @@ react-required-if "1.0.3" warning "4.0.3" -"@commercetools-uikit/tooltip@10.40.0", "@commercetools-uikit/tooltip@^10.39.8": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/tooltip/-/tooltip-10.40.0.tgz#3313a6711b2a337c5f086ecc2126349208acd7b0" - integrity sha512-a/XUpq0v8isRHNt6Z7myx3hswXAJ1jW9UKA72/UyOa8HDTZ1KAG+0lD+hQ74D3uJnO9n+L5W7l4HtLYkVX+YGQ== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@commercetools-uikit/constraints" "10.40.0" - "@commercetools-uikit/design-system" "10.40.0" - "@commercetools-uikit/hooks" "10.40.0" - "@commercetools-uikit/utils" "10.40.0" - "@emotion/core" "^10.0.34" - "@emotion/styled" "^10.0.27" - "@emotion/styled-base" "^10.0.31" - lodash "4.17.20" - lodash-es "4.17.15" - prop-types "15.7.2" - react-is "16.13.1" - tiny-invariant "1.1.0" - use-popper "1.1.6" - -"@commercetools-uikit/tooltip@10.42.2": +"@commercetools-uikit/tooltip@10.42.2", "@commercetools-uikit/tooltip@^10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/tooltip/-/tooltip-10.42.2.tgz#acff7ca0229aa939c02aa53728a46280a6feb3e3" integrity sha512-73JMoa4jVFbTHTyKlJiRPCmni0ebu6KRQOBxqK2JAz747ipALDy/tdCeVd3ChmG6O49K/LzzsM+W5I1og/+qNg== @@ -2563,16 +2210,6 @@ tiny-invariant "1.1.0" use-popper "1.1.6" -"@commercetools-uikit/utils@10.40.0": - version "10.40.0" - resolved "https://registry.yarnpkg.com/@commercetools-uikit/utils/-/utils-10.40.0.tgz#66eaedaf6f07986220fbc49daa2c47aa88d13d1f" - integrity sha512-lRwvHBDaAVgPZsHHayH27y6hj5eaJ1KcOE1YnXzV3fy4uyN5NpPtUE4KpJ/MGj63bnudxPSoryZh45WmwzO3og== - dependencies: - "@babel/runtime" "7.12.5" - "@babel/runtime-corejs3" "7.12.5" - "@emotion/is-prop-valid" "0.8.8" - warning "4.0.3" - "@commercetools-uikit/utils@10.42.2": version "10.42.2" resolved "https://registry.yarnpkg.com/@commercetools-uikit/utils/-/utils-10.42.2.tgz#7896f33e8cacdd811b0a33223fdcae2d60be9e5d" @@ -2857,7 +2494,7 @@ source-map "^0.5.7" stylis "^4.0.3" -"@emotion/babel-preset-css-prop@11.0.0": +"@emotion/babel-preset-css-prop@11.0.0", "@emotion/babel-preset-css-prop@^11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-11.0.0.tgz#25b868affa620b9e97024b67f67ad32c03a0510e" integrity sha512-E7z3jMf1OyThGpp3ngYGxOSGX5AdoSQTuqM9QgJNAHFh3Fi8N5CbWx6g+IdySJ8bjPiMgFQsIeEhkyy+4mDpCQ== @@ -2867,17 +2504,6 @@ "@emotion/babel-plugin" "^11.0.0" "@emotion/babel-plugin-jsx-pragmatic" "^0.1.5" -"@emotion/babel-preset-css-prop@^10.0.27": - version "10.2.1" - resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-10.2.1.tgz#fb331355c1819367a6e5dd171879ae4957aa701a" - integrity sha512-4hudLJCfIrbpJZek5n69cwzu7GgCamza/whh/RgqXaI5ZWT8pFj1rR2KjQntzFFzTU7l9o+jdVPSpgCbrVG+VQ== - dependencies: - "@babel/plugin-transform-react-jsx" "^7.12.1" - "@babel/plugin-transform-react-jsx-development" "^7.12.1" - "@babel/runtime" "^7.5.5" - "@emotion/babel-plugin-jsx-pragmatic" "^0.1.5" - babel-plugin-emotion "^10.0.27" - "@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9": version "10.0.29" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" @@ -2899,7 +2525,7 @@ "@emotion/weak-memoize" "^0.2.5" stylis "^4.0.3" -"@emotion/core@^10.0.34", "@emotion/core@^10.0.9": +"@emotion/core@^10.0.9": version "10.1.1" resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3" integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== @@ -2925,13 +2551,6 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== -"@emotion/is-prop-valid@0.8.8": - version "0.8.8" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" - integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== - dependencies: - "@emotion/memoize" "0.7.4" - "@emotion/is-prop-valid@1.0.0", "@emotion/is-prop-valid@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.0.0.tgz#1dbe82e52a12c065d416a702e2d106e552cde5be" @@ -2979,6 +2598,16 @@ "@emotion/utils" "^1.0.0" csstype "^3.0.2" +"@emotion/server@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@emotion/server/-/server-11.0.0.tgz#bec7fbaa139f42ce7bb3c8dc7f96c96e2fa02f77" + integrity sha512-2iyQf841Ir//9EmXk4L35gZJxl4T8q9pmKPQIj9JmM9mkaHpIu1P2ZrWuQ7cxFZc7HU230vNvnY9pAk17nRDKA== + dependencies: + "@emotion/utils" "^1.0.0" + html-tokenize "^2.0.0" + multipipe "^1.0.2" + through "^2.3.8" + "@emotion/sheet@0.9.4": version "0.9.4" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" @@ -2989,16 +2618,6 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.0.tgz#a0ef06080f339477ad4ba7f56e1c931f7ba50822" integrity sha512-cdCHfZtf/0rahPDCZ9zyq+36EqfD/6c0WUqTFZ/hv9xadTUv2lGE5QK7/Z6Dnx2oRxC0usfVM2/BYn9q9B9wZA== -"@emotion/styled-base@^10.0.27", "@emotion/styled-base@^10.0.31": - version "10.0.31" - resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a" - integrity sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - dependencies: - "@babel/runtime" "^7.5.5" - "@emotion/is-prop-valid" "0.8.8" - "@emotion/serialize" "^0.11.15" - "@emotion/utils" "0.11.3" - "@emotion/styled@11.0.0", "@emotion/styled@^11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.0.0.tgz#698196c2822746360a8644a73a5d842b2d1a78a5" @@ -3010,14 +2629,6 @@ "@emotion/serialize" "^1.0.0" "@emotion/utils" "^1.0.0" -"@emotion/styled@^10.0.27": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf" - integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - dependencies: - "@emotion/styled-base" "^10.0.27" - babel-plugin-emotion "^10.0.27" - "@emotion/stylis@0.8.5": version "0.8.5" resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" @@ -3702,9 +3313,9 @@ tslib "~2.0.1" "@graphql-tools/prisma-loader@^6", "@graphql-tools/prisma-loader@^6.0.0": - version "6.2.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-6.2.6.tgz#50660c2613597640a08ee52c2dceabc48de4f306" - integrity sha512-fjDVAuPAtQIglP7+X9BZ9F69Q0urkbq36ksJjjk+iV+6XpnS/Q46/3YmghGKFUMAuPWQ49UobWYyCN6ctqR89Q== + version "6.2.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-6.2.7.tgz#0a9aa8f40c79a926f2d4f157dc282478bccafaca" + integrity sha512-o0QHl767uaLZVjb9NlupZjCzjfC5Zo79G6QLnK0Rbi0Ldk5Lf05HDZIfMhiyd9tsw73d0GQY7yIPvQJFE2S5Tw== dependencies: "@graphql-tools/url-loader" "^6.3.1" "@graphql-tools/utils" "^7.0.0" @@ -3717,7 +3328,6 @@ chalk "^4.1.0" debug "^4.2.0" dotenv "^8.2.0" - fs-extra "9.0.1" graphql-request "^3.3.0" http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0" @@ -5632,16 +5242,6 @@ dependencies: any-observable "^0.3.0" -"@sentry/browser@5.27.3": - version "5.27.3" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.27.3.tgz#02e78a4502ee99988d3cbb0075a11ec44b503871" - integrity sha512-vczS+XTW4Nk2A7TIpAw8IVFHpp+NK6mV9euBG2I61Bs2QbQY9yKLfbjiln/yH2Q8X4THX6MKa0GuiPoCEeq3uw== - dependencies: - "@sentry/core" "5.27.3" - "@sentry/types" "5.27.3" - "@sentry/utils" "5.27.3" - tslib "^1.9.3" - "@sentry/browser@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.27.6.tgz#54fe177e9986246586b0761eb38cbad1ad07ecb5" @@ -5652,17 +5252,6 @@ "@sentry/utils" "5.27.6" tslib "^1.9.3" -"@sentry/core@5.27.3": - version "5.27.3" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.27.3.tgz#d7a175b71596b7eb4b2e8b4cd1858a60d95813bb" - integrity sha512-yqepQO88jSt5hy0awpk61AxI4oHB09LjVbUEk4nJDg+1YXuND23cuZvH+Sp2jCZX2vrsw2tefwflToYfA8/U2w== - dependencies: - "@sentry/hub" "5.27.3" - "@sentry/minimal" "5.27.3" - "@sentry/types" "5.27.3" - "@sentry/utils" "5.27.3" - tslib "^1.9.3" - "@sentry/core@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.27.6.tgz#3ceeb58acd857f1e17d52d3087bfecb506adc1f7" @@ -5674,15 +5263,6 @@ "@sentry/utils" "5.27.6" tslib "^1.9.3" -"@sentry/hub@5.27.3": - version "5.27.3" - resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.27.3.tgz#f509c2fd38f500afef6030504e82510dbd0649d6" - integrity sha512-icEH3hr6NVQkpowXZcPOs9IgJZP5lMKtvud4mVioSpkd+NxtRdKrGEX4eF2TCviOJc9Md0mV4K+aL5Au7hxggQ== - dependencies: - "@sentry/types" "5.27.3" - "@sentry/utils" "5.27.3" - tslib "^1.9.3" - "@sentry/hub@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.27.6.tgz#a94adbe32c45dda7ad5adf742b82e0a022eb9c2f" @@ -5692,15 +5272,6 @@ "@sentry/utils" "5.27.6" tslib "^1.9.3" -"@sentry/minimal@5.27.3": - version "5.27.3" - resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.27.3.tgz#c9263bdd6270bfeae64137177448911dff568e53" - integrity sha512-ng01cM0rsE1RMjqVTpPLN0ZVkTo0I675usM1krkpQe8ddW6tfQ6EJWpt02/BrpQZRQzTtfWp6/RyB1KFXg6icg== - dependencies: - "@sentry/hub" "5.27.3" - "@sentry/types" "5.27.3" - tslib "^1.9.3" - "@sentry/minimal@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.27.6.tgz#783012ed94668be168f2b521e0ea6295c76ce2b0" @@ -5736,19 +5307,11 @@ "@sentry/utils" "5.27.6" tslib "^1.9.3" -"@sentry/types@5.27.3", "@sentry/types@5.27.6": +"@sentry/types@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.27.6.tgz#b5054eafcb8ac11d4bc4787c7bc7fc113cad8b80" integrity sha512-XOW9W8DrMk++4Hk7gWi9o5VR0o/GrqGfTKyFsHSIjqt2hL6kiMPvKeb2Hhmp7Iq37N2bDmRdWpM5m+68S2Jk6w== -"@sentry/utils@5.27.3": - version "5.27.3" - resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.3.tgz#1fc45dfad1f1e4398bee58684d8947666d8d3003" - integrity sha512-R9WvFrRBALZvCzu/9BsuXBCfkNxz4MwdBNSXaBsJo4afQw1ljkjIc9DpHzlL9S9goIwXo81Buwmr5gGDO6aH+Q== - dependencies: - "@sentry/types" "5.27.3" - tslib "^1.9.3" - "@sentry/utils@5.27.6": version "5.27.6" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.6.tgz#cd8486469ae9716a21a4bc7e828e5aeee0ed9727" @@ -5893,7 +5456,7 @@ "@svgr/babel-plugin-transform-react-native-svg" "^5.4.0" "@svgr/babel-plugin-transform-svg-component" "^5.5.0" -"@svgr/core@^5.4.0", "@svgr/core@^5.5.0": +"@svgr/core@^5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.5.0.tgz#82e826b8715d71083120fe8f2492ec7d7874a579" integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ== @@ -5909,7 +5472,7 @@ dependencies: "@babel/types" "^7.12.6" -"@svgr/plugin-jsx@^5.4.0", "@svgr/plugin-jsx@^5.5.0": +"@svgr/plugin-jsx@^5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz#1aa8cd798a1db7173ac043466d7b52236b369000" integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA== @@ -5919,7 +5482,7 @@ "@svgr/hast-util-to-babel-ast" "^5.5.0" svg-parser "^2.0.2" -"@svgr/plugin-svgo@^5.4.0", "@svgr/plugin-svgo@^5.5.0": +"@svgr/plugin-svgo@^5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz#02da55d85320549324e201c7b2e53bf431fcc246" integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ== @@ -5928,20 +5491,6 @@ deepmerge "^4.2.2" svgo "^1.2.2" -"@svgr/webpack@5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.4.0.tgz#b68bc86e29cf007292b96ced65f80971175632e0" - integrity sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg== - dependencies: - "@babel/core" "^7.9.0" - "@babel/plugin-transform-react-constant-elements" "^7.9.0" - "@babel/preset-env" "^7.9.5" - "@babel/preset-react" "^7.9.4" - "@svgr/core" "^5.4.0" - "@svgr/plugin-jsx" "^5.4.0" - "@svgr/plugin-svgo" "^5.4.0" - loader-utils "^2.0.0" - "@svgr/webpack@5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640" @@ -5978,21 +5527,7 @@ "@babel/runtime" "^7.11.2" "@testing-library/dom" "^7.22.2" -"@testing-library/dom@^7.22.2": - version "7.28.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.28.0.tgz#4d68a39675dbf0fa2f3c53bc2b9ab9e1dd1d55b2" - integrity sha512-jY9wE3eF/fjrxUCC1VTCnMWE/g+aCP582Df4H6H9wQYY0yLglyevTO7TET9pgg0w9Yzm8n7ck0Hxzi18pN5+4w== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/runtime" "^7.12.5" - "@types/aria-query" "^4.2.0" - aria-query "^4.2.2" - chalk "^4.1.0" - dom-accessibility-api "^0.5.4" - lz-string "^1.4.4" - pretty-format "^26.6.2" - -"@testing-library/dom@^7.28.1": +"@testing-library/dom@^7.22.2", "@testing-library/dom@^7.28.1": version "7.28.1" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.28.1.tgz#dea78be6e1e6db32ddcb29a449e94d9700c79eb9" integrity sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg== @@ -6428,15 +5963,20 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@14", "@types/node@14.14.9", "@types/node@>= 8": +"@types/node@*", "@types/node@14", "@types/node@>= 8": + version "14.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785" + integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== + +"@types/node@14.14.9": version "14.14.9" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6" integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw== "@types/node@^12.7.1": - version "12.19.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.6.tgz#fbf249fa46487dd8c7386d785231368b92a33a53" - integrity sha512-U2VopDdmBoYBmtm8Rz340mvvSz34VgX/K9+XCuckvcLGMkt3rbMX8soqFOikIPlPBc5lmw8By9NUK7bEFSBFlQ== + version "12.19.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.7.tgz#cf8b6ac088dd9182ac9a1d765f787a8d12490c04" + integrity sha512-zvjOU1g4CpPilbTDUATnZCUb/6lARMRAqzT7ILwl1P3YvU2leEcZ2+fw9+Jrw/paXB1CgQyXTrN4hWDtqT9O2A== "@types/node@^8.5.7": version "8.10.66" @@ -6816,7 +6356,7 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" -"@typescript-eslint/experimental-utils@4.8.2": +"@typescript-eslint/experimental-utils@4.8.2", "@typescript-eslint/experimental-utils@^4.0.1": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50" integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q== @@ -6839,18 +6379,6 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" -"@typescript-eslint/experimental-utils@^4.0.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d" - integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg== - dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/scope-manager" "4.8.1" - "@typescript-eslint/types" "4.8.1" - "@typescript-eslint/typescript-estree" "4.8.1" - eslint-scope "^5.0.0" - eslint-utils "^2.0.0" - "@typescript-eslint/parser@4.8.2": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8" @@ -6871,14 +6399,6 @@ "@typescript-eslint/typescript-estree" "2.34.0" eslint-visitor-keys "^1.1.0" -"@typescript-eslint/scope-manager@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce" - integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ== - dependencies: - "@typescript-eslint/types" "4.8.1" - "@typescript-eslint/visitor-keys" "4.8.1" - "@typescript-eslint/scope-manager@4.8.2": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9" @@ -6892,11 +6412,6 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== -"@typescript-eslint/types@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222" - integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA== - "@typescript-eslint/types@4.8.2": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36" @@ -6929,20 +6444,6 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/typescript-estree@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32" - integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ== - dependencies: - "@typescript-eslint/types" "4.8.1" - "@typescript-eslint/visitor-keys" "4.8.1" - debug "^4.1.1" - globby "^11.0.1" - is-glob "^4.0.1" - lodash "^4.17.15" - semver "^7.3.2" - tsutils "^3.17.1" - "@typescript-eslint/typescript-estree@4.8.2": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed" @@ -6964,14 +6465,6 @@ dependencies: eslint-visitor-keys "^1.1.0" -"@typescript-eslint/visitor-keys@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3" - integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ== - dependencies: - "@typescript-eslint/types" "4.8.1" - eslint-visitor-keys "^2.0.0" - "@typescript-eslint/visitor-keys@4.8.2": version "4.8.2" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77" @@ -7618,12 +7111,14 @@ array-ify@^1.0.0: integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= array-includes@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" - integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== + version "3.1.2" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8" + integrity sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0" + es-abstract "^1.18.0-next.1" + get-intrinsic "^1.0.1" is-string "^1.0.5" array-iterate@^1.0.0: @@ -8287,16 +7782,6 @@ better-queue@^3.8.10: node-eta "^0.9.0" uuid "^3.0.0" -bfj@^6.1.1: - version "6.1.2" - resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f" - integrity sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw== - dependencies: - bluebird "^3.5.5" - check-types "^8.0.3" - hoopy "^0.1.4" - tryer "^1.0.1" - big.js@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" @@ -9051,9 +8536,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157: - version "1.0.30001159" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20" - integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA== + version "1.0.30001161" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz#64f7ffe79ee780b8c92843ff34feb36cea4651e0" + integrity sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g== capture-exit@^2.0.0: version "2.0.0" @@ -9212,11 +8697,6 @@ check-more-types@2.24.0, check-more-types@^2.24.0: resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600" integrity sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA= -check-types@^8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552" - integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== - cheerio@^0.22.0: version "0.22.0" resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e" @@ -9737,7 +9217,7 @@ command-exists@^1.2.4: resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== -commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.20.3, commander@^2.8.1: +commander@^2.19.0, commander@^2.20.0, commander@^2.20.3, commander@^2.8.1: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== @@ -10231,16 +9711,6 @@ create-ecdh@^4.0.0: bn.js "^4.1.0" elliptic "^6.5.3" -create-emotion-server@10.0.27: - version "10.0.27" - resolved "https://registry.yarnpkg.com/create-emotion-server/-/create-emotion-server-10.0.27.tgz#24b135d9ef3bca32b6812c0b670feb675edd17e3" - integrity sha512-1EbZgdjiho9ue1BSTpAez8SIdfbTXomtz0bg+LPOEvf/5OV7xqCGJaoSCDCB+y7kZ73hwoEhLsoPmqKSGIQMXg== - dependencies: - "@emotion/utils" "0.11.3" - html-tokenize "^2.0.0" - multipipe "^1.0.2" - through "^2.3.8" - create-gatsby@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-0.0.1.tgz#919e130742bc17795a983b13c6c9f30c13bc989a" @@ -11672,11 +11142,6 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^2.6.1: - version "2.7.4" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" - integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - ejs@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b" @@ -11685,9 +11150,9 @@ ejs@^3.1.5: jake "^10.6.1" electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.591: - version "1.3.603" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz#1b71bec27fb940eccd79245f6824c63d5f7e8abf" - integrity sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ== + version "1.3.607" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.607.tgz#1bff13f1cf89f2fee0d244b8c64a7138f80f3a3b" + integrity sha512-h2SYNaBnlplGS0YyXl8oJWokfcNxVjJANQfMCsQefG6OSuAuNIeW+A8yGT/ci+xRoBb3k2zq1FrOvkgoKBol8g== elegant-spinner@^1.0.1: version "1.0.1" @@ -11742,15 +11207,6 @@ emoticon@^3.2.0: resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f" integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== -emotion-theming@^10.0.27: - version "10.0.27" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10" - integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - dependencies: - "@babel/runtime" "^7.5.5" - "@emotion/weak-memoize" "0.2.5" - hoist-non-react-statics "^3.3.0" - enabled@2.0.x: version "2.0.0" resolved "https://registry.yarnpkg.com/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2" @@ -11970,7 +11426,7 @@ error-stack-parser@^2.0.0, error-stack-parser@^2.0.6: dependencies: stackframe "^1.1.1" -es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.17.5: +es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.17.5: version "1.17.7" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== @@ -13209,7 +12665,7 @@ file-type@5.2.0, file-type@^5.2.0: resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6" integrity sha1-LdvqfHP/42No365J3DOMBYwritY= -file-type@^12.0.0, file-type@^12.4.2: +file-type@^12.0.0: version "12.4.2" resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9" integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg== @@ -13285,11 +12741,6 @@ filesize@6.1.0, filesize@^6.1.0: resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00" integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg== -filesize@^3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" - integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== - fill-range@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" @@ -13501,6 +12952,16 @@ fontsource-open-sans@3.0.9: resolved "https://registry.yarnpkg.com/fontsource-open-sans/-/fontsource-open-sans-3.0.9.tgz#a497140bce061e75ad442a7f69df3bf3d87e527a" integrity sha512-NEgZAgtpvz7iYZ/IlojOOy6hRLaLmxnxzEKYXnq0KU/X8lb9cD7d0XImykhfksK1/JZ6xyKQKjYq4PycHQZK9w== +fontsource-roboto-mono@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/fontsource-roboto-mono/-/fontsource-roboto-mono-3.0.3.tgz#5897326b144543e8587ec6edd0cce7162ad27874" + integrity sha512-DhrrZR6CXyH8uKoSGTH6BEomGb8x9RqYq2QSHft+ALMTsx1UlnuIYIn2PW/3aS19KIs4YxjaTjIFAPKSyywIiA== + +fontsource-roboto@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/fontsource-roboto/-/fontsource-roboto-3.0.3.tgz#99c312babeabce22b3e933b3edf2951d4508f4f7" + integrity sha512-kfsC9qAP6XhwnSDAhg2lhWeaUJfLGXZh7GcLxFiz/4lXdkV2pVhWv2Xp9ES3b3BHdc9UuPrWXXLOphzHIStcOw== + for-in@^0.1.3: version "0.1.8" resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" @@ -13804,7 +13265,7 @@ gatsby-cli@2.14.0, gatsby-cli@^2.14.0: yoga-layout-prebuilt "^1.9.6" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.24, gatsby-core-utils@^1.5.0: +gatsby-core-utils@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.5.0.tgz#0834b561ab32b8b93db2ddb3ee695188f8d2eea9" integrity sha512-hCt44m7I9Kmra/iVJwrmHXK8WFK9I1JwXQZquIVZ/JaG8UgqroxW1wpsY7ColbHGMATOmp13Efqn02VNPnms5Q== @@ -13824,12 +13285,12 @@ gatsby-graphiql-explorer@^0.6.0: dependencies: "@babel/runtime" "^7.12.5" -gatsby-image@2.4.21: - version "2.4.21" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.21.tgz#14032912242eca6a21929eb972d12fefebb355d5" - integrity sha512-OrXJkCR7z5SYkBumjPyoZbV9RqQQZsIvO1JM4WyzIMKcOCKhpOFChCahLXdi0Ggnw0yVk58CAFYGWUjNeVdUpQ== +gatsby-image@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.6.0.tgz#0d0b36c64cd718f21ae1d8ee42ed6faac2c1c2d1" + integrity sha512-BFQ3iGw6mDYCEAQWTAUf+1YDc8FnvEJUqQtan+lTbfh+nb2zlSmhqPn2Pr+T3GnIU/jupmX5vITR5CpFLSfDyg== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" object-fit-images "^3.2.4" prop-types "^15.7.2" @@ -13863,41 +13324,33 @@ gatsby-page-utils@^0.4.0: lodash "^4.17.20" micromatch "^4.0.2" -gatsby-plugin-emotion@4.3.15: - version "4.3.15" - resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.15.tgz#2ef83b8e390ccb62585fe1d6483e234ee29032ce" - integrity sha512-cuZGk/c+uxz4idAPFvayXWqjnw1mLheitUVkbPLiGkk2ZQGkzQ0z0iGX+nY7wzEKvmBXV9745jkdwnwa5GC8/Q== +gatsby-plugin-emotion@5.0.0-next.0: + version "5.0.0-next.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-5.0.0-next.0.tgz#d86650c76627a28887d3fac0dbc04d51ee2e1b8f" + integrity sha512-kg+CMS/K1JPaDMV//Snm/cmvuqUWK8qGE5hBo+rolwRigMwH9F0ciQEmmjSRmHTIVxwGA40VpzZ2SdMjjZ6p2g== dependencies: "@babel/runtime" "^7.11.2" - "@emotion/babel-preset-css-prop" "^10.0.27" + "@emotion/babel-preset-css-prop" "^11.0.0" -gatsby-plugin-emotion@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.5.0.tgz#f54dee45030a42321e3db04e5cfa969293df0f1a" - integrity sha512-BY8TleuXFOvrX3YWq3kYJE3iBWzopisXuTAh2d951mAG4PdcEEDVKsGrKfjjOCVKxakFYA4rqVozo4Co2LA3qg== +gatsby-plugin-feed@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.8.0.tgz#db8155a1ad7371331884a743f542f153ce770316" + integrity sha512-wFevUmkD94SDIpNvsdTj7zS/OAKuRwUkFGp2GsOKTKRkl46tlvR+vosF3sceOOZtXBeMH39DEq17miRp5I2kUg== dependencies: "@babel/runtime" "^7.12.5" - "@emotion/babel-preset-css-prop" "^10.0.27" - -gatsby-plugin-feed@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.6.0.tgz#b5b1cf428011b457e31419e978614c6436740921" - integrity sha512-BxsFwp5tJVew4Asf6NOP2ebhonjBDL0CuQT5HaRzuDjBj9N1/Bc5VRfYQpFy25wj+qQ5CMm5rJWkNGVVwl9//A== - dependencies: - "@babel/runtime" "^7.11.2" "@hapi/joi" "^15.1.1" common-tags "^1.8.0" fs-extra "^8.1.0" - gatsby-plugin-utils "^0.2.40" + gatsby-plugin-utils "^0.4.0" lodash.merge "^4.6.2" rss "^1.2.2" -gatsby-plugin-google-analytics@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.4.0.tgz#7c2d0dbb93910129518d325083ac740b756e2819" - integrity sha512-NKgYyICCo94OZ8SxoBEMxfRiJTRLBTYDIGkzhS+Dlzqt46T5UZARNcaPFqARw9/OdMf7FDUJ+6FSUqJoLKLNbg== +gatsby-plugin-google-analytics@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.6.0.tgz#6fd6a8bdb4eb2adc2cc88687f9fb3b334787cbe9" + integrity sha512-2pxd2iaJUWVIIGkP4T2PTDlmMEjnRLrP+ZXV65SpOy2Q2Od2tpiStol6B5T6iGjtKGs6ZOdk3D1gyTCvH+gpsg== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" minimatch "3.0.4" gatsby-plugin-hubspot@1.3.4: @@ -13907,58 +13360,16 @@ gatsby-plugin-hubspot@1.3.4: dependencies: "@babel/runtime" "^7.6.3" -gatsby-plugin-manifest@2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.5.2.tgz#38642e205e17086b3eca74b22f2eae07d10efbf8" - integrity sha512-ULLpUbKMXu0wh6XV+GEqE3w7ggGrEKH3fubwiiE00oUNJGoyFfvS9xGSwPtpE6yO1Xg3m1AH5vajZxfL9dWQ+A== +gatsby-plugin-manifest@2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.7.0.tgz#44526226e8d0a2f80c2a81e5a5c7e9a03963a890" + integrity sha512-6EG4Qth11C9ZLwgxQFl5TKAjtLAPoeteF68f+CWimv45wNxZausDbppFJgpOBmmPDucPiA62GSq30JT8icDJOQ== dependencies: - "@babel/runtime" "^7.11.2" - gatsby-core-utils "^1.3.24" - gatsby-plugin-utils "^0.2.40" + "@babel/runtime" "^7.12.5" + gatsby-core-utils "^1.5.0" + gatsby-plugin-utils "^0.4.0" semver "^7.3.2" - sharp "^0.25.4" - -gatsby-plugin-mdx@1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.3.1.tgz#18e571d5bb60ea35adf2ea127cdf044fc86f056a" - integrity sha512-orPBGGf0VOaaNm40mQqiRt8SLZecpmX+yop3HmL8ZaroKBQzV2OdKFUV7ZVRc4gDCyWR8qdHkI86yC1qA760/w== - dependencies: - "@babel/core" "^7.11.6" - "@babel/generator" "^7.11.6" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-proposal-object-rest-spread" "^7.11.0" - "@babel/preset-env" "^7.11.5" - "@babel/preset-react" "^7.10.4" - "@babel/types" "^7.11.5" - camelcase-css "^2.0.1" - change-case "^3.1.0" - core-js "^3.6.5" - dataloader "^1.4.0" - debug "^4.1.1" - escape-string-regexp "^1.0.5" - eval "^0.1.4" - fs-extra "^8.1.0" - gatsby-core-utils "^1.3.24" - gray-matter "^4.0.2" - json5 "^2.1.3" - loader-utils "^1.4.0" - lodash "^4.17.20" - mdast-util-to-string "^1.1.0" - mdast-util-toc "^3.1.0" - mime "^2.4.6" - p-queue "^6.6.2" - pretty-bytes "^5.3.0" - remark "^10.0.1" - remark-retext "^3.1.3" - retext-english "^3.0.4" - slugify "^1.4.4" - static-site-generator-webpack-plugin "^3.4.2" - style-to-object "^0.3.0" - underscore.string "^3.3.5" - unified "^8.4.2" - unist-util-map "^1.0.5" - unist-util-remove "^1.0.3" - unist-util-visit "^1.4.1" + sharp "^0.26.3" gatsby-plugin-mdx@1.5.0: version "1.5.0" @@ -14030,30 +13441,30 @@ gatsby-plugin-react-helmet-canonical-urls@1.4.0: dependencies: "@babel/runtime" "^7.3.1" -gatsby-plugin-react-helmet@3.3.14: - version "3.3.14" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.14.tgz#6eac5854e24d008352742783fe68817b18e24151" - integrity sha512-5GsIVZIVOax2V9g1UL8row1TG3p2zPY2I+8Rq52H0R5xD9QoMTPde2Q4N0Y2td+qzfRdcfkbSj/kokK2I5owPw== +gatsby-plugin-react-helmet@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.5.0.tgz#82ffa4a836a7550c8be339f0a4bcfdf598ab32f5" + integrity sha512-/gv+CpW1/F+r6e8hH0XTgvycAq0/yfkOukTCIh1p6a4j9ivPonyZ9zAJgRUiW2IuxCFOeUGWJu2mTTuIpbwkWg== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" -gatsby-plugin-remove-trailing-slashes@2.3.13: - version "2.3.13" - resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.13.tgz#4e57e8cb7b6f9c0f9c623a09e68d5bbad384940f" - integrity sha512-38HuqD5+lAaoMukCN2Q2Y5lviR41DogEsBQg9vC8Nh4OBWb3vuXXDyFgfE/oMpgbn7Mv5mUPzRerJGW6HdxCEA== +gatsby-plugin-remove-trailing-slashes@2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.5.0.tgz#5aa6537df1a18887efeed6341c17fe3658ed8e2c" + integrity sha512-Z+keLB+XVt/tZfDTc/dQ2CJhLO70oxV7FJbYWp7FDKPJOi29Hw0b+IX9M4UZ1FfQyrihREr59KT0Sb50MP5syw== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" -gatsby-plugin-sharp@2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.7.1.tgz#8dcd7f6e7007ba9407bd1203573e2ed2e9230e4c" - integrity sha512-sS7vGyJ3J4vRY5NrfmSKqaDMr/vgyBeAlkizvV5xTxzghOLE8u/c6HNCrhwzEP5nMdixepAm1+YgOS/P8tTk4w== +gatsby-plugin-sharp@2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.9.0.tgz#3114b82fa01089fdd323f6e8c9ce9b83819e1ac6" + integrity sha512-jD/RbubKS0vrk82R5ebY8BovKgmCy8oLjaARtoJPm/yyCqvI0iFPmqop7S1omNQqL9728JxKgEEnC4kMMaxyyg== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" async "^3.2.0" bluebird "^3.7.2" fs-extra "^9.0.1" - gatsby-core-utils "^1.3.24" + gatsby-core-utils "^1.5.0" got "^10.7.0" imagemin "^7.0.1" imagemin-mozjpeg "^9.0.0" @@ -14064,7 +13475,7 @@ gatsby-plugin-sharp@2.7.1: probe-image-size "^5.0.0" progress "^2.0.3" semver "^7.3.2" - sharp "^0.25.4" + sharp "^0.26.3" svgo "1.3.2" uuid "3.4.0" @@ -14081,13 +13492,6 @@ gatsby-plugin-typescript@^2.7.0: "@babel/runtime" "^7.12.5" babel-plugin-remove-graphql-queries "^2.11.0" -gatsby-plugin-utils@^0.2.40: - version "0.2.40" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-0.2.40.tgz#20e997d10efb9a0368270f79ce2e6001346f6336" - integrity sha512-RKjmpPhmi8TDR9hAKxmD4ZJMje3BLs6nt6mxMWT0F8gf5giCYEywplJikyCvaPfuyaFlq1hMmFaVvzmeZNussg== - dependencies: - joi "^17.2.1" - gatsby-plugin-utils@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-0.4.0.tgz#ab3ac9910b9a8397fab54c3b73b2debd4b67a281" @@ -14095,13 +13499,13 @@ gatsby-plugin-utils@^0.4.0: dependencies: joi "^17.2.1" -gatsby-plugin-webpack-bundle-analyser-v2@1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.13.tgz#91aff37fc8c1b0280e1f37861bb7ed656e17e685" - integrity sha512-V5m3fd3NqXtzx6qoGlXKk7f+zp50bRnXBwAASiyTrh+VClxWuB/sCHgpJNHXpdVegj9hZ2iQRVVdVISIOQd8GA== +gatsby-plugin-webpack-bundle-analyser-v2@1.1.17: + version "1.1.17" + resolved "https://registry.yarnpkg.com/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.17.tgz#e132374e60b3fb42f27bf2f8eb209e4dff636d45" + integrity sha512-s5vGBNI9Jzv8Pjef2ikUMdR8MT+cOTbbeQnfECYocLfFsuc8G03jlv0K0EdToEhglPqbgabL1pQtEd6PsoKCog== dependencies: - "@babel/runtime" "^7.11.0" - webpack-bundle-analyzer "^3.9.0" + "@babel/runtime" "^7.12.5" + webpack-bundle-analyzer "^4.1.0" gatsby-react-router-scroll@^3.2.0: version "3.2.0" @@ -14174,12 +13578,12 @@ gatsby-recipes@^0.4.0: xstate "^4.9.1" yoga-layout-prebuilt "^1.9.6" -gatsby-remark-copy-linked-files@2.3.19: - version "2.3.19" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.19.tgz#fde9fb73c9fea59285d7fac8e5aeae4d80aed4e2" - integrity sha512-QY5slDVgYns/GZpJMoBrrwHpuXh7EgmxDbRJ4HnPji+a8jZV1ObnLUxowacfPFOeJdiGeb3pYkR+Jlez5IuunQ== +gatsby-remark-copy-linked-files@2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.5.0.tgz#7620c1d08587a8a39ffdf647c1135656f0af1b5e" + integrity sha512-+Cos1N4XJWx85hfomx+KYj5EiRRo9KA6LnJ36tvEMojbI/z7J2w8B7dv5/b4C0bu0tIP9SBQKg8P8jrYXnsKSg== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" cheerio "^1.0.0-rc.3" fs-extra "^8.1.0" is-relative-url "^3.0.0" @@ -14188,15 +13592,15 @@ gatsby-remark-copy-linked-files@2.3.19: probe-image-size "^5.0.0" unist-util-visit "^1.4.1" -gatsby-remark-images@3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.4.1.tgz#7c7875a54db1c98ffa8394887f621f681a8fbb73" - integrity sha512-6sAnteMX+dIBE3ekHr1dpwmnyItjt/4tKer3EWGhj1QjSK8IImjkH7nhanTuePugj/hBgCbuVzBFIwejQSIbZA== +gatsby-remark-images@3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.6.0.tgz#f8cdc70a19b650ccbd7602a5798dbc181d744933" + integrity sha512-9MELjtozdXvpQHo08+IScK7DvF8aRtS16eC3RSRPExlfS6UDRwaQykvElpQ/PCQeBD+lMBh+4DH73lRdNfqfxA== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" chalk "^4.1.0" cheerio "^1.0.0-rc.3" - gatsby-core-utils "^1.3.24" + gatsby-core-utils "^1.5.0" is-relative-url "^3.0.0" lodash "^4.17.20" mdast-util-definitions "^1.2.5" @@ -14218,26 +13622,6 @@ gatsby-remark-relative-images@0.2.3: slash "^2.0.0" unist-util-select "^1.5.0" -gatsby-source-filesystem@2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.2.tgz#4d599f64058d4f25032b93eda2b036c9910a0d5b" - integrity sha512-we6z7h/KrhKcYhTo9HIVpmuiN15P/D+j3AgxAgJ1zZtCkGymffmhKwyTSMDAp/g0Grz+i6vvofYwOEhXOt62iA== - dependencies: - "@babel/runtime" "^7.11.2" - better-queue "^3.8.10" - chokidar "^3.4.2" - file-type "^12.4.2" - fs-extra "^8.1.0" - gatsby-core-utils "^1.3.24" - got "^9.6.0" - md5-file "^5.0.0" - mime "^2.4.6" - pretty-bytes "^5.4.1" - progress "^2.0.3" - read-chunk "^3.2.0" - valid-url "^1.0.9" - xstate "^4.13.0" - gatsby-source-filesystem@2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.6.1.tgz#28529fadbcbdd61a4257c8561200bfc1a8d5556c" @@ -14278,25 +13662,25 @@ gatsby-telemetry@^1.5.0: node-fetch "^2.6.1" uuid "3.4.0" -gatsby-transformer-sharp@2.5.21: - version "2.5.21" - resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.21.tgz#56d7c83e828d388e8f0a15b673198a0bd1001491" - integrity sha512-wKdJ+uuCMf/BToouze8l1E3qGvwkKUO3cVUvTHe0QO7yNvpxNgzwxVbWu6XBmST0gkQ4owsgDu7uiqI6B4+44w== +gatsby-transformer-sharp@2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.7.0.tgz#0e91466467efa101aa0186c6e72313c85c960d89" + integrity sha512-npJtQUnpzKJa+KD0kwofrstr5i4oCemuzEMW859sdAzg+5PbbS5TjxytP6Q9U93WsRFPV5pGi6XJbKjSWC0F9Q== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" bluebird "^3.7.2" fs-extra "^9.0.1" potrace "^2.1.8" probe-image-size "^5.0.0" semver "^7.3.2" - sharp "^0.25.4" + sharp "^0.26.3" -gatsby-transformer-yaml@2.4.15: - version "2.4.15" - resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.15.tgz#f3a8197da0404a90480ba9342defd7623efc2894" - integrity sha512-IjSf4JFYpi3pUbkD3aLv62WtjMma2B7XCDW0VeZCdZ99s5dwROnwhR7AbmtSFaBSjKccs76NV54xOrnVPK6QiQ== +gatsby-transformer-yaml@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.6.0.tgz#7c60c1ee41b0d120b384734906d8f48310a47b0e" + integrity sha512-yaPR2wQCX9Izlgt5KDeO5HiMXKruPEWo5DoZa4zezs7gvPegQ7ezpXL/s89Qpa/SqWu9oh8K/NstcSqEJp5xgA== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" js-yaml "^3.14.0" lodash "^4.17.20" unist-util-select "^1.5.0" @@ -15125,7 +14509,7 @@ gzip-size@3.0.0: dependencies: duplexer "^0.1.1" -gzip-size@5.1.1, gzip-size@^5.0.0, gzip-size@^5.1.1: +gzip-size@5.1.1, gzip-size@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== @@ -15339,6 +14723,11 @@ hast-util-has-property@^1.0.0: resolved "https://registry.yarnpkg.com/hast-util-has-property/-/hast-util-has-property-1.0.4.tgz#9f137565fad6082524b382c1e7d7d33ca5059f36" integrity sha512-ghHup2voGfgFoHMGnaLHOjbYFACKrRh9KFttdCzMCbFoBMJXiNi2+XTrPP8+q6cDJM/RSqlCfVWrjp1H201rZg== +hast-util-heading-rank@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/hast-util-heading-rank/-/hast-util-heading-rank-1.0.1.tgz#28dfd8b0724cfb0da48308e2a794b1d9f24fd80d" + integrity sha512-P6Hq7RCky9syMevlrN90QWpqWDXCxwIVOfQR2rK6P4GpY4bqjKEuCzoWSRORZ7vz+VgRpLnXimh+mkwvVFjbyQ== + hast-util-heading@1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/hast-util-heading/-/hast-util-heading-1.0.4.tgz#39182cf88f053361a2ecc6e4035f5fe436ba042e" @@ -15495,11 +14884,6 @@ homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -hoopy@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" - integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== - hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: version "2.8.8" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" @@ -18381,14 +17765,6 @@ limiter@^1.1.5: resolved "https://registry.yarnpkg.com/limiter/-/limiter-1.1.5.tgz#8f92a25b3b16c6131293a0cc834b4a838a2aa7c2" integrity sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA== -line-column@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2" - integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI= - dependencies: - isarray "^1.0.0" - isobject "^2.0.0" - 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" @@ -19364,13 +18740,13 @@ mdast-util-to-hast@^10.0.0: unist-util-visit "^2.0.0" mdast-util-to-markdown@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.5.3.tgz#e05c54a3ccd239bab63c48a1e5b5747f0dcd5aca" - integrity sha512-sr8q7fQJ1xoCqZSXW6dO/MYu2Md+a4Hfk9uO+XHCfiBhVM0EgWtfAV7BuN+ff6otUeu2xDyt1o7vhZGwOG3+BA== + version "0.5.4" + resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.5.4.tgz#be680ed0c0e11a07d07c7adff9551eec09c1b0f9" + integrity sha512-0jQTkbWYx0HdEA/h++7faebJWr5JyBoBeiRf0u3F4F3QtnyyGaWIsOwo749kRb1ttKrLLr+wRtOkfou9yB0p6A== dependencies: "@types/unist" "^2.0.0" longest-streak "^2.0.0" - mdast-util-to-string "^1.0.0" + mdast-util-to-string "^2.0.0" parse-entities "^2.0.0" repeat-string "^1.0.0" zwitch "^1.0.0" @@ -19390,6 +18766,11 @@ mdast-util-to-string@^1.0.0, mdast-util-to-string@^1.0.5, mdast-util-to-string@^ resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527" integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== +mdast-util-to-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b" + integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w== + mdast-util-toc@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/mdast-util-toc/-/mdast-util-toc-3.1.0.tgz#395eeb877f067f9d2165d990d77c7eea6f740934" @@ -20077,11 +19458,6 @@ nan@^2.12.1: resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== -nanoid@^3.1.16: - version "3.1.17" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.17.tgz#948d606594e925dff72076201922f6e22d4cc543" - integrity sha512-5mmlQz73ohlISpARejqTwgYzh92wwBccatETsLOI+VKkY6Lx/Dj3wvG7tCoKjX+eEaZWn0gB7Xkfl5JatHQTeA== - nanoid@^3.1.18: version "3.1.18" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d" @@ -20842,7 +20218,7 @@ opencollective-postinstall@^2.0.2: resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== -opener@^1.5.1, opener@^1.5.2: +opener@^1.5.2: version "1.5.2" resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== @@ -21085,7 +20461,7 @@ p-is-promise@^2.1.0: resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== -p-limit@3.0.2, p-limit@^3.0.2: +p-limit@3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== @@ -21106,6 +20482,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.3.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" @@ -21231,7 +20614,7 @@ p-try@^1.0.0: resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= -p-try@^2.0.0, p-try@^2.1.0: +p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== @@ -22707,14 +22090,14 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2 supports-color "^6.1.0" postcss@^8.1.0, postcss@^8.1.4: - version "8.1.8" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.8.tgz#697439e7276735ecdd2893d2cf8efb2236693ac3" - integrity sha512-hO6jFWBy0QnBBRaw+s0F4hVPKGDICec/nLNEG1D4qqw9/LBzWMkTjckqqELXAo0J42jN8GFZXtgQfezEaoG9gQ== + version "8.1.10" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.10.tgz#129834f94c720554d2cfdaeb27d5542ac4a026ea" + integrity sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg== dependencies: colorette "^1.2.1" - line-column "^1.0.2" - nanoid "^3.1.16" + nanoid "^3.1.18" source-map "^0.6.1" + vfile-location "^3.2.0" potrace@^2.1.8: version "2.1.8" @@ -23484,10 +22867,10 @@ react-input-autosize@^2.2.2: dependencies: prop-types "^15.5.8" -react-intersection-observer@8.30.1: - version "8.30.1" - resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.30.1.tgz#e0ce4835d2834fc712b096aec65230de79eeaadb" - integrity sha512-BGHGkmWz/d4Gs+44jWkrZBtJ6//HGwouZ9ub+kRRoRfguw2JoDlVrgTDwkQ/deDJAR9keTkQmMilNu+onhqfgw== +react-intersection-observer@8.31.0: + version "8.31.0" + resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.31.0.tgz#0ed21aaf93c4c0475b22b0ccaba6169076d01605" + integrity sha512-XraIC/tkrD9JtrmVA7ypEN1QIpKc52mXBH1u/bz/aicRLo8QQEJQAMUTb8mz4B6dqpPwyzgjrr7Ljv/2ACDtqw== react-intl@5.10.4, react-intl@^5.7.0: version "5.10.4" @@ -23587,20 +22970,6 @@ react-router@5.2.0: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-select@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27" - integrity sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - dependencies: - "@babel/runtime" "^7.4.4" - "@emotion/cache" "^10.0.9" - "@emotion/core" "^10.0.9" - "@emotion/css" "^10.0.9" - memoize-one "^5.0.0" - prop-types "^15.6.0" - react-input-autosize "^2.2.2" - react-transition-group "^4.3.0" - react-select@3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.1.tgz#156a5b4a6c22b1e3d62a919cb1fd827adb4060bc" @@ -23665,14 +23034,6 @@ read-cache@^1.0.0: dependencies: pify "^2.3.0" -read-chunk@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-3.2.0.tgz#2984afe78ca9bfbbdb74b19387bf9e86289c16ca" - integrity sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ== - dependencies: - pify "^4.0.1" - with-open-file "^0.1.6" - read-cmd-shim@^1.0.1: version "1.0.5" resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16" @@ -24064,14 +23425,14 @@ regjsparser@^0.6.4: dependencies: jsesc "~0.5.0" -rehype-slug@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/rehype-slug/-/rehype-slug-3.0.0.tgz#8416257df9665981894a1f0cd42b13c407bbcc8e" - integrity sha512-zFnj5BCEJXV6+URwaz8yW+9BdjDwO5iVzlQui3+7cCJ9MXlIEL0IY8VefcT/03Gw+2Hutdrx+zXnS7bnOrepZg== +rehype-slug@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/rehype-slug/-/rehype-slug-4.0.1.tgz#313274501cffa997bd52dd57bf2da5851959747a" + integrity sha512-KIlJALf9WfHFF21icwTd2yI2IP+RQRweaxH9ChVGQwRYy36+hiomG4ZSe0yQRyCt+D/vE39LbAcOI/h4O4GPhA== dependencies: github-slugger "^1.1.1" hast-util-has-property "^1.0.0" - hast-util-is-element "^1.0.0" + hast-util-heading-rank "^1.0.0" hast-util-to-string "^1.0.0" unist-util-visit "^2.0.0" @@ -25142,7 +24503,7 @@ shallowequal@^1.1.0: resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== -sharp@0.26.3, sharp@^0.25.4: +sharp@0.26.3, sharp@^0.26.3: version "0.26.3" resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.26.3.tgz#9de8577a986b22538e6e12ced1f7e8a53f9728de" integrity sha512-NdEJ9S6AMr8Px0zgtFo1TJjMK/ROMU92MkDtYn2BBrDjIx3YfH9TUyGdzPC+I/L619GeYQc690Vbaxc5FPCCWg== @@ -26499,10 +25860,10 @@ swap-case@^1.1.0: lower-case "^1.1.1" upper-case "^1.1.1" -swr@0.3.8: - version "0.3.8" - resolved "https://registry.yarnpkg.com/swr/-/swr-0.3.8.tgz#b3c3c7fa278913d22dbe1f3f28c07df9da9be944" - integrity sha512-EHRlaqoBtHsB2wOB+dQJ74DrZvaRGu4BaIQrhkD+/rj8/UGo2iQXN+rCcYnV7/VAreBJBmm9+lDkwZmUqWEkKA== +swr@0.3.9: + version "0.3.9" + resolved "https://registry.yarnpkg.com/swr/-/swr-0.3.9.tgz#a179a795244c7b68684af6a632f1ad579e6a69e0" + integrity sha512-lyN4SjBzpoW4+v3ebT7JUtpzf9XyzrFwXIFv+E8ZblvMa5enSNaUBs4EPkL8gGA/GDMLngEmB53o5LaNboAPfg== dependencies: dequal "2.0.2" @@ -26893,9 +26254,9 @@ title-case@^2.1.0: upper-case "^1.0.3" tlds@^1.203.0: - version "1.213.0" - resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.213.0.tgz#2b7c32f0f5a6545a31a81bbc3b2468a1a62c07f6" - integrity sha512-ypkf6Ca37CbqSNxq//Pyr4C40Rnzxnau+NvFt0D4yEPo8/xfAujITRfpOwyMIYNE2jhXljkOxApBW9J2Ib8W2A== + version "1.214.0" + resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.214.0.tgz#a20191443eec26fd3339a3bd98e87a0b4f3f0d89" + integrity sha512-+i48KYsrCkkIZnsj31cTIj9cu5NtFxKo7xlNIB7jg8kXi//b4Ertl5qaHgqFF+y+g0nFwt/k+eph2uUNQJgfwg== tmp@0.2.1, tmp@^0.2.1, tmp@~0.2.1: version "0.2.1" @@ -27104,11 +26465,6 @@ trough@^1.0.0: resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf" integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q== -tryer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" - integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== - ts-essentials@7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.0.tgz#eb807945d65e258bae8914f541543758f879f6c5" @@ -27324,16 +26680,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typeface-roboto-mono@1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94" - integrity sha512-pnzDc70b7ywJHin/BUFL7HZX8DyOTBLT2qxlJ92eH1UJOFcENIBXa9IZrxsJX/gEKjbEDKhW5vz/TKRBNk/ufQ== - -typeface-roboto@1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-1.1.13.tgz#9c4517cb91e311706c74823e857b4bac9a764ae5" - integrity sha512-YXvbd3a1QTREoD+FJoEkl0VQNJoEjewR2H11IjVv4bp6ahuIcw0yyw/3udC4vJkHw3T3cUh85FTg8eWef3pSaw== - typescript@4.1.2, typescript@^4.0: version "4.1.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" @@ -28227,7 +27573,7 @@ webidl-conversions@^6.1.0: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== -webpack-bundle-analyzer@4.1.0: +webpack-bundle-analyzer@4.1.0, webpack-bundle-analyzer@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.1.0.tgz#31f9e5e187ee32fae2392b21806582cc6fe74cf9" integrity sha512-R3oQaPn7KGJGqnOyuAbdNlH4Nm+w+gvoXQZWqYjgaMnR+vY4Ga8VD5ntfkKa00GarO7LQfOlePvtGvr254Z4Ag== @@ -28245,25 +27591,6 @@ webpack-bundle-analyzer@4.1.0: opener "^1.5.2" ws "^7.3.1" -webpack-bundle-analyzer@^3.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz#f6f94db108fb574e415ad313de41a2707d33ef3c" - integrity sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA== - dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - bfj "^6.1.1" - chalk "^2.4.1" - commander "^2.18.0" - ejs "^2.6.1" - express "^4.16.3" - filesize "^3.6.1" - gzip-size "^5.0.0" - lodash "^4.17.19" - mkdirp "^0.5.1" - opener "^1.5.1" - ws "^6.0.0" - webpack-dev-middleware@^3.7.2: version "3.7.2" resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" @@ -28603,15 +27930,6 @@ winston@3.3.3, winston@^3.0.0: triple-beam "^1.3.0" winston-transport "^4.4.0" -with-open-file@^0.1.6: - version "0.1.7" - resolved "https://registry.yarnpkg.com/with-open-file/-/with-open-file-0.1.7.tgz#e2de8d974e8a8ae6e58886be4fe8e7465b58a729" - integrity sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA== - dependencies: - p-finally "^1.0.0" - p-try "^2.1.0" - pify "^4.0.1" - with@^7.0.0: version "7.0.2" resolved "https://registry.yarnpkg.com/with/-/with-7.0.2.tgz#ccee3ad542d25538a7a7a80aad212b9828495bac" @@ -28769,7 +28087,7 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" -ws@^6.0.0, ws@^6.2.1: +ws@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== @@ -29070,6 +28388,11 @@ yn@3.1.1: resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + yoga-layout-prebuilt@^1.9.6: version "1.10.0" resolved "https://registry.yarnpkg.com/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz#2936fbaf4b3628ee0b3e3b1df44936d6c146faa6"