From d56446107458f5c3953d33d5a097f97d6edcd463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 09:20:41 +0000 Subject: [PATCH] Bump gatsby from 2.23.21 to 2.24.1 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.23.21 to 2.24.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.21...gatsby@2.24.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 171 +++++++++++++++++++++++++-------------------------- 2 files changed, 86 insertions(+), 87 deletions(-) diff --git a/package.json b/package.json index 0620862d..efaec766 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.19.2", "bytes": "^3.1.0", "classnames": "^2.2.6", - "gatsby": "^2.23.21", + "gatsby": "^2.24.1", "gatsby-image": "^2.4.12", "gatsby-plugin-manifest": "^2.4.17", "gatsby-plugin-matomo": "^0.8.3", diff --git a/yarn.lock b/yarn.lock index a67cec4a..6a404e6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1051,14 +1051,6 @@ "@babel/helper-create-regexp-features-plugin" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" -"@babel/polyfill@^7.8.7": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.1.tgz#d56d4c8be8dd6ec4dce2649474e9b707089f739f" - integrity sha512-TviueJ4PBW5p48ra8IMtLXVkDucrlOZAIZ+EXqS3Ot4eukHbWiqcn7DcqpA1k5PcKtmJ4Xl9xwdv6yQvvcA+3g== - dependencies: - core-js "^2.6.5" - regenerator-runtime "^0.13.4" - "@babel/preset-env@^7.10.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" @@ -2790,20 +2782,20 @@ babel-plugin-macros@^2.8.0: cosmiconfig "^6.0.0" resolve "^1.12.0" -babel-plugin-remove-graphql-queries@^2.9.12: - version "2.9.12" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.12.tgz#9d6b22b799ac11173fb91c8973f88846b391c130" - integrity sha512-CJjsW331GuuU+h3SpKcrtMfzq3+Ypq6Oth8UQCBO3SP2gJw0EUGPVpmQwEXIT94sotUfVLWCasGQK7rRaeYb1A== +babel-plugin-remove-graphql-queries@^2.9.13: + version "2.9.13" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.13.tgz#0e2bb2d81c40898b48499a809e2a5645d2c64a75" + integrity sha512-UpxqC9Wt2O+kYbCP4KnAyZrMO29bwEvilWzomOqB5bwAJpXeZ2NwvRoWBKGJSzSyOCOoyz7xPSZ/OJM3kO5Xyw== babel-plugin-transform-react-remove-prop-types@^0.4.24: version "0.4.24" 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-preset-gatsby@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.5.1.tgz#c5847a2121a2670f2c84d4b82b82cff8e23c44d1" - integrity sha512-YTq1U4QusTEo1LQXk893PVm6CNpIaqFjpvU/4azR9AyWqoMuABc96nXHJ1KtKnLnEWFjRdfNA5XeCOrG9y7AFA== +babel-preset-gatsby@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.5.2.tgz#9f27208e1b067ceba26cef67675fd38b733fcbb9" + integrity sha512-0pHaIm0Aqy6b+OpywL5Fu5vpAFzjHqGFx3YKhbb//2s6qC7/tplwWs5MmQ8ZrfHlxUIw/+c+CWUERfgihWRaBQ== dependencies: "@babel/plugin-proposal-class-properties" "^7.10.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" @@ -2817,7 +2809,8 @@ babel-preset-gatsby@^0.5.1: babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-macros "^2.8.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^1.3.11" + gatsby-core-utils "^1.3.12" + gatsby-legacy-polyfills "^0.0.2" babel-runtime@^6.26.0: version "6.26.0" @@ -4094,7 +4087,7 @@ copyfiles@^2.3.0: through2 "^2.0.1" yargs "^15.3.1" -core-js-compat@^3.6.2: +core-js-compat@^3.6.2, core-js-compat@^3.6.5: version "3.6.5" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== @@ -4107,12 +4100,12 @@ core-js-pure@^3.0.0: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813" integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== -core-js@^2.4.0, core-js@^2.6.11, core-js@^2.6.5: +core-js@^2.4.0: version "2.6.11" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== -core-js@^3.4.1: +core-js@^3.4.1, core-js@^3.6.5: version "3.6.5" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== @@ -6311,13 +6304,12 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gatsby-cli@^2.12.58: - version "2.12.58" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.58.tgz#177bb53d75a24100cd1a6b889c7da9970c21444a" - integrity sha512-YyOaEKgbMdMZ6AcHkoSXBXyiIttYgshbToniSM0AMUZYqil/pm1V7ag+E82DMZJwjbDSiJ/WCfJ/bZeMUcsC1w== +gatsby-cli@^2.12.60: + version "2.12.60" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.60.tgz#2e958fa97d778fafa327fce5e6c351f99f7c2cdd" + integrity sha512-hc1pGn6m4Itc+HwIi4+s/esCInZzZit61guatNKzIJez0BTSDFv2EKtTUMuK5O64H/ofX0xfoHeYukOMA0MeIw== dependencies: "@babel/code-frame" "^7.10.3" - "@babel/runtime" "^7.10.3" "@hapi/joi" "^15.1.1" "@types/common-tags" "^1.8.0" better-opn "^1.0.0" @@ -6330,9 +6322,9 @@ gatsby-cli@^2.12.58: execa "^3.4.0" fs-exists-cached "^1.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.11" - gatsby-recipes "^0.1.49" - gatsby-telemetry "^1.3.18" + gatsby-core-utils "^1.3.12" + gatsby-recipes "^0.1.51" + gatsby-telemetry "^1.3.19" hosted-git-info "^3.0.4" ink "^2.7.1" ink-spinner "^3.1.0" @@ -6357,10 +6349,10 @@ gatsby-cli@^2.12.58: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.11: - version "1.3.11" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.11.tgz#1eb8eb6b3efc921758d6f7ad3d07b250bae53212" - integrity sha512-eaplfOveXLl1RCWja7QIke560jUKLprvCXZ446YgQ8vAYB0fXVz3u6AOf7XUmEV9F9PIkNjmfevd1oUPy9qISw== +gatsby-core-utils@^1.3.11, gatsby-core-utils@^1.3.12: + version "1.3.12" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.12.tgz#4a35b1c4e61f967bb18640e983fd82199e48692a" + integrity sha512-58pysrsfe2abWl7TOqeyHgyXSm9UIjYZ7UclGTvczWDYnxl8L/0kPSaFOX+bMmNBZmAB0YEtJZ3gHhM978OvqQ== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -6369,10 +6361,10 @@ gatsby-core-utils@^1.3.11: proper-lockfile "^4.1.1" xdg-basedir "^4.0.0" -gatsby-graphiql-explorer@^0.4.10: - version "0.4.10" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.10.tgz#20357c444798fb694555c6b01981ba980abd8c4e" - integrity sha512-02jGVKxDRLDLbaSeL83RjjyQPyPZyQ1XYdwhhZxpmKKFVzW4VCPZdYQtF/DBE+cm3lqCUg1jOx+A0wubFx03Xw== +gatsby-graphiql-explorer@^0.4.11: + version "0.4.11" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.11.tgz#43150bfd8ad4d4b8818eedef9528a3bdf38cfee5" + integrity sha512-lyedZl36sdXQxqts2/nIZ/sAJjThN17WnAzUtzimTlyE7sNUTLM1bPe9zvd1FqUFddYvtQdKvzpOiqGyDkfRzA== dependencies: "@babel/runtime" "^7.10.3" @@ -6385,25 +6377,32 @@ gatsby-image@^2.4.12: object-fit-images "^3.2.4" prop-types "^15.7.2" -gatsby-link@^2.4.11: - version "2.4.11" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.4.11.tgz#896f7bdb56721b381d57dc9e2ff743f17e4479b2" - integrity sha512-HyiDbrFtTe0JkFdSM76kA3rqiJ4h3qq/DxtvCLhFNGt5OWBpilVHmpSABVohjjMQYGV7gwA6ftkn9ue7uXVIFw== +gatsby-legacy-polyfills@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-0.0.2.tgz#c0e2524eccb7fd53e883161a291edcb022ff5aa8" + integrity sha512-i8LLwvtupC92AjQMivLDKDCgN51sV6FLbtoNn0CRQJdLJY31P06k+5qKcjdprGLdPjCjkCsYLTYi08pdvqAuPw== + dependencies: + core-js-compat "^3.6.5" + +gatsby-link@^2.4.12: + version "2.4.12" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.4.12.tgz#39a63380219b8c42ed19383f82bbc3199ce0c21e" + integrity sha512-FUSkQLzIeP4NhJkImgUds728CvcskyR3pK+FwBDfojbEP4Q7p416a1TnSMcfVZ63vSTpHfQGaSKFT/SdURNdjw== dependencies: "@babel/runtime" "^7.10.3" "@types/reach__router" "^1.3.3" prop-types "^15.7.2" -gatsby-page-utils@^0.2.15: - version "0.2.15" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.2.15.tgz#930be581b7e2365411d4f9e762a28e2b5ae1e00e" - integrity sha512-Kbrs/K/wFLEiMfNG/ZNFYEM1oftSqUVJReC1CvwRsPE2T1iU/LiiubWRlOpAAEw3iuAHToasfwcJfv0T98u5/A== +gatsby-page-utils@^0.2.17: + version "0.2.17" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.2.17.tgz#7df7a26198a40cc023bc59d18ad3cda5338c729a" + integrity sha512-Ery8ePfJiFwY5LcOhePIPmie7B/V2Yf5QREmo8sULx3mr00gWrqNwmIgaNYVIAxH87Fdy50CUScxeqQc4Hsl0g== dependencies: "@babel/runtime" "^7.10.3" bluebird "^3.7.2" chokidar "3.4.0" fs-exists-cached "^1.0.0" - gatsby-core-utils "^1.3.11" + gatsby-core-utils "^1.3.12" glob "^7.1.6" lodash "^4.17.15" micromatch "^3.1.10" @@ -6423,15 +6422,15 @@ gatsby-plugin-matomo@^0.8.3: resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.8.3.tgz#e0e9cc9e60f7e4b157c9964dfc9d444d73bc46ee" integrity sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ== -gatsby-plugin-page-creator@^2.3.15: - version "2.3.15" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.15.tgz#13284c8c4398388a351693bd50655529eeabf12c" - integrity sha512-+Q4r6Fg5hBW+Iz8iqZ7H9cm62IBdgUc4UBJeJbGyKL1pifSpVPMwSDv0VxiNinZDjA/GW6u7lB4dEdRBDsX16A== +gatsby-plugin-page-creator@^2.3.17: + version "2.3.17" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.17.tgz#9e63af4bb78342fbdd7a0c0f01c9f13409274c5b" + integrity sha512-mIIotda+tR59tb3gk5qW3CUVSsdA608hchuX/+bKUCyuqyqZKjPffOdGUgy92Aa+mmIKgJTiGDUnIJoVsHSdtg== dependencies: "@babel/runtime" "^7.10.3" bluebird "^3.7.2" fs-exists-cached "^1.0.0" - gatsby-page-utils "^0.2.15" + gatsby-page-utils "^0.2.17" glob "^7.1.6" lodash "^4.17.15" micromatch "^3.1.10" @@ -6488,10 +6487,10 @@ gatsby-plugin-sharp@^2.6.18: svgo "1.3.2" uuid "^3.4.0" -gatsby-plugin-typescript@^2.4.13: - version "2.4.13" - resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.13.tgz#81208b1cf9e776954b9b7ac64a3f02e39c1e368b" - integrity sha512-lyuaMt1AA8P29pYQGviMWKhYznAkyvmRWyGQLoMnNkmv5v6uNY+rqdMv/TjkSs2ng/Aic7jxsoCkIFNsIXp/KQ== +gatsby-plugin-typescript@^2.4.14: + version "2.4.14" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.14.tgz#2687f404cba7d9034112d37a88b053ab87bf853e" + integrity sha512-8lMEK+F+xQZ+SGUuj4GMuWk2vy6x5PBVPRLO3eKNEGpX9o+vJcyQxTtu9Nd1GToLjr1K1r0ak0hERwGNzaJLow== dependencies: "@babel/core" "^7.10.3" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" @@ -6499,19 +6498,19 @@ gatsby-plugin-typescript@^2.4.13: "@babel/plugin-proposal-optional-chaining" "^7.10.3" "@babel/preset-typescript" "^7.10.1" "@babel/runtime" "^7.10.3" - babel-plugin-remove-graphql-queries "^2.9.12" + babel-plugin-remove-graphql-queries "^2.9.13" -gatsby-react-router-scroll@^3.0.10: - version "3.0.10" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.10.tgz#7a2a27d11ff2739eb47150941ef72e02faf7a968" - integrity sha512-Y+hHnrHbvKYh8+r6SFD4X0JLyYyoO+CCLGYvzLSF8lxBQLsSUeqm2ad9HHBeUktzs7DxIX+Ub9Nr7YCsFfQS+Q== +gatsby-react-router-scroll@^3.0.11: + version "3.0.11" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.11.tgz#30669bde859e7e72b5f33653c8fa49eb17c8fcc4" + integrity sha512-5eok4FySl0YeegwThOxmlyEiS37SOUB7ekfVkdxnPcEFNhLF5oSx/BnmhmuivUTwKDBJwW6wFXWB9qPZ8OessA== dependencies: "@babel/runtime" "^7.10.3" -gatsby-recipes@^0.1.49: - version "0.1.49" - resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.1.49.tgz#7770b6ecd49748f726bdc1a59e44cbc83471a0b3" - integrity sha512-p+pRxZAlt6Kwfc8JolwkHu6O/QWDMMpDepS7a41N+H8CVju6EDNweMfvI1/hedcJ93nactUj6tsyxyyV/xMhFA== +gatsby-recipes@^0.1.51: + version "0.1.51" + resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.1.51.tgz#6419070fe5ef1332670c5ed235bcddd25db0bcc2" + integrity sha512-SBbf5DEOEjJOKtJaXEokAuA1uR36MFbDixnbL8+npaAHQ70+9ExOziDW643yztb/X8JA0sq5y7SDxRwAE9acqA== dependencies: "@babel/core" "^7.10.3" "@babel/generator" "^7.10.3" @@ -6536,8 +6535,8 @@ gatsby-recipes@^0.1.49: express "^4.17.1" express-graphql "^0.9.0" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.11" - gatsby-telemetry "^1.3.18" + gatsby-core-utils "^1.3.12" + gatsby-telemetry "^1.3.19" glob "^7.1.6" graphql "^14.6.0" graphql-compose "^6.3.8" @@ -6596,10 +6595,10 @@ gatsby-source-filesystem@^2.3.18: valid-url "^1.0.9" xstate "^4.11.0" -gatsby-telemetry@^1.3.18: - version "1.3.18" - resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.18.tgz#bb1ac30a04c1f2f5daa0b236753abf4c6b2ec4aa" - integrity sha512-GQmqz5s1DRYUHiv4P4Wdb+zUBGN01tJoAzEWxSnd4BW8Jc/pXd2gQWBcaCB26Bg37WRov88UKimBp5c1mq0iOQ== +gatsby-telemetry@^1.3.19: + version "1.3.19" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.19.tgz#ab10fc272eef130341669ae69f0901a38b6437f4" + integrity sha512-pou+2FFmeZ+5hC3FNA8Nu50kLXViulWInWggdu3wi6OkeNTaIkHArCYuTH8hi71w2sv3/XZ1YKQZd7SMRUugLw== dependencies: "@babel/code-frame" "^7.10.3" "@babel/runtime" "^7.10.3" @@ -6607,7 +6606,7 @@ gatsby-telemetry@^1.3.18: configstore "^5.0.1" envinfo "^7.5.1" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.11" + gatsby-core-utils "^1.3.12" git-up "4.0.1" is-docker "2.0.0" lodash "^4.17.15" @@ -6627,15 +6626,14 @@ gatsby-transformer-sharp@^2.5.10: semver "^5.7.1" sharp "^0.25.1" -gatsby@^2.23.21: - version "2.23.21" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.23.21.tgz#44099dab466b12380c5ae4d6a92ce247119228ca" - integrity sha512-oR4E+v3ilih+hQ1KyDI9N9c5OUqpNyiw93vO2YCGnpIY+q2/ldUnjWQc9FLGgMxupNs9nnTtYT/UrpePHFQvzQ== +gatsby@^2.24.1: + version "2.24.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.1.tgz#69673817e354ef5c4db1cb49b6b9a3ae35c65142" + integrity sha512-aqFfx+Vj3kBhS17tgL1LrkMzip2Xctd3lCj+pogCGV9GCkg6wOqW2uOEqWeoiCNq09sPuwv3GNB8sbEFoQ/2DA== dependencies: "@babel/code-frame" "^7.10.3" "@babel/core" "^7.10.3" "@babel/parser" "^7.10.3" - "@babel/polyfill" "^7.8.7" "@babel/runtime" "^7.10.3" "@babel/traverse" "^7.10.3" "@hapi/joi" "^15.1.1" @@ -6654,8 +6652,8 @@ gatsby@^2.23.21: babel-loader "^8.1.0" babel-plugin-add-module-exports "^0.3.3" babel-plugin-dynamic-import-node "^2.3.3" - babel-plugin-remove-graphql-queries "^2.9.12" - babel-preset-gatsby "^0.5.1" + babel-plugin-remove-graphql-queries "^2.9.13" + babel-preset-gatsby "^0.5.2" better-opn "1.0.0" better-queue "^3.8.10" bluebird "^3.7.2" @@ -6668,7 +6666,7 @@ gatsby@^2.23.21: compression "^1.7.4" convert-hrtime "^3.0.0" copyfiles "^2.3.0" - core-js "^2.6.11" + core-js "^3.6.5" cors "^2.8.5" css-loader "^1.0.1" date-fns "^2.14.0" @@ -6693,14 +6691,15 @@ gatsby@^2.23.21: file-loader "^1.1.11" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.12.58" - gatsby-core-utils "^1.3.11" - gatsby-graphiql-explorer "^0.4.10" - gatsby-link "^2.4.11" - gatsby-plugin-page-creator "^2.3.15" - gatsby-plugin-typescript "^2.4.13" - gatsby-react-router-scroll "^3.0.10" - gatsby-telemetry "^1.3.18" + gatsby-cli "^2.12.60" + gatsby-core-utils "^1.3.12" + gatsby-graphiql-explorer "^0.4.11" + gatsby-legacy-polyfills "^0.0.2" + gatsby-link "^2.4.12" + gatsby-plugin-page-creator "^2.3.17" + gatsby-plugin-typescript "^2.4.14" + gatsby-react-router-scroll "^3.0.11" + gatsby-telemetry "^1.3.19" glob "^7.1.6" got "8.3.2" graphql "^14.6.0"