diff --git a/website/package.json b/website/package.json index fedf919f..3b6f4c99 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "@emotion/styled": "^10.0.27", "dayjs": "^1.8.23", "emotion-theming": "^10.0.27", - "gatsby": "3.0.1", + "gatsby": "3.0.3", "gatsby-plugin-catch-links": "3.0.0", "gatsby-plugin-emotion": "^4.2.0", "gatsby-plugin-manifest": "3.0.0", diff --git a/website/yarn.lock b/website/yarn.lock index 7f18c1fb..2171268f 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5492,7 +5492,7 @@ gatsby-legacy-polyfills@^1.0.0: dependencies: core-js-compat "^3.6.5" -gatsby-link@^3.0.0: +gatsby-link@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.0.1.tgz#7fdef329da4cc9e53f9a306a68024fa4faa9b00c" integrity sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg== @@ -5597,7 +5597,7 @@ gatsby-plugin-utils@^1.0.0: dependencies: joi "^17.2.1" -gatsby-react-router-scroll@^4.0.0: +gatsby-react-router-scroll@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz#ac9b7722057b7f14a28136f77e6aa984dbceff03" integrity sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q== @@ -5782,10 +5782,10 @@ gatsby-transformer-yaml@3.0.0: lodash "^4.17.20" unist-util-select "^1.5.0" -gatsby@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.1.tgz#5dd4cf2bcfd07b965b8605a99d54e7a834bfb598" - integrity sha512-ap9gbjPrk9ft1SY+fsAKfOpHWfUS+wb5kkeRxOunsQvvizoCUqCcxlRbuNpw1EKmPoHGbHN5D1vVEh1RXAwM6g== +gatsby@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.3.tgz#9bbd6fbafebef27a3d6e616bc5341cc5aa3f49b1" + integrity sha512-MXW2xpFfK5k+CxDVo2iiy0ogoUdjoSqLi4Zri4vQy+4y26LUHfZkn6jNu83DVr5iXylm1P7eEJqwMQAhux2iLA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3" @@ -5859,11 +5859,11 @@ gatsby@3.0.1: gatsby-core-utils "^2.0.0" gatsby-graphiql-explorer "^1.0.0" gatsby-legacy-polyfills "^1.0.0" - gatsby-link "^3.0.0" + gatsby-link "^3.0.1" gatsby-plugin-page-creator "^3.0.0" gatsby-plugin-typescript "^3.0.0" gatsby-plugin-utils "^1.0.0" - gatsby-react-router-scroll "^4.0.0" + gatsby-react-router-scroll "^4.0.1" gatsby-telemetry "^2.0.0" glob "^7.1.6" got "8.3.2"