diff --git a/package.json b/package.json index 11d5748c9..deb69d51b 100644 --- a/package.json +++ b/package.json @@ -36,19 +36,19 @@ "examples/terminal" ], "devDependencies": { - "eslint": "^6.0.1", - "eslint-config-prettier": "^6.0.0", - "eslint-config-xo": "^0.26.0", - "eslint-plugin-import": "^2.18.0", - "eslint-plugin-prettier": "^3.1.0", - "eslint-plugin-react": "^7.14.2", - "gatsby": "^2.13.23", - "husky": "^3.0.0", - "lerna": "^3.15.0", - "lint-staged": "^9.2.0", - "prettier": "^1.18.2", - "remark-cli": "^6.0.1", - "remark-preset-wooorm": "^5.0.0" + "eslint": "6.0.1", + "eslint-config-prettier": "6.0.0", + "eslint-config-xo": "0.26.0", + "eslint-plugin-import": "2.18.0", + "eslint-plugin-prettier": "3.1.0", + "eslint-plugin-react": "7.14.2", + "gatsby": "2.13.23", + "husky": "3.0.0", + "lerna": "3.15.0", + "lint-staged": "9.2.0", + "prettier": "1.18.2", + "remark-cli": "6.0.1", + "remark-preset-wooorm": "5.0.0" }, "prettier": { "tabWidth": 2, diff --git a/packages/create-mdx/package.json b/packages/create-mdx/package.json index 0450638ca..4da56a8cf 100644 --- a/packages/create-mdx/package.json +++ b/packages/create-mdx/package.json @@ -30,6 +30,6 @@ "cli.js" ], "dependencies": { - "initit": "^1.0.0-2" + "initit": "1.0.0-2" } } diff --git a/packages/gatsby-theme-mdx/package.json b/packages/gatsby-theme-mdx/package.json index c0c897f07..982724d8f 100644 --- a/packages/gatsby-theme-mdx/package.json +++ b/packages/gatsby-theme-mdx/package.json @@ -9,38 +9,38 @@ "clean": "gatsby clean" }, "devDependencies": { - "gatsby": "^2.13.18" + "gatsby": "2.13.27" }, "dependencies": { - "@blocks/kit": "^0.0.20", - "@emotion/core": "^10.0.14", - "@emotion/styled": "^10.0.14", + "@blocks/kit": "0.0.20", + "@emotion/core": "10.0.14", + "@emotion/styled": "10.0.14", "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", "@mdx-js/runtime": "^1.1.0", - "@reach/router": "^1.2.1", - "@reach/skip-nav": "^0.1.3", - "@rebass/emotion": "^3.1.1", - "emotion-theming": "^10.0.14", - "gatsby": "^2.13.23", - "gatsby-plugin-catch-links": "^2.1.2", - "gatsby-plugin-compile-es6-packages": "^1.2.0", - "gatsby-plugin-emotion": "^4.1.2", - "gatsby-plugin-google-fonts": "^1.0.1", - "gatsby-plugin-mdx": "^1.0.13", - "gatsby-plugin-page-creator": "^2.1.5", - "gatsby-plugin-react-helmet": "^3.1.2", - "gatsby-plugin-theme-ui": "^0.2.6", - "is-absolute-url": "^3.0.0", - "lodash.flatten": "^4.4.0", - "prism-react-renderer": "^0.1.7", - "react-helmet": "^5.2.1", - "react-live": "^2.1.2", - "remark-emoji": "^2.0.2", + "@reach/router": "1.2.1", + "@reach/skip-nav": "0.1.3", + "@rebass/emotion": "3.1.1", + "emotion-theming": "10.0.14", + "gatsby": "2.13.23", + "gatsby-plugin-catch-links": "2.1.2", + "gatsby-plugin-compile-es6-packages": "1.2.0", + "gatsby-plugin-emotion": "4.1.2", + "gatsby-plugin-google-fonts": "1.0.1", + "gatsby-plugin-mdx": "1.0.13", + "gatsby-plugin-page-creator": "2.1.5", + "gatsby-plugin-react-helmet": "3.1.2", + "gatsby-plugin-theme-ui": "0.2.6", + "is-absolute-url": "3.0.0", + "lodash.flatten": "4.4.0", + "prism-react-renderer": "0.1.7", + "react-helmet": "5.2.1", + "react-live": "2.1.2", + "remark-emoji": "2.0.2", "remark-mdx-remove-exports": "^1.1.0", "remark-mdx-remove-imports": "^1.1.0", - "remark-slug": "^5.1.2", - "theme-ui": "^0.2.13" + "remark-slug": "5.1.2", + "theme-ui": "0.2.13" }, "peerDependencies": { "react": "^16.8.6", diff --git a/packages/loader/package.json b/packages/loader/package.json index 026f08bcb..815faf90c 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -29,17 +29,17 @@ "dependencies": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", - "loader-utils": "^1.1.0" + "loader-utils": "1.2.3" }, "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/preset-env": "^7.4.2", - "@babel/preset-react": "^7.0.0", - "babel-loader": "^8.0.0", - "jest": "^24.0.0", - "memory-fs": "^0.4.1", - "react": "^16.8.0", - "webpack": "^4.5.0" + "@babel/core": "7.5.4", + "@babel/preset-env": "7.5.4", + "@babel/preset-react": "7.0.0", + "babel-loader": "8.0.6", + "jest": "24.8.0", + "memory-fs": "0.4.1", + "react": "16.8.6", + "webpack": "4.35.3" }, "scripts": { "test": "jest" diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 110e68844..e8512a6bc 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -29,33 +29,33 @@ "mdx-hast-to-jsx.js" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.2.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", - "detab": "^2.0.0", - "hast-util-raw": "^5.0.0", - "lodash.uniq": "^4.5.0", - "mdast-util-to-hast": "^6.0.1", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-syntax-jsx": "7.2.0", + "@babel/plugin-syntax-object-rest-spread": "7.2.0", + "detab": "2.0.2", + "hast-util-raw": "5.0.1", + "lodash.uniq": "4.5.0", + "mdast-util-to-hast": "6.0.1", "remark-mdx": "^1.1.0", - "remark-parse": "^6.0.0", - "remark-squeeze-paragraphs": "^3.0.1", - "to-style": "^1.3.3", - "unified": "^8.2.0", - "unist-builder": "^1.0.1", - "unist-util-visit": "^1.3.0" + "remark-parse": "6.0.3", + "remark-squeeze-paragraphs": "3.0.4", + "to-style": "1.3.3", + "unified": "8.2.0", + "unist-builder": "1.0.4", + "unist-util-visit": "1.4.1" }, "devDependencies": { - "@babel/core": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.1.6", - "@mapbox/rehype-prism": "^0.3.0", + "@babel/core": "7.5.4", + "@babel/plugin-transform-react-jsx": "7.3.0", + "@mapbox/rehype-prism": "0.3.1", "@mdx-js/react": "^1.0.27", - "hast-util-select": "^3.0.0", - "jest": "^24.0.0", - "prettier": "^1.14.2", - "react": "^16.8.0", - "react-dom": "^16.8.0", - "rehype-katex": "^1.1.1", - "remark-math": "^1.0.4" + "hast-util-select": "3.0.1", + "jest": "24.8.0", + "prettier": "1.18.2", + "react": "16.8.6", + "react-dom": "16.8.6", + "rehype-katex": "1.2.0", + "remark-math": "1.0.6" }, "scripts": { "test": "jest" diff --git a/packages/mdxast/package.json b/packages/mdxast/package.json index 9c2846118..e6a1dcc94 100644 --- a/packages/mdxast/package.json +++ b/packages/mdxast/package.json @@ -25,15 +25,15 @@ "index.js" ], "dependencies": { - "unist-util-visit": "^1.3.0" + "unist-util-visit": "1.4.1" }, "devDependencies": { - "jest": "^24.0.0", - "rehype-stringify": "^6.0.0", - "remark-parse": "^6.0.3", - "remark-rehype": "^4.0.1", - "unified": "^8.2.0", - "unist-util-inspect": "^4.1.2" + "jest": "24.8.0", + "rehype-stringify": "6.0.0", + "remark-parse": "6.0.3", + "remark-rehype": "4.0.1", + "unified": "8.2.0", + "unist-util-inspect": "4.1.4" }, "scripts": { "test": "jest" diff --git a/packages/parcel-plugin-mdx/package.json b/packages/parcel-plugin-mdx/package.json index 53c084235..a02a73921 100644 --- a/packages/parcel-plugin-mdx/package.json +++ b/packages/parcel-plugin-mdx/package.json @@ -35,9 +35,9 @@ "react": "^16.8.0" }, "devDependencies": { - "jest": "^24.0.0", - "react": "^16.8.0", - "react-dom": "^16.8.0" + "jest": "24.8.0", + "react": "16.8.6", + "react-dom": "16.8.6" }, "scripts": { "test": "jest" diff --git a/packages/react/package.json b/packages/react/package.json index 39a1fafb9..ff4f32377 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -27,14 +27,14 @@ "dist" ], "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/preset-env": "^7.4.2", - "@babel/preset-react": "^7.0.0", - "jest": "^24.0.0", - "microbundle": "^0.11.0", - "react": "^16.8.0", - "react-dom": "^16.8.0", - "rimraf": "^2.6.3" + "@babel/core": "7.5.4", + "@babel/preset-env": "7.5.4", + "@babel/preset-react": "7.0.0", + "jest": "24.8.0", + "microbundle": "0.11.0", + "react": "16.8.6", + "react-dom": "16.8.6", + "rimraf": "2.6.3" }, "peerDependencies": { "react": "^16.8.0" diff --git a/packages/remark-mdx-remove-exports/package.json b/packages/remark-mdx-remove-exports/package.json index fd8dec67c..b376b226c 100644 --- a/packages/remark-mdx-remove-exports/package.json +++ b/packages/remark-mdx-remove-exports/package.json @@ -31,13 +31,13 @@ "testEnvironment": "node" }, "devDependencies": { - "jest": "^24.0.0", + "jest": "24.8.0", "remark-mdx": "^1.1.0", - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.4", - "unified": "^8.2.0" + "remark-parse": "6.0.3", + "remark-stringify": "6.0.4", + "unified": "8.2.0" }, "dependencies": { - "unist-util-remove": "^1.0.1" + "unist-util-remove": "1.0.3" } } diff --git a/packages/remark-mdx-remove-imports/package.json b/packages/remark-mdx-remove-imports/package.json index 57a28fcab..0ab7985b1 100644 --- a/packages/remark-mdx-remove-imports/package.json +++ b/packages/remark-mdx-remove-imports/package.json @@ -31,13 +31,13 @@ "testEnvironment": "node" }, "devDependencies": { - "jest": "^24.0.0", + "jest": "24.8.0", "remark-mdx": "^1.1.0", - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.4", - "unified": "^8.2.0" + "remark-parse": "6.0.3", + "remark-stringify": "6.0.4", + "unified": "8.2.0" }, "dependencies": { - "unist-util-remove": "^1.0.1" + "unist-util-remove": "1.0.3" } } diff --git a/packages/remark-mdx/package.json b/packages/remark-mdx/package.json index b2d73031e..2cce4bed0 100644 --- a/packages/remark-mdx/package.json +++ b/packages/remark-mdx/package.json @@ -28,13 +28,13 @@ "extract-imports-and-exports.js" ], "dependencies": { - "@babel/core": "^7.2.2", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", - "@babel/plugin-syntax-jsx": "^7.2.0", - "is-alphabetical": "^1.0.2", - "remark-parse": "^6.0.0", - "unified": "^8.2.0" + "@babel/core": "7.5.4", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-proposal-object-rest-spread": "7.5.4", + "@babel/plugin-syntax-jsx": "7.2.0", + "is-alphabetical": "1.0.3", + "remark-parse": "6.0.3", + "unified": "8.2.0" }, "scripts": { "test": "jest" @@ -43,8 +43,8 @@ "testEnvironment": "node" }, "devDependencies": { - "jest": "^24.0.0", - "remark-stringify": "^6.0.4", - "vfile": "^4.0.0" + "jest": "24.8.0", + "remark-stringify": "6.0.4", + "vfile": "4.0.1" } } diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c561819ba..41d89c53b 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -38,17 +38,17 @@ "buble": "^0.19.6" }, "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/preset-env": "^7.4.2", - "@babel/preset-react": "^7.0.0", - "jest": "^24.0.0", - "microbundle": "^0.11.0", - "react": "^16.8.0", - "react-dom": "^16.8.0", - "rehype-add-classes": "^1.0.0", - "remark-autolink-headings": "^5.0.0", - "remark-slug": "^5.1.0", - "rimraf": "^2.6.3" + "@babel/core": "7.5.4", + "@babel/preset-env": "7.5.4", + "@babel/preset-react": "7.0.0", + "jest": "24.8.0", + "microbundle": "0.11.0", + "react": "16.8.6", + "react-dom": "16.8.6", + "rehype-add-classes": "1.0.0", + "remark-autolink-headings": "5.2.1", + "remark-slug": "5.1.2", + "rimraf": "2.6.3" }, "jest": { "testEnvironment": "node" diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index 1fb61bc48..1f71c54e0 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -29,19 +29,19 @@ "dependencies": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/vue": "^1.1.0", - "loader-utils": "^1.1.0" + "loader-utils": "1.2.3" }, "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/preset-env": "^7.4.2", - "babel-helper-vue-jsx-merge-props": "^2.0.3", - "babel-loader": "^8.0.0", - "babel-plugin-transform-vue-jsx": "^4.0.0", - "jest": "^24.0.0", - "memory-fs": "^0.4.1", - "react": "^16.8.0", - "webpack": "^4.5.0" + "@babel/core": "7.5.4", + "@babel/plugin-syntax-jsx": "7.2.0", + "@babel/preset-env": "7.5.4", + "babel-helper-vue-jsx-merge-props": "2.0.3", + "babel-loader": "8.0.6", + "babel-plugin-transform-vue-jsx": "4.0.1", + "jest": "24.8.0", + "memory-fs": "0.4.1", + "react": "16.8.6", + "webpack": "4.35.3" }, "scripts": { "no-test": "jest" diff --git a/packages/vue/package.json b/packages/vue/package.json index d1df84704..904f171b5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -21,15 +21,15 @@ "remark" ], "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/preset-env": "^7.4.2", + "@babel/core": "7.5.4", + "@babel/preset-env": "7.5.4", "@mdx-js/mdx": "^1.1.0", - "@vue/test-utils": "^1.0.0-beta.24", - "babel-helper-vue-jsx-merge-props": "^2.0.3", - "babel-plugin-transform-vue-jsx": "^4.0.0", - "hast-util-select": "^3.0.1", - "jest": "^24.0.0", - "vue": "^2.5.17", - "vue-template-compiler": "^2.5.17" + "@vue/test-utils": "1.0.0-beta.29", + "babel-helper-vue-jsx-merge-props": "2.0.3", + "babel-plugin-transform-vue-jsx": "4.0.1", + "hast-util-select": "3.0.1", + "jest": "24.8.0", + "vue": "2.6.10", + "vue-template-compiler": "2.6.10" } } diff --git a/yarn.lock b/yarn.lock index 40b57f314..823057d28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,7 +29,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.0", "@babel/core@^7.4.3": +"@babel/core@7.5.4", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.3": version "7.5.4" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== @@ -208,7 +208,7 @@ dependencies: "@babel/types" "^7.0.0" -"@babel/helper-plugin-utils@^7.0.0": +"@babel/helper-plugin-utils@7.0.0", "@babel/helper-plugin-utils@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== @@ -360,7 +360,7 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-object-rest-spread" "^7.2.0" -"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.3.4", "@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.4.4", "@babel/plugin-proposal-object-rest-spread@^7.5.4": +"@babel/plugin-proposal-object-rest-spread@7.5.4", "@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.3.4", "@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.4.4", "@babel/plugin-proposal-object-rest-spread@^7.5.4": version "7.5.4" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331" integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== @@ -427,14 +427,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0": +"@babel/plugin-syntax-jsx@7.2.0", "@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7" integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw== dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0": +"@babel/plugin-syntax-object-rest-spread@7.2.0", "@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== @@ -698,7 +698,7 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.2.0" -"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.0.0 <7.4.0", "@babel/plugin-transform-react-jsx@^7.1.6": +"@babel/plugin-transform-react-jsx@7.3.0", "@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.0.0 <7.4.0", "@babel/plugin-transform-react-jsx@^7.1.6": version "7.3.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290" integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg== @@ -858,56 +858,7 @@ js-levenshtein "^1.1.3" semver "^5.5.0" -"@babel/preset-env@^7.0.0 < 7.4.0", "@babel/preset-env@^7.0.0 <7.4.0": - version "7.3.4" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.4.tgz#887cf38b6d23c82f19b5135298bdb160062e33e1" - integrity sha512-2mwqfYMK8weA0g0uBKOt4FE3iEodiHy9/CW0b+nWXcbL+pGzLx8ESYc+j9IIxr6LTDHWKgPm71i9smo02bw+gA== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-async-generator-functions" "^7.2.0" - "@babel/plugin-proposal-json-strings" "^7.2.0" - "@babel/plugin-proposal-object-rest-spread" "^7.3.4" - "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.2.0" - "@babel/plugin-syntax-async-generators" "^7.2.0" - "@babel/plugin-syntax-json-strings" "^7.2.0" - "@babel/plugin-syntax-object-rest-spread" "^7.2.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" - "@babel/plugin-transform-arrow-functions" "^7.2.0" - "@babel/plugin-transform-async-to-generator" "^7.3.4" - "@babel/plugin-transform-block-scoped-functions" "^7.2.0" - "@babel/plugin-transform-block-scoping" "^7.3.4" - "@babel/plugin-transform-classes" "^7.3.4" - "@babel/plugin-transform-computed-properties" "^7.2.0" - "@babel/plugin-transform-destructuring" "^7.2.0" - "@babel/plugin-transform-dotall-regex" "^7.2.0" - "@babel/plugin-transform-duplicate-keys" "^7.2.0" - "@babel/plugin-transform-exponentiation-operator" "^7.2.0" - "@babel/plugin-transform-for-of" "^7.2.0" - "@babel/plugin-transform-function-name" "^7.2.0" - "@babel/plugin-transform-literals" "^7.2.0" - "@babel/plugin-transform-modules-amd" "^7.2.0" - "@babel/plugin-transform-modules-commonjs" "^7.2.0" - "@babel/plugin-transform-modules-systemjs" "^7.3.4" - "@babel/plugin-transform-modules-umd" "^7.2.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.3.0" - "@babel/plugin-transform-new-target" "^7.0.0" - "@babel/plugin-transform-object-super" "^7.2.0" - "@babel/plugin-transform-parameters" "^7.2.0" - "@babel/plugin-transform-regenerator" "^7.3.4" - "@babel/plugin-transform-shorthand-properties" "^7.2.0" - "@babel/plugin-transform-spread" "^7.2.0" - "@babel/plugin-transform-sticky-regex" "^7.2.0" - "@babel/plugin-transform-template-literals" "^7.2.0" - "@babel/plugin-transform-typeof-symbol" "^7.2.0" - "@babel/plugin-transform-unicode-regex" "^7.2.0" - browserslist "^4.3.4" - invariant "^2.2.2" - js-levenshtein "^1.1.3" - semver "^5.3.0" - -"@babel/preset-env@^7.4.1", "@babel/preset-env@^7.4.2", "@babel/preset-env@^7.4.3": +"@babel/preset-env@7.5.4", "@babel/preset-env@^7.4.1", "@babel/preset-env@^7.4.3": version "7.5.4" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d" integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== @@ -963,6 +914,55 @@ js-levenshtein "^1.1.3" semver "^5.5.0" +"@babel/preset-env@^7.0.0 < 7.4.0", "@babel/preset-env@^7.0.0 <7.4.0": + version "7.3.4" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.4.tgz#887cf38b6d23c82f19b5135298bdb160062e33e1" + integrity sha512-2mwqfYMK8weA0g0uBKOt4FE3iEodiHy9/CW0b+nWXcbL+pGzLx8ESYc+j9IIxr6LTDHWKgPm71i9smo02bw+gA== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-async-generator-functions" "^7.2.0" + "@babel/plugin-proposal-json-strings" "^7.2.0" + "@babel/plugin-proposal-object-rest-spread" "^7.3.4" + "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.2.0" + "@babel/plugin-syntax-async-generators" "^7.2.0" + "@babel/plugin-syntax-json-strings" "^7.2.0" + "@babel/plugin-syntax-object-rest-spread" "^7.2.0" + "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" + "@babel/plugin-transform-arrow-functions" "^7.2.0" + "@babel/plugin-transform-async-to-generator" "^7.3.4" + "@babel/plugin-transform-block-scoped-functions" "^7.2.0" + "@babel/plugin-transform-block-scoping" "^7.3.4" + "@babel/plugin-transform-classes" "^7.3.4" + "@babel/plugin-transform-computed-properties" "^7.2.0" + "@babel/plugin-transform-destructuring" "^7.2.0" + "@babel/plugin-transform-dotall-regex" "^7.2.0" + "@babel/plugin-transform-duplicate-keys" "^7.2.0" + "@babel/plugin-transform-exponentiation-operator" "^7.2.0" + "@babel/plugin-transform-for-of" "^7.2.0" + "@babel/plugin-transform-function-name" "^7.2.0" + "@babel/plugin-transform-literals" "^7.2.0" + "@babel/plugin-transform-modules-amd" "^7.2.0" + "@babel/plugin-transform-modules-commonjs" "^7.2.0" + "@babel/plugin-transform-modules-systemjs" "^7.3.4" + "@babel/plugin-transform-modules-umd" "^7.2.0" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.3.0" + "@babel/plugin-transform-new-target" "^7.0.0" + "@babel/plugin-transform-object-super" "^7.2.0" + "@babel/plugin-transform-parameters" "^7.2.0" + "@babel/plugin-transform-regenerator" "^7.3.4" + "@babel/plugin-transform-shorthand-properties" "^7.2.0" + "@babel/plugin-transform-spread" "^7.2.0" + "@babel/plugin-transform-sticky-regex" "^7.2.0" + "@babel/plugin-transform-template-literals" "^7.2.0" + "@babel/plugin-transform-typeof-symbol" "^7.2.0" + "@babel/plugin-transform-unicode-regex" "^7.2.0" + browserslist "^4.3.4" + invariant "^2.2.2" + js-levenshtein "^1.1.3" + semver "^5.3.0" + "@babel/preset-react@7.0.0", "@babel/preset-react@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0" @@ -1085,7 +1085,7 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" -"@blocks/kit@^0.0.20": +"@blocks/kit@0.0.20", "@blocks/kit@^0.0.20": version "0.0.20" resolved "https://registry.yarnpkg.com/@blocks/kit/-/kit-0.0.20.tgz#6a3272a17340c8bc1a90e14d107ab18347485e8b" integrity sha512-xYyZbUH7/n0hQWMVMRAEllX6bRm+6XuJKJJa0pQ+crzWBZFY0AGmgCZQ5DKfo6SlnWcrHiv0wBWhmLJFzAmx4g== @@ -1135,7 +1135,7 @@ "@emotion/utils" "0.11.2" "@emotion/weak-memoize" "0.2.3" -"@emotion/core@^10.0.10", "@emotion/core@^10.0.14": +"@emotion/core@10.0.14", "@emotion/core@^10.0.10": version "10.0.14" resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.14.tgz#cac5c334b278d5b7688cfff39e460a5b50abb71c" integrity sha512-G9FbyxLm3lSnPfLDcag8fcOQBKui/ueXmWOhV+LuEQg9HrqExuWnWaO6gm6S5rNe+AMcqLXVljf8pYgAdFLNSg== @@ -1199,7 +1199,7 @@ "@emotion/serialize" "^0.11.8" "@emotion/utils" "0.11.2" -"@emotion/styled@^10.0.14": +"@emotion/styled@10.0.14": version "10.0.14" resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.14.tgz#538bcf0d67bf8f6de946bcfbee53dc7d0187b346" integrity sha512-Ae8d5N/FmjvZKXjqWcjfhZhjCdkvxZSqD95Q72BYDNQnsOKLHIA4vWlMolLXDNkw1dIxV3l2pp82Z87HXj6eYQ== @@ -2194,7 +2194,7 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" -"@mapbox/rehype-prism@^0.3.0": +"@mapbox/rehype-prism@0.3.1": version "0.3.1" resolved "https://registry.yarnpkg.com/@mapbox/rehype-prism/-/rehype-prism-0.3.1.tgz#538e38737df0d0d1462beabf9ceae88fce4035a5" integrity sha512-3LVcYjRoyn13yRyAxGdHEOA9k2litvxJU60IbaOlPWStUiNA2GspgwiDSVHzhF+nLOu8Wed6SWFFLh18U/KEQw== @@ -2346,7 +2346,7 @@ string-width "^2.0.0" strip-ansi "^3" -"@reach/router@^1.1.1", "@reach/router@^1.2.1": +"@reach/router@1.2.1", "@reach/router@^1.1.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.2.1.tgz#34ae3541a5ac44fa7796e5506a5d7274a162be4e" integrity sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ== @@ -2357,12 +2357,12 @@ react-lifecycles-compat "^3.0.4" warning "^3.0.0" -"@reach/skip-nav@^0.1.3": +"@reach/skip-nav@0.1.3": version "0.1.3" resolved "https://registry.yarnpkg.com/@reach/skip-nav/-/skip-nav-0.1.3.tgz#78f565d91a4d6cada8bf71a625a8fc0f6ff1814d" integrity sha512-UOo7Rij++C90DARL6+KKo3Q+dQXWK8JahDd4snNKkCEu2Z3pUxMn+8zL3cKvvO1VuLtXD8xT50u4IysOu34cBw== -"@rebass/emotion@^3.1.1": +"@rebass/emotion@3.1.1": version "3.1.1" resolved "https://registry.yarnpkg.com/@rebass/emotion/-/emotion-3.1.1.tgz#909346c831be978dcabd5ae9724fc52ddd3d1109" integrity sha512-6Wz73cL/Sb5tL/c9yDd7HcwaPQs5fAcuU6yTiaUhoWgiJAGnR6GCHoaU5Lf6YfEJXEzXJRBj7I+G8VpRlX9vpg== @@ -2800,7 +2800,7 @@ resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.0.tgz#d768dba004261c029b53a77c5ea2d5f9ee4f3cce" integrity sha512-rcn2KhSHESBFMPj5vc5X2pI9bcBNQQixvJXhD5gZ4rN2iym/uH2qfDSQfUS5+qwiz0a85TCkeUs6w6jxFDudbw== -"@vue/test-utils@^1.0.0-beta.24": +"@vue/test-utils@1.0.0-beta.29": version "1.0.0-beta.29" resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.29.tgz#c942cf25e891cf081b6a03332b4ae1ef430726f0" integrity sha512-yX4sxEIHh4M9yAbLA/ikpEnGKMNBCnoX98xE1RwxfhQVcn0MaXNSj1Qmac+ZydTj6VBSEVukchBogXBTwc+9iA== @@ -3773,7 +3773,7 @@ babel-helper-builder-react-jsx@^6.24.1: babel-types "^6.26.0" esutils "^2.0.2" -babel-helper-vue-jsx-merge-props@^2.0.3: +babel-helper-vue-jsx-merge-props@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6" integrity sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg== @@ -3966,7 +3966,7 @@ babel-plugin-transform-react-remove-prop-types@0.4.24, babel-plugin-transform-re resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== -babel-plugin-transform-vue-jsx@^4.0.0: +babel-plugin-transform-vue-jsx@4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-4.0.1.tgz#2c8bddce87a6ef09eaa59869ff1bfbeeafc5f88d" integrity sha512-wbOz7ITB5cloLSjKUU1hWn8zhR+Dwah/RZiTiJY/CQliCwhowmzu6m7NEF+y5EJX/blDzGjRtZvC10Vdb3Q7vw== @@ -6445,7 +6445,7 @@ destroy@~1.0.4: resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= -detab@^2.0.0: +detab@2.0.2, detab@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.2.tgz#074970d1a807b045d0258a4235df5928dd683561" integrity sha512-Q57yPrxScy816TTE1P/uLRXLDKjXhvYTbfxS/e6lPD+YrqghbsMlGB9nQzj/zVtSPaF0DFPSdO916EWO4sQUyQ== @@ -6830,7 +6830,7 @@ emojis-list@^2.0.0: resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= -emotion-theming@^10.0.14: +emotion-theming@10.0.14: version "10.0.14" resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.14.tgz#e548d388493d07bedbb0d9d3bbe221766174b1f4" integrity sha512-zMGhPSYz48AAR6DYjQVaZHeO42cYKPq4VyB1XjxzgR62/NmO99679fx8qDDB1QZVYGkRWZtsOe+zJE/e30XdbA== @@ -7046,7 +7046,7 @@ escodegen@~1.9.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^6.0.0: +eslint-config-prettier@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25" integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA== @@ -7060,7 +7060,7 @@ eslint-config-react-app@^3.0.0: dependencies: confusing-browser-globals "^1.0.6" -eslint-config-xo@^0.26.0: +eslint-config-xo@0.26.0: version "0.26.0" resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.26.0.tgz#19dcfb1e3038dd440f5c5e4b4d11bb3128801b24" integrity sha512-l+93kmBSNr5rMrsqwC6xVWsi8LI4He3z6jSk38e9bAkMNsVsQ8XYO+qzXfJFgFX4i/+hiTswyHtl+nDut9rPaA== @@ -7107,7 +7107,7 @@ eslint-plugin-graphql@^3.0.3: graphql-config "^2.0.1" lodash "^4.11.1" -eslint-plugin-import@^2.18.0, eslint-plugin-import@^2.9.0: +eslint-plugin-import@2.18.0, eslint-plugin-import@^2.9.0: version "2.18.0" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678" integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig== @@ -7139,14 +7139,14 @@ eslint-plugin-jsx-a11y@^6.0.3: has "^1.0.3" jsx-ast-utils "^2.2.1" -eslint-plugin-prettier@^3.1.0: +eslint-plugin-prettier@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d" integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA== dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react@^7.14.2, eslint-plugin-react@^7.8.2: +eslint-plugin-react@7.14.2, eslint-plugin-react@^7.8.2: version "7.14.2" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1" integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA== @@ -7189,13 +7189,13 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@^5.6.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea" - integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg== +eslint@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7" + integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w== dependencies: "@babel/code-frame" "^7.0.0" - ajv "^6.9.1" + ajv "^6.10.0" chalk "^2.1.0" cross-spawn "^6.0.5" debug "^4.0.1" @@ -7203,18 +7203,19 @@ eslint@^5.6.0: eslint-scope "^4.0.3" eslint-utils "^1.3.1" eslint-visitor-keys "^1.0.0" - espree "^5.0.1" + espree "^6.0.0" esquery "^1.0.1" esutils "^2.0.2" file-entry-cache "^5.0.1" functional-red-black-tree "^1.0.1" - glob "^7.1.2" + glob-parent "^3.1.0" globals "^11.7.0" ignore "^4.0.6" import-fresh "^3.0.0" imurmurhash "^0.1.4" inquirer "^6.2.2" - js-yaml "^3.13.0" + is-glob "^4.0.0" + js-yaml "^3.13.1" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.3.0" lodash "^4.17.11" @@ -7222,7 +7223,6 @@ eslint@^5.6.0: mkdirp "^0.5.1" natural-compare "^1.4.0" optionator "^0.8.2" - path-is-inside "^1.0.2" progress "^2.0.0" regexpp "^2.0.1" semver "^5.5.1" @@ -7231,13 +7231,13 @@ eslint@^5.6.0: table "^5.2.3" text-table "^0.2.0" -eslint@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7" - integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w== +eslint@^5.6.0: + version "5.16.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea" + integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg== dependencies: "@babel/code-frame" "^7.0.0" - ajv "^6.10.0" + ajv "^6.9.1" chalk "^2.1.0" cross-spawn "^6.0.5" debug "^4.0.1" @@ -7245,19 +7245,18 @@ eslint@^6.0.1: eslint-scope "^4.0.3" eslint-utils "^1.3.1" eslint-visitor-keys "^1.0.0" - espree "^6.0.0" + espree "^5.0.1" esquery "^1.0.1" esutils "^2.0.2" file-entry-cache "^5.0.1" functional-red-black-tree "^1.0.1" - glob-parent "^3.1.0" + glob "^7.1.2" globals "^11.7.0" ignore "^4.0.6" import-fresh "^3.0.0" imurmurhash "^0.1.4" inquirer "^6.2.2" - is-glob "^4.0.0" - js-yaml "^3.13.1" + js-yaml "^3.13.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.3.0" lodash "^4.17.11" @@ -7265,6 +7264,7 @@ eslint@^6.0.1: mkdirp "^0.5.1" natural-compare "^1.4.0" optionator "^0.8.2" + path-is-inside "^1.0.2" progress "^2.0.0" regexpp "^2.0.1" semver "^5.5.1" @@ -8263,7 +8263,7 @@ gatsby-page-utils@^0.0.5: micromatch "^3.1.10" slash "^1.0.0" -gatsby-plugin-catch-links@^2.1.2: +gatsby-plugin-catch-links@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.2.tgz#f7e04e2b390341ba4b1f8f0e12d4bcf78b1e542d" integrity sha512-ur17fNloBJItWH1CtADFyPDqBHfe2NKV0OenuVpCEIHq4mKdWjPO1Q7cC+0/ZKN1GikpsTAabwXy4JwWIKUSew== @@ -8271,7 +8271,7 @@ gatsby-plugin-catch-links@^2.1.2: "@babel/runtime" "^7.0.0" escape-string-regexp "^1.0.5" -gatsby-plugin-compile-es6-packages@^1.2.0: +gatsby-plugin-compile-es6-packages@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-compile-es6-packages/-/gatsby-plugin-compile-es6-packages-1.2.0.tgz#1bdd0f25f32b19f09ef7c550c6cdc805e7b7b9a8" integrity sha512-imFA3VFJHSs+Jfu4HKhF9b89nZE24bSR0Xn9g9OK2vTI945kszstWoxKSWJYXQB7K6rsJ2Ml5iONjvwqfX8y6w== @@ -8279,7 +8279,7 @@ gatsby-plugin-compile-es6-packages@^1.2.0: "@babel/runtime" "^7.0.0" regex-escape "^3.4.8" -gatsby-plugin-emotion@^4.1.2: +gatsby-plugin-emotion@4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.1.2.tgz#2ef3a303dea712efda85201501752ba126af2d03" integrity sha512-CDOzfhiP0V6p5Z+wDSpVhpa4MpK0JFaIOlC1Ope8wg6+/5upMXvQ2zrWqYhE7O1UeaHByjAWUA/af4M3OM3ICw== @@ -8287,12 +8287,12 @@ gatsby-plugin-emotion@^4.1.2: "@babel/runtime" "^7.0.0" "@emotion/babel-preset-css-prop" "^10.0.5" -gatsby-plugin-google-fonts@^1.0.1: +gatsby-plugin-google-fonts@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/gatsby-plugin-google-fonts/-/gatsby-plugin-google-fonts-1.0.1.tgz#d71054f7bf207b9a8da227380369e18e6f4e0201" integrity sha512-p1NVkn27GUnDA5qHM+Z4cCcLCJIardzZXMon3640sT4xuL/AZJbsx3HEt2KY/5oZu0UXIkytkxzV2Da4rQeUIg== -gatsby-plugin-mdx@^1.0.13: +gatsby-plugin-mdx@1.0.13: version "1.0.13" resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.13.tgz#2b24226bceb839d6ec6b05d89c60d4a922216b53" integrity sha512-xvVjaOxY1BNWyLLNtJ//73bSvcz7aFQaFuLi3QttN7eivL4V+3tqk2q7JdnaLs0W6GuNrRyuS+o4q+dI5LrOpA== @@ -8325,7 +8325,7 @@ gatsby-plugin-mdx@^1.0.13: unist-util-remove "^1.0.1" unist-util-visit "^1.4.0" -gatsby-plugin-page-creator@^2.1.5: +gatsby-plugin-page-creator@2.1.5, gatsby-plugin-page-creator@^2.1.5: version "2.1.5" resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.5.tgz#723fc0392a67978cab649a402ad88f6f06b74e4c" integrity sha512-nUcsaJAaMy9UQS66QY0Dys6Xx+2CGG2EVyvDQ4NQ713la62jicOU764Bmi5G7sE2QGgpNoBtUQCW+aE6UMGpLQ== @@ -8338,14 +8338,14 @@ gatsby-plugin-page-creator@^2.1.5: lodash "^4.17.14" micromatch "^3.1.10" -gatsby-plugin-react-helmet@^3.1.2: +gatsby-plugin-react-helmet@3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.2.tgz#cde010f708581db4afbb3014257a6cef5c062116" integrity sha512-9rqa0D7qV+d7lMcnoV2Y4PTSNJcolTVZDygINYAboeef8fflcvGmOYUl16SbC0HjRjdGSiS9bmcsUNHeYPC/7g== dependencies: "@babel/runtime" "^7.0.0" -gatsby-plugin-theme-ui@^0.2.6: +gatsby-plugin-theme-ui@0.2.6: version "0.2.6" resolved "https://registry.yarnpkg.com/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.2.6.tgz#b153a3897e03fa5d4c5e33d04db822d57790a39e" integrity sha512-Vs8Fr/qOMCSC1W4uCDjCAHI1zN7NEMfgiKESVCtytPlvL1fZau+qytk3er7vrLn1IdBi1KtnPc2hJ/bHoIW1ZQ== @@ -8382,7 +8382,7 @@ gatsby-telemetry@^1.1.6: stack-utils "1.0.2" uuid "3.3.2" -gatsby@^2.13.23, gatsby@^2.3.23: +gatsby@2.13.23, gatsby@^2.13.23, gatsby@^2.3.23: version "2.13.23" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.23.tgz#72e6e17facb0e0a227ab3ed7d9c793b5558dbd53" integrity sha512-CI2yCxm9VFLo+CjFmxuHR0bUP3LyHZsCw0Wy7QEPoKFf6m068GK00Ol1o05Y2x1T+gTsIbzP1AWHeWm4L/7AZQ== @@ -9200,7 +9200,7 @@ hast-util-parse-selector@^2.0.0, hast-util-parse-selector@^2.2.0: resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.2.tgz#66aabccb252c47d94975f50a281446955160380b" integrity sha512-jIMtnzrLTjzqgVEQqPEmwEZV+ea4zHRFTP8Z2Utw0I5HuBOXHzUPPQWr6ouJdJqDKLbFU/OEiYwZ79LalZkmmw== -hast-util-raw@^5.0.0: +hast-util-raw@5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.1.tgz#b39539cf4b9f7ccdc131f72a583502a7911b99ee" integrity sha512-iHo7G6BjRc/GU1Yun5CIEXjil0wVnIbz11C6k0JdDichSDMtYi2+NNtk6YN7EOP0JfPstX30d3pRLfaJv5CkdA== @@ -9214,41 +9214,41 @@ hast-util-raw@^5.0.0: xtend "^4.0.1" zwitch "^1.0.0" -hast-util-select@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hast-util-select/-/hast-util-select-1.0.1.tgz#9f1591efa62ba0bdf5ea4298b301aaae1dad612d" - integrity sha1-nxWR76YroL316kKYswGqrh2tYS0= +hast-util-select@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/hast-util-select/-/hast-util-select-3.0.1.tgz#1f642c91ab5fb41ca2d485e4e701739f39d42552" + integrity sha512-at6Tl9T5PwfcGrKar38Kw+GjQueuq1bj4dFV1x9HT8c8aw0WpinjTiPAbvBmsYRhHlOZJxOqCRWszZFUaJ0M/A== dependencies: - camelcase "^3.0.0" + bcp-47-match "^1.0.0" comma-separated-tokens "^1.0.2" css-selector-parser "^1.3.0" + direction "^1.0.2" hast-util-has-property "^1.0.0" hast-util-is-element "^1.0.0" + hast-util-to-string "^1.0.1" hast-util-whitespace "^1.0.0" not "^0.1.0" nth-check "^1.0.1" - property-information "^3.1.0" + property-information "^5.0.0" space-separated-tokens "^1.1.0" + unist-util-visit "^1.3.1" zwitch "^1.0.0" -hast-util-select@^3.0.0, hast-util-select@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/hast-util-select/-/hast-util-select-3.0.1.tgz#1f642c91ab5fb41ca2d485e4e701739f39d42552" - integrity sha512-at6Tl9T5PwfcGrKar38Kw+GjQueuq1bj4dFV1x9HT8c8aw0WpinjTiPAbvBmsYRhHlOZJxOqCRWszZFUaJ0M/A== +hast-util-select@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/hast-util-select/-/hast-util-select-1.0.1.tgz#9f1591efa62ba0bdf5ea4298b301aaae1dad612d" + integrity sha1-nxWR76YroL316kKYswGqrh2tYS0= dependencies: - bcp-47-match "^1.0.0" + camelcase "^3.0.0" comma-separated-tokens "^1.0.2" css-selector-parser "^1.3.0" - direction "^1.0.2" hast-util-has-property "^1.0.0" hast-util-is-element "^1.0.0" - hast-util-to-string "^1.0.1" hast-util-whitespace "^1.0.0" not "^0.1.0" nth-check "^1.0.1" - property-information "^5.0.0" + property-information "^3.1.0" space-separated-tokens "^1.1.0" - unist-util-visit "^1.3.1" zwitch "^1.0.0" hast-util-to-html@^6.0.0: @@ -9585,7 +9585,7 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^3.0.0: +husky@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562" integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q== @@ -9795,7 +9795,7 @@ init-package-json@^1.10.3: validate-npm-package-license "^3.0.1" validate-npm-package-name "^3.0.0" -initit@^1.0.0-2: +initit@1.0.0-2: version "1.0.0-2" resolved "https://registry.yarnpkg.com/initit/-/initit-1.0.0-2.tgz#c257037dbfd6529b6ea3bb5a749d6cc8bf76b24b" integrity sha512-g/DAVroo06lmf2qMYhwdh65vKlfy3PlX0vBPqadHQYHkzt0aoELHsbICH2fIvgUQ2uCfdGCfG/Z0qayokHWpxA== @@ -9943,16 +9943,16 @@ irregular-plurals@^2.0.0: resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-2.0.0.tgz#39d40f05b00f656d0b7fa471230dd3b714af2872" integrity sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw== +is-absolute-url@3.0.0, is-absolute-url@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.0.tgz#eb21d69df2ed8ef72a3e6f243e216563036a0913" + integrity sha512-3OkP8XrM2Xq4/IxsJnClfMp3OaM3TAatLPLKPeWcxLBTrpe6hihwtX+XZfJTcXg/FTRi4qjy0y/C5qiyNxY24g== + is-absolute-url@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= -is-absolute-url@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.0.tgz#eb21d69df2ed8ef72a3e6f243e216563036a0913" - integrity sha512-3OkP8XrM2Xq4/IxsJnClfMp3OaM3TAatLPLKPeWcxLBTrpe6hihwtX+XZfJTcXg/FTRi4qjy0y/C5qiyNxY24g== - is-accessor-descriptor@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" @@ -9967,7 +9967,7 @@ is-accessor-descriptor@^1.0.0: dependencies: kind-of "^6.0.0" -is-alphabetical@^1.0.0, is-alphabetical@^1.0.2: +is-alphabetical@1.0.3, is-alphabetical@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.3.tgz#eb04cc47219a8895d8450ace4715abff2258a1f8" integrity sha512-eEMa6MKpHFzw38eKm56iNNi6GJ7lf6aLLio7Kr23sJPAECscgRtZvOBYybejWDQ2bM949Y++61PY+udzj5QMLA== @@ -10979,7 +10979,7 @@ jest-worker@^24.6.0: merge-stream "^1.0.1" supports-color "^6.1.0" -jest@^24.0.0: +jest@24.8.0: version "24.8.0" resolved "https://registry.yarnpkg.com/jest/-/jest-24.8.0.tgz#d5dff1984d0d1002196e9b7f12f75af1b2809081" integrity sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg== @@ -11321,7 +11321,7 @@ left-pad@^1.3.0: resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== -lerna@^3.15.0: +lerna@3.15.0: version "3.15.0" resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.15.0.tgz#b044dba8138d7a1a8dd48ac1d80e7541bdde0d1f" integrity sha512-kRIQ3bgzkmew5/WZQ0C9WjH0IUf3ZmTNnBwTHfXgLkVY7td0lbwMQFD7zehflUn0zG4ou54o/gn+IfjF0ti/5A== @@ -11367,7 +11367,7 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^9.2.0: +lint-staged@9.2.0: version "9.2.0" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.0.tgz#155e5723dffdaa55d252c47bab05a2962c1e9781" integrity sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg== @@ -11586,7 +11586,7 @@ lodash.filter@^4.4.0: resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace" integrity sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4= -lodash.flatten@^4.2.0, lodash.flatten@^4.4.0: +lodash.flatten@4.4.0, lodash.flatten@^4.2.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= @@ -11711,7 +11711,7 @@ lodash.transform@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0" integrity sha1-EjBkIvYzJK7YSD0/ODMrX2cFR6A= -lodash.uniq@^4.5.0: +lodash.uniq@4.5.0, lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= @@ -12023,10 +12023,10 @@ mdast-util-heading-style@^1.0.2: resolved "https://registry.yarnpkg.com/mdast-util-heading-style/-/mdast-util-heading-style-1.0.5.tgz#81b2e60d76754198687db0e8f044e42376db0426" integrity sha512-8zQkb3IUwiwOdUw6jIhnwM6DPyib+mgzQuHAe7j2Hy1rIarU4VUxe472bp9oktqULW3xqZE+Kz6OD4Gi7IA3vw== -mdast-util-to-hast@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18" - integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig== +mdast-util-to-hast@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-6.0.1.tgz#98d5ff6d3179d2bb95609a12c8b1e370249d73f2" + integrity sha512-KRh9wIYzUQk877JcV+8q4FqBUEouLpCKMObqeWg4dnL1/rh9vtSIq5mqQFwIK9YzSULl91F8FP5+EJ/xqRHaBw== dependencies: collapse-white-space "^1.0.0" detab "^2.0.0" @@ -12040,10 +12040,10 @@ mdast-util-to-hast@^4.0.0: unist-util-visit "^1.1.0" xtend "^4.0.1" -mdast-util-to-hast@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-6.0.1.tgz#98d5ff6d3179d2bb95609a12c8b1e370249d73f2" - integrity sha512-KRh9wIYzUQk877JcV+8q4FqBUEouLpCKMObqeWg4dnL1/rh9vtSIq5mqQFwIK9YzSULl91F8FP5+EJ/xqRHaBw== +mdast-util-to-hast@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18" + integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig== dependencies: collapse-white-space "^1.0.0" detab "^2.0.0" @@ -12128,7 +12128,7 @@ memoize-one@^5.0.0: resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.0.5.tgz#8cd3809555723a07684afafcd6f756072ac75d7e" integrity sha512-ey6EpYv0tEaIbM/nTDOpHciXUvd+ackQrJgEzBwemhZZIWZjcyodqEcrmqDy2BKRTM3a65kKBV4WtLXJDt26SQ== -memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1: +memory-fs@0.4.1, memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= @@ -12215,7 +12215,7 @@ methods@~1.1.2: resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -microbundle@^0.11.0: +microbundle@0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.11.0.tgz#266bcf4210192698c23fe3bf3581ab81d31a14d0" integrity sha512-Lt2f8OhC2y2uKyJ5zA8lEEiDsIAbk6yllBuoAWLIdYVIXYqOdN9mO3DI7VW7x/fw87gdnCLIJdVtpP6kaI99LA== @@ -14824,7 +14824,7 @@ prettier@1.16.3: resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d" integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw== -prettier@^1.14.2, prettier@^1.18.2: +prettier@1.18.2: version "1.18.2" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea" integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw== @@ -14859,7 +14859,7 @@ pretty-format@^24.8.0: ansi-styles "^3.2.0" react-is "^16.8.4" -prism-react-renderer@^0.1.0, prism-react-renderer@^0.1.7: +prism-react-renderer@0.1.7, prism-react-renderer@^0.1.0, prism-react-renderer@^0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-0.1.7.tgz#dc273d0cb6e4a498ba0775094e9a8b01a3ad2eaa" integrity sha512-EhnM0sYfLK103ASK0ViSv0rta//ZGB0dBA9TiFyOvA+zOj5peLmGEG01sLEDwl9sMe+gSqncInafBe1VFTCMvA== @@ -15234,7 +15234,7 @@ react-dev-utils@^4.2.3: strip-ansi "3.0.1" text-table "0.2.0" -react-dom@^16.8.0, react-dom@^16.8.6: +react-dom@16.8.6, react-dom@^16.8.6: version "16.8.6" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f" integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA== @@ -15266,7 +15266,7 @@ react-gist@^1.2.1: dependencies: prop-types "^15.6.0" -react-helmet@^5.2.1: +react-helmet@5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-5.2.1.tgz#16a7192fdd09951f8e0fe22ffccbf9bb3e591ffa" integrity sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA== @@ -15300,7 +15300,7 @@ react-lifecycles-compat@^3.0.4: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-live@^2.1.2: +react-live@2.1.2, react-live@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.1.2.tgz#f81a2926d9531563b04a62afe4feee09d78c058c" integrity sha512-RAyu0FaFPnSqC3mG3ira0qmAGfPmGKEmGcAkXHwUNTFgbhVa38gbUSz8K1kvLSZ4yi19EbtVEa7LWQwxO5mEsA== @@ -15371,7 +15371,7 @@ react-youtube@^7.9.0: prop-types "^15.5.3" youtube-player "^5.5.1" -"react@^0.14.x || ^15.x || ^16.x", react@^16.8.0, react@^16.8.4, react@^16.8.6: +react@16.8.6, "react@^0.14.x || ^15.x || ^16.x", react@^16.8.0, react@^16.8.4, react@^16.8.6: version "16.8.6" resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe" integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw== @@ -15733,14 +15733,14 @@ regjsparser@^0.6.0: dependencies: jsesc "~0.5.0" -rehype-add-classes@^1.0.0: +rehype-add-classes@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/rehype-add-classes/-/rehype-add-classes-1.0.0.tgz#3d8b37b13ce06e2eb8681b33ccf1c2995611a33b" integrity sha512-Iz8t2KhCNAL+0AHKjxb+kVwsHk/pI3Cy4k0R70ZGzoQiZ7WQm3o8+3odJkMhFRfcNIK1lNShIHEdC90H5LwLdg== dependencies: hast-util-select "^1.0.1" -rehype-katex@^1.1.1: +rehype-katex@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/rehype-katex/-/rehype-katex-1.2.0.tgz#060b88806ef52e34d9f28c41f2ec511152be3c5a" integrity sha512-Vh/asaTnhkQn4rMqTYwRdLOnpyMm5BbLvxR2eHMArXNYacfdmEMqTeoOuqgpQ2KQeUFHjAd+fphg3EeMfxzkqw== @@ -15760,7 +15760,7 @@ rehype-parse@^3.0.0: parse5 "^2.1.5" xtend "^4.0.1" -rehype-stringify@^6.0.0: +rehype-stringify@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-6.0.0.tgz#a8a573b6f9bf98916955978acd746c37cfd88ac0" integrity sha512-grV/hhA7z9GbUJZk0ILzprSE0YY9lvTmYuvgRjXdFXrrag5gNeqXBQIuG1m4zFW6PFm0YYnJ/qgf5y6yui4VsA== @@ -15781,7 +15781,7 @@ relay-runtime@2.0.0: "@babel/runtime" "^7.0.0" fbjs "^1.0.0" -remark-autolink-headings@^5.0.0: +remark-autolink-headings@5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/remark-autolink-headings/-/remark-autolink-headings-5.2.1.tgz#620639081372feddaf5d8e9838052f615931974d" integrity sha512-pAsIVtbYWIkCDoR/hXJQAjXRnzQ5hjQzmiz2eQnZMIQbsiut3x5xEQYF+urpNEQSUG1/I+9wp2sSERgaxiaBdQ== @@ -15789,7 +15789,7 @@ remark-autolink-headings@^5.0.0: extend "^3.0.2" unist-util-visit "^1.0.1" -remark-cli@^6.0.1: +remark-cli@6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-6.0.1.tgz#ace67b94c05df0516b6be8dd70f326b6fa9c3770" integrity sha512-h7Hwnfdcm5J03t2mxhl9BAav+Goqauqfz3LhpE7TP+RIiPnK6njU7qRDD7qlUd/hLyMSB+WBjYc7gVDQT3pv0A== @@ -15805,7 +15805,7 @@ remark-comment-config@^5.0.0: dependencies: mdast-comment-marker "^1.0.1" -remark-emoji@^2.0.2: +remark-emoji@2.0.2, remark-emoji@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.0.2.tgz#49c134021132c192ee4cceed1988ec9b8ced7eb8" integrity sha512-E8ZOa7Sx1YS9ivWJ8U9xpA8ldzZ4VPAfyUaKqhr1/Pr5Q8ZdQHrpDg6S+rPzMw8t89KNViB/oG9ZdJSFDrUXpA== @@ -16356,7 +16356,7 @@ remark-lint@^6.0.0: dependencies: remark-message-control "^4.0.0" -remark-math@^1.0.4: +remark-math@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/remark-math/-/remark-math-1.0.6.tgz#49eb3dd15d298734c9ae21673115389793af4d1b" integrity sha512-I43wU/QOQpXvVFXKjA4FHp5xptK65+5F6yolm8+69/JV0EqSOB64wURUZ3JK50JtnTL8FvwLiH2PZ+fvsBxviA== @@ -16372,7 +16372,7 @@ remark-message-control@^4.0.0: unified-message-control "^1.0.0" xtend "^4.0.1" -remark-parse@^6.0.0, remark-parse@^6.0.3: +remark-parse@6.0.3, remark-parse@^6.0.0: version "6.0.3" resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a" integrity sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg== @@ -16415,7 +16415,7 @@ remark-preset-lint-recommended@^3.0.1: remark-lint-no-unused-definitions "^1.0.0" remark-lint-ordered-list-marker-style "^1.0.0" -remark-preset-wooorm@^5.0.0: +remark-preset-wooorm@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/remark-preset-wooorm/-/remark-preset-wooorm-5.0.0.tgz#3c62226e745a1ababf2a6068c19632502cbbb9bf" integrity sha512-ZsIW1xZp3Y4oAJWKiJ6xmCUyG3vxakhsFu0+XOd9aGtG6D9NbAXTf4SEFw6aucCpcGS/Wo6EDfqAl4dmwNZqiQ== @@ -16470,7 +16470,7 @@ remark-preset-wooorm@^5.0.0: retext-preset-wooorm "^1.0.0" unified "^7.0.0" -remark-rehype@^4.0.1: +remark-rehype@4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-4.0.1.tgz#c88541ebdacea7c29dd4dc3e611c00a43e140887" integrity sha512-k1GzhtRhXr1sZjX86OS7H4asQu5uOM9Tro//SpOdRaxax6o43mr7M7Np20ubJ+GM6eYjlEHtPv1rDN2hXs2plw== @@ -16484,7 +16484,7 @@ remark-retext@^3.0.0, remark-retext@^3.1.2: dependencies: mdast-util-to-nlcst "^3.2.0" -remark-slug@^5.0.0, remark-slug@^5.1.0, remark-slug@^5.1.2: +remark-slug@5.1.2, remark-slug@^5.0.0: version "5.1.2" resolved "https://registry.yarnpkg.com/remark-slug/-/remark-slug-5.1.2.tgz#715ecdef8df1226786204b1887d31ab16aa24609" integrity sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A== @@ -16493,14 +16493,14 @@ remark-slug@^5.0.0, remark-slug@^5.1.0, remark-slug@^5.1.2: mdast-util-to-string "^1.0.0" unist-util-visit "^1.0.0" -remark-squeeze-paragraphs@^3.0.1: +remark-squeeze-paragraphs@3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.4.tgz#9fe50c3bf3b572dd88754cd426ada007c0b8dc5f" integrity sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA== dependencies: mdast-squeeze-paragraphs "^3.0.0" -remark-stringify@^6.0.0, remark-stringify@^6.0.4: +remark-stringify@6.0.4, remark-stringify@^6.0.0: version "6.0.4" resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-6.0.4.tgz#16ac229d4d1593249018663c7bddf28aafc4e088" integrity sha512-eRWGdEPMVudijE/psbIDNcnJLRVx3xhfuEsTDGgH4GsFF91dVhw5nhmnBppafJ7+NWINW6C7ZwWbi30ImJzqWg== @@ -18459,6 +18459,16 @@ text-table@0.2.0, text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= +theme-ui@0.2.13: + version "0.2.13" + resolved "https://registry.yarnpkg.com/theme-ui/-/theme-ui-0.2.13.tgz#780b2a0a01a55794903fce8255881e3b7099e10c" + integrity sha512-7lH/Y3+3ygPIyHhbY39xnDcsSW7PJqx6+blqPfi9yle7UC0Liya+rV9oEsHD3f5GpnvXu9FvWrfsqyQW/1MuNQ== + dependencies: + "@emotion/is-prop-valid" "^0.8.1" + "@styled-system/css" "^5.0.5" + deepmerge "^3.2.0" + react "^16.8.0" + theme-ui@^0.0.10: version "0.0.10" resolved "https://registry.yarnpkg.com/theme-ui/-/theme-ui-0.0.10.tgz#98d65e7be6d5fdb01d554f510c7f3af3a6117867" @@ -18472,16 +18482,6 @@ theme-ui@^0.0.10: styled-system "^4.1.0" typography "^0.16.19" -theme-ui@^0.2.13: - version "0.2.13" - resolved "https://registry.yarnpkg.com/theme-ui/-/theme-ui-0.2.13.tgz#780b2a0a01a55794903fce8255881e3b7099e10c" - integrity sha512-7lH/Y3+3ygPIyHhbY39xnDcsSW7PJqx6+blqPfi9yle7UC0Liya+rV9oEsHD3f5GpnvXu9FvWrfsqyQW/1MuNQ== - dependencies: - "@emotion/is-prop-valid" "^0.8.1" - "@styled-system/css" "^5.0.5" - deepmerge "^3.2.0" - react "^16.8.0" - thenify-all@^1.0.0: version "1.6.0" resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" @@ -18654,7 +18654,7 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" -to-style@^1.3.3: +to-style@1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/to-style/-/to-style-1.3.3.tgz#63a2b70a6f4a7d4fdc2ed57a0be4e7235cb6699c" integrity sha1-Y6K3Cm9KfU/cLtV6C+TnI1y2aZw= @@ -19031,6 +19031,17 @@ unified-ui@^0.0.3: styled-components "^4.0.2" styled-system "^3.1.11" +unified@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/unified/-/unified-8.2.0.tgz#cbff446d96c222454681a7bbd440533d78f104ae" + integrity sha512-qehI6AV1YbXpria9mA9oanrlRxLi/AE99cBQZsqiIeRzBi8nOBqehRjo6QTFmxQAyoyr7jpAhAPeWaGVJcykLg== + dependencies: + bail "^1.0.0" + extend "^3.0.0" + is-plain-obj "^2.0.0" + trough "^1.0.0" + vfile "^4.0.0" + unified@^6.1.1: version "6.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" @@ -19057,17 +19068,6 @@ unified@^7.0.0: vfile "^3.0.0" x-is-string "^0.1.0" -unified@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-8.2.0.tgz#cbff446d96c222454681a7bbd440533d78f104ae" - integrity sha512-qehI6AV1YbXpria9mA9oanrlRxLi/AE99cBQZsqiIeRzBi8nOBqehRjo6QTFmxQAyoyr7jpAhAPeWaGVJcykLg== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-plain-obj "^2.0.0" - trough "^1.0.0" - vfile "^4.0.0" - union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" @@ -19109,7 +19109,7 @@ unique-string@^1.0.0: dependencies: crypto-random-string "^1.0.0" -unist-builder@^1.0.1: +unist-builder@1.0.4, unist-builder@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-1.0.4.tgz#e1808aed30bd72adc3607f25afecebef4dd59e17" integrity sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg== @@ -19121,7 +19121,7 @@ unist-util-generated@^1.1.0: resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.4.tgz#2261c033d9fc23fae41872cdb7663746e972c1a7" integrity sha512-SA7Sys3h3X4AlVnxHdvN/qYdr4R38HzihoEVY2Q2BZu8NHWDnw5OGcC/tXWjQfd4iG+M6qRFNIRGqJmp2ez4Ww== -unist-util-inspect@^4.1.2: +unist-util-inspect@4.1.4, unist-util-inspect@^4.1.2: version "4.1.4" resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-4.1.4.tgz#fefc4794445d0f79bffea7a2421c6f556e73a37c" integrity sha512-7xxyvKiZ1SC9vL5qrMqKub1T31gRHfau4242F69CcaOrXt//5PmRVOmDZ36UAEgiT+tZWzmQmbNZn+mVtnR9HQ== @@ -19164,7 +19164,7 @@ unist-util-remove-position@^1.0.0: dependencies: unist-util-visit "^1.1.0" -unist-util-remove@^1.0.0, unist-util-remove@^1.0.1: +unist-util-remove@1.0.3, unist-util-remove@^1.0.0, unist-util-remove@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-1.0.3.tgz#58ec193dfa84b52d5a055ffbc58e5444eb8031a3" integrity sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g== @@ -19195,7 +19195,7 @@ unist-util-visit-parents@^2.0.0, unist-util-visit-parents@^2.1.0: dependencies: unist-util-is "^3.0.0" -unist-util-visit@^1.0.0, unist-util-visit@^1.0.1, unist-util-visit@^1.1.0, unist-util-visit@^1.1.1, unist-util-visit@^1.1.3, unist-util-visit@^1.3.0, unist-util-visit@^1.3.1, unist-util-visit@^1.4.0: +unist-util-visit@1.4.1, unist-util-visit@^1.0.0, unist-util-visit@^1.0.1, unist-util-visit@^1.1.0, unist-util-visit@^1.1.1, unist-util-visit@^1.1.3, unist-util-visit@^1.3.1, unist-util-visit@^1.4.0: version "1.4.1" resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== @@ -19485,6 +19485,17 @@ vfile-statistics@^1.1.0: resolved "https://registry.yarnpkg.com/vfile-statistics/-/vfile-statistics-1.1.3.tgz#e9c87071997fbcb4243764d2c3805e0bb0820c60" integrity sha512-CstaK/ebTz1W3Qp41Bt9Lj/2DmumFsCwC2sKahDNSPh0mPh7/UyMLCoU8ZBX34CRU0d61B4W41yIFsV0NKMZeA== +vfile@4.0.1, vfile@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.0.1.tgz#fc3d43a1c71916034216bf65926d5ee3c64ed60c" + integrity sha512-lRHFCuC4SQBFr7Uq91oJDJxlnftoTLQ7eKIpMdubhYcVMho4781a8MWXLy3qZrZ0/STD1kRiKc0cQOHm4OkPeA== + dependencies: + "@types/unist" "^2.0.0" + is-buffer "^2.0.0" + replace-ext "1.0.0" + unist-util-stringify-position "^2.0.0" + vfile-message "^2.0.0" + vfile@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a" @@ -19505,17 +19516,6 @@ vfile@^3.0.0: unist-util-stringify-position "^1.0.0" vfile-message "^1.0.0" -vfile@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.0.1.tgz#fc3d43a1c71916034216bf65926d5ee3c64ed60c" - integrity sha512-lRHFCuC4SQBFr7Uq91oJDJxlnftoTLQ7eKIpMdubhYcVMho4781a8MWXLy3qZrZ0/STD1kRiKc0cQOHm4OkPeA== - dependencies: - "@types/unist" "^2.0.0" - is-buffer "^2.0.0" - replace-ext "1.0.0" - unist-util-stringify-position "^2.0.0" - vfile-message "^2.0.0" - vlq@^0.2.1, vlq@^0.2.2: version "0.2.3" resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26" @@ -19555,7 +19555,7 @@ vue-style-loader@^4.1.0: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-template-compiler@^2.5.17, vue-template-compiler@^2.6.10: +vue-template-compiler@2.6.10, vue-template-compiler@^2.6.10: version "2.6.10" resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc" integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg== @@ -19568,7 +19568,7 @@ vue-template-es2015-compiler@^1.9.0: resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== -vue@^2.5.17, vue@^2.6.10: +vue@2.6.10, vue@^2.6.10: version "2.6.10" resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637" integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ== @@ -19782,7 +19782,7 @@ webpack-stats-plugin@^0.1.5: resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz#29e5f12ebfd53158d31d656a113ac1f7b86179d9" integrity sha1-KeXxLr/VMVjTHWVqETrB97hhedk= -webpack@4.35.3, webpack@^4.30.0, webpack@^4.5.0: +webpack@4.35.3, webpack@^4.30.0: version "4.35.3" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.35.3.tgz#66bc35ef215a7b75e8790f84d560013ffecf0ca3" integrity sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA==