diff --git a/packages/dnb-design-system-portal/.babelrc b/packages/dnb-design-system-portal/.babelrc new file mode 100644 index 00000000000..6d814485025 --- /dev/null +++ b/packages/dnb-design-system-portal/.babelrc @@ -0,0 +1,15 @@ +{ + "presets": [ + [ + "babel-preset-gatsby", + { + "targets": { + "browsers": ["last 2 versions", "explorer >= 11"] + }, + "useBuiltIns": "usage", + "corejs": 2 + } + ] + ], + "plugins": ["emotion"] +} diff --git a/packages/dnb-design-system-portal/package.json b/packages/dnb-design-system-portal/package.json index 57279ccd381..6edbcf616b0 100644 --- a/packages/dnb-design-system-portal/package.json +++ b/packages/dnb-design-system-portal/package.json @@ -43,7 +43,7 @@ "prettier:package": "prettier-package-json --write ./package.json" }, "dependencies": { - "core-js": "2", + "core-js": "2.6.5", "dnb-ui-lib": "*", "react": "^16.8.5", "react-dom": "^16.8.5" @@ -51,15 +51,11 @@ "devDependencies": { "@babel/core": "^7.4.0", "@babel/node": "^7.2.2", - "@babel/plugin-proposal-class-properties": "^7.4.0", - "@babel/plugin-proposal-export-default-from": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.0", - "@babel/polyfill": "^7.4.0", "@babel/preset-env": "^7.4.2", - "@babel/preset-react": "^7.0.0", "@mdx-js/mdx": "0.20.3", "@mdx-js/tag": "0.20.3", "babel-plugin-emotion": "^10.0.9", + "babel-preset-gatsby": "^0.1.10", "camelcase": "^5.2.0", "ci-info": "^2.0.0", "classnames": "^2.2.6", @@ -77,17 +73,17 @@ "eslint-plugin-react": "^7.12.4", "front-matter": "^3.0.1", "fs-extra": "^7.0.1", - "gatsby": "^2.2.10", + "gatsby": "^2.3.4", "gatsby-link": "^2.0.16", "gatsby-mdx": "^0.4.4", "gatsby-plugin-catch-links": "^2.0.13", "gatsby-plugin-emotion": "^4.0.6", - "gatsby-plugin-manifest": "^2.0.24", + "gatsby-plugin-manifest": "^2.0.26", "gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-postcss": "^2.0.7", - "gatsby-plugin-react-helmet": "^3.0.10", + "gatsby-plugin-react-helmet": "^3.0.11", "gatsby-plugin-sass": "^2.0.11", - "gatsby-plugin-sharp": "^2.0.30", + "gatsby-plugin-sharp": "^2.0.32", "gatsby-remark-images": "^3.0.10", "gatsby-source-filesystem": "^2.0.28", "gh-pages": "^2.0.1", @@ -114,7 +110,7 @@ "react-markdown": "^4.0.6", "stylelint": "^9.10.1", "stylelint-config-styled-components": "^0.1.1", - "stylelint-processor-styled-components": "^1.5.2" + "stylelint-processor-styled-components": "^1.6.0" }, "buildVersion": "[LOCAL BUILD]" } diff --git a/packages/dnb-design-system-portal/scripts/.babelrc b/packages/dnb-design-system-portal/scripts/.babelrc index ec8882fc14b..9d7292384cb 100644 --- a/packages/dnb-design-system-portal/scripts/.babelrc +++ b/packages/dnb-design-system-portal/scripts/.babelrc @@ -1,3 +1,13 @@ { - "extends": "../src/.babelrc" + "presets": [ + [ + "@babel/preset-env", + { + "targets": { + "node": "10.6" + } + } + ] + ], + "ignore": ["node_modules/**"] } diff --git a/packages/dnb-design-system-portal/src/.babelrc b/packages/dnb-design-system-portal/src/.babelrc deleted file mode 100644 index 33f9ce0e327..00000000000 --- a/packages/dnb-design-system-portal/src/.babelrc +++ /dev/null @@ -1,22 +0,0 @@ -{ - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "browsers": ["last 2 versions", "explorer >= 11"] - }, - "useBuiltIns": "usage", - "corejs": 2 - } - ], - "@babel/preset-react" - ], - "ignore": ["node_modules/**"], - "plugins": [ - "emotion", - "@babel/plugin-proposal-export-default-from", - "@babel/plugin-proposal-object-rest-spread", - "@babel/plugin-proposal-class-properties" - ] -} diff --git a/packages/dnb-ui-lib/package.json b/packages/dnb-ui-lib/package.json index 0ce77e37e1c..ef009b5a325 100644 --- a/packages/dnb-ui-lib/package.json +++ b/packages/dnb-ui-lib/package.json @@ -75,7 +75,6 @@ "dependencies": { "body-scroll-lock": "^2.6.1", "classnames": "^2.2.6", - "core-js": "2", "keycode": "^2.2.0", "react-text-mask": "^5.4.3", "what-input": "^5.1.4" @@ -114,6 +113,7 @@ "chalk": "^2.4.2", "ci-info": "^2.0.0", "color": "^3.1.0", + "core-js": "2.6.5", "css-loader": "^2.1.1", "del": "^4.0.0", "detect-port": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index c25621e2055..5869dc8cd92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5204,16 +5204,16 @@ chrome-trace-event@^1.0.0: dependencies: tslib "^1.9.0" +ci-info@2.0.0, ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== + ci-info@^1.5.0, ci-info@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - cidr-regex@^2.0.10: version "2.0.10" resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-2.0.10.tgz#af13878bd4ad704de77d6dc800799358b3afa70d" @@ -5736,6 +5736,18 @@ config-chain@^1.1.11, config-chain@^1.1.12: ini "^1.3.4" proto-list "~1.2.1" +configstore@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-4.0.0.tgz#5933311e95d3687efb592c528b922d9262d227e7" + integrity sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ== + dependencies: + dot-prop "^4.1.0" + graceful-fs "^4.1.2" + make-dir "^1.0.0" + unique-string "^1.0.0" + write-file-atomic "^2.0.0" + xdg-basedir "^3.0.0" + configstore@^3.0.0: version "3.1.2" resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" @@ -5954,7 +5966,7 @@ core-js-pure@3.0.0: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.0.0.tgz#a5679adb4875427c8c0488afc93e6f5b7125859b" integrity sha512-yPiS3fQd842RZDgo/TAKGgS0f3p2nxssF1H65DIZvZv0Od5CygP8puHXn3IQiM/39VAvgCbdaMQpresrbGgt9g== -core-js@2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7, core-js@^2.6.5: +core-js@2.6.5, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7, core-js@^2.6.5: version "2.6.5" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A== @@ -8996,10 +9008,10 @@ g-status@^2.0.2: matcher "^1.0.0" simple-git "^1.85.0" -gatsby-cli@^2.4.17: - version "2.4.17" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.4.17.tgz#38f0d2fd55de595b457a1d2a1048fb8f88a8f143" - integrity sha512-qhhFqYy7N8G4d8hSJycdib5OeU2bHgQq+TUdMFs0wZ13Kmyr34EabdnHdSdhZdS/lUAjet6L2KugTZ6DnQFERw== +gatsby-cli@^2.5.4: + version "2.5.4" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.4.tgz#d11a00f61227a6db7965e71ac93e142d73b25587" + integrity sha512-tjkE0+H6ZV0hVwH/A4ld3/M2C12Apd5HMgjfI9r5hjSeN0yMEsohnky/mm4uFF8Pt3zfqPrL8XXpg2D9kY16Hg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/runtime" "^7.0.0" @@ -9011,15 +9023,18 @@ gatsby-cli@^2.4.17: execa "^0.8.0" fs-exists-cached "^1.0.0" fs-extra "^4.0.1" + gatsby-telemetry "^1.0.4" hosted-git-info "^2.6.0" lodash "^4.17.10" meant "^1.0.1" + node-fetch "2.3.0" opentracing "^0.14.3" pretty-error "^2.1.1" resolve-cwd "^2.0.0" source-map "^0.5.7" stack-trace "^0.0.10" update-notifier "^2.3.0" + uuid "3.3.2" yargs "^12.0.5" yurnalist "^1.0.2" @@ -9074,10 +9089,10 @@ gatsby-plugin-emotion@^4.0.6: "@babel/runtime" "^7.0.0" "@emotion/babel-preset-css-prop" "^10.0.5" -gatsby-plugin-manifest@^2.0.24: - version "2.0.24" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.24.tgz#5a14f83d137d1978bf54c727d452af571414de65" - integrity sha512-GJc1kdUgCz6m78VK+irBwraWZaybQnGthAk7TUr/iEvR0S4QQIeMF8Fa7OZ/2aDUV3BfEAP5heyyDr8YifMdSg== +gatsby-plugin-manifest@^2.0.26: + version "2.0.26" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.26.tgz#a439dca68311dff2ed16379f366e380ac3ad4daf" + integrity sha512-Ybufb0QqNJHuh9qWeAoGIo9qGk49PzWBfCDde6+IrNrCJdGZ1IMfYRMMkMW/zLWlCArIbRNBbfgehCcuSXoRkw== dependencies: "@babel/runtime" "^7.0.0" bluebird "^3.5.0" @@ -9094,10 +9109,10 @@ gatsby-plugin-offline@^2.0.25: lodash "^4.17.10" workbox-build "^3.6.3" -gatsby-plugin-page-creator@^2.0.11: - version "2.0.11" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.11.tgz#fa21e8911c75c5810bd15f3b1f27ab23abee6238" - integrity sha512-ydvayo170L36JOJH+Y2GuwwTC9JEDO6EdQfpg217eEwIpZ24NKDRiMGA3rLIKEGlDShIXPNjZhHloStzBcGoAw== +gatsby-plugin-page-creator@^2.0.12: + version "2.0.12" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.12.tgz#00a5103715881e141c81b68b670ad8fb06291b7d" + integrity sha512-Pb4jpcI4Fqr6pqDdwm1+8DsyesZwBcvoQyDDvLBF+hbWD33iURjBqTrL8quTNtIO4svLkfieIdQ8D4IhlpFCmw== dependencies: "@babel/runtime" "^7.0.0" bluebird "^3.5.0" @@ -9117,10 +9132,10 @@ gatsby-plugin-postcss@^2.0.7: "@babel/runtime" "^7.0.0" postcss-loader "^3.0.0" -gatsby-plugin-react-helmet@^3.0.10: - version "3.0.10" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.10.tgz#08a4f3f7d6ffd020d78817679535fb6548602302" - integrity sha512-YqxPNqfIS/xu+5ZO4URzWiszM6YqlyY1Xq8vvji0V/iP3XGDeQmABfFAoyd8vzAsQsWxIBDgTT2nxbBfLr7eSA== +gatsby-plugin-react-helmet@^3.0.11: + version "3.0.11" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.11.tgz#0e8aa39d89b06be613177835e1300590be67b499" + integrity sha512-VBCO7qlQMBfFQadpNauvZO1CYKVF5aE52jiNEXMiYNuchJWLBEy3FXN/FHdCGo37KipKlkh0iDXCRLSGY00TqQ== dependencies: "@babel/runtime" "^7.0.0" @@ -9132,15 +9147,14 @@ gatsby-plugin-sass@^2.0.11: "@babel/runtime" "^7.0.0" sass-loader "^7.0.1" -gatsby-plugin-sharp@^2.0.30: - version "2.0.30" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.30.tgz#a28177580a4bd6a4d7693383edb02b377432da6d" - integrity sha512-SKgxTSZ6q0Q9OWfN1ygUGLUcF8OQhE3uK9HG+LmcuZjIIwHkHn5fezwBa43fZBNfXGLQw19Z2WPrZHA99nBvsg== +gatsby-plugin-sharp@^2.0.32: + version "2.0.32" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.32.tgz#47ebf2e44ece58560fa8bc604e7904ff9dca1386" + integrity sha512-5cLD2VUcKBtIm7QJbSj4fIAv/eqD6KhraHODHjpGwqvwSOdLQB7YcmzSCPnRwxEv+0f2wNrjZYpsd8SmIWfhDw== dependencies: "@babel/runtime" "^7.0.0" async "^2.1.2" bluebird "^3.5.0" - fs-exists-cached "^1.0.0" fs-extra "^7.0.0" imagemin "^6.0.0" imagemin-mozjpeg "^8.0.0" @@ -9152,12 +9166,12 @@ gatsby-plugin-sharp@^2.0.30: probe-image-size "^4.0.0" progress "^1.1.8" sharp "^0.21.3" - svgo "^0.7.2" + svgo "^1.2.0" -gatsby-react-router-scroll@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.0.6.tgz#b04a8fe6ee77db5ca8f804b7ef476fd205dc4a40" - integrity sha512-Cn9Jlf3ikBQL4xRyxP/7Kl4WMNwqIO/kN8aHuvZd9wGYwI7AHylukkw3p7WJPNSqYWy3b76QggEvA7qzpJrglA== +gatsby-react-router-scroll@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.0.7.tgz#b9425e366d4be546036080d85664d60ae76e6c29" + integrity sha512-Yq8UBgurjt5XqezkBr67ZmMmsxFPdGG/7OERlju34PL05mAwOB1P2wdcZfjpVZM/k2xfVPcTRYk2zoUbtB/adg== dependencies: "@babel/runtime" "^7.0.0" scroll-behavior "^0.9.9" @@ -9200,10 +9214,29 @@ gatsby-source-filesystem@^2.0.28: valid-url "^1.0.9" xstate "^3.1.0" -gatsby@^2.2.10: - version "2.2.10" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.10.tgz#c277521225b109b6dfbf2cb2c9196def9c84e6e5" - integrity sha512-s1mvn+gJ35fGZuYd9payTS51CGfnrEfndv7EoWo8kqyKYZqGNUKbZP00C1C2VjWnFR3XTl7Qn8TTUacBF7p7AA== +gatsby-telemetry@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.0.4.tgz#309e982919831200400e590b3fcff33735b188fd" + integrity sha512-MWICzC8nVlzUOqP0JXDZW0fWey7KSyf/EVqkIhL1MdHNULvCXi8r2keyJfxAbmVL+S/gNb6hnrOJ+LxDpRb4DA== + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/runtime" "^7.0.0" + bluebird "^3.5.0" + ci-info "2.0.0" + configstore "4.0.0" + envinfo "^5.8.1" + fs-extra "^7.0.1" + node-fetch "2.3.0" + resolve-cwd "^2.0.0" + source-map "^0.5.7" + stack-trace "^0.0.10" + stack-utils "1.0.2" + uuid "3.3.2" + +gatsby@^2.3.4: + version "2.3.4" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.4.tgz#4f8b2a7649b645779333535860c34e576eb8321a" + integrity sha512-H23UIbrYtjpSnzzE8VxW3U25fP9eM5CY/RQs4obv1sYaHI6sFUN3S97v+hvdMRg64zfkAnTGRZ2gsjHQUOTHlA== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -9259,10 +9292,11 @@ gatsby@^2.2.10: flat "^4.0.0" fs-exists-cached "1.0.0" fs-extra "^5.0.0" - gatsby-cli "^2.4.17" + gatsby-cli "^2.5.4" gatsby-link "^2.0.16" - gatsby-plugin-page-creator "^2.0.11" - gatsby-react-router-scroll "^2.0.6" + gatsby-plugin-page-creator "^2.0.12" + gatsby-react-router-scroll "^2.0.7" + gatsby-telemetry "^1.0.4" glob "^7.1.1" graphql "^14.1.1" graphql-compose "^6.0.3" @@ -9326,6 +9360,7 @@ gatsby@^2.2.10: webpack-hot-middleware "^2.21.0" webpack-merge "^4.1.0" webpack-stats-plugin "^0.1.5" + xstate "^4.3.2" yaml-loader "^0.5.0" gauge@~2.7.3: @@ -14557,6 +14592,11 @@ node-fetch@2.1.2: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5" integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U= +node-fetch@2.3.0, node-fetch@^2.2.0, node-fetch@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" + integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== + node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -14565,11 +14605,6 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.2.0, node-fetch@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" - integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== - node-forge@0.7.5: version "0.7.5" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df" @@ -20288,7 +20323,7 @@ stack-trace@0.0.10, stack-trace@^0.0.10: resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= -stack-utils@^1.0.1: +stack-utils@1.0.2, stack-utils@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8" integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== @@ -20771,10 +20806,10 @@ stylelint-config-styled-components@^0.1.1: resolved "https://registry.yarnpkg.com/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz#b408388d7c687833ab4be4c4e6522d97d2827ede" integrity sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q== -stylelint-processor-styled-components@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.5.2.tgz#875e21baa2dd0a0c0d5de082430e47c45c7d14ce" - integrity sha512-sjOU/GtTQMR1McdntJWo6Za1wbdl5YuxQwWm5l2Nz6ELYoVI9WJTZbU9DQcvkOGjW3+HEk4ZKBytqFrMJPIx9Q== +stylelint-processor-styled-components@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.6.0.tgz#26e4317cd4ba1c3196bd6d832e8fcba3f159dd9d" + integrity sha512-ecqHh5G17rTPJUP/IMBxJf9kBspP4j5NrYl2aAWWBJxsK8RknT3PxO9Y5zHiYa7pGWmCRRdfR4ZOBO9CgouKjw== dependencies: "@babel/parser" "^7.0.0" "@babel/traverse" "^7.0.0" @@ -20906,7 +20941,7 @@ svg-url-loader@^2.3.2: file-loader "1.1.11" loader-utils "1.1.0" -svgo@^0.7.0, svgo@^0.7.2: +svgo@^0.7.0: version "0.7.2" resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5" integrity sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U= @@ -22014,7 +22049,7 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2: +uuid@3.3.2, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== @@ -22941,6 +22976,11 @@ xstate@^3.1.0: resolved "https://registry.yarnpkg.com/xstate/-/xstate-3.3.3.tgz#64177cd4473d4c2424b3df7d2434d835404b09a9" integrity sha512-p0ZYDPWxZZZRAJyD3jaGO9/MYioHuxZp6sjcLhPfBZHAprl4EDrZRGDqRVH9VvK8oa6Nrbpf+U5eNmn8KFwO3g== +xstate@^4.3.2: + version "4.4.0" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.4.0.tgz#0daedbdc49313357413546de04fafa0dba7aa0ce" + integrity sha512-MS638X5zCzEAZA/UOW9fUHSg4xAGfiHFkGMjtU5j/gmb1PtGBAVImv0iWqRZNwVqTALxxtQz655BVyNSNz2ThA== + xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"