diff --git a/package.json b/package.json index e3da7346..d6ab6fec 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@wkovacs64/normalize.css": "8.0.1", "axios": "0.18.0", "dotenv": "7.0.0", - "gatsby": "2.3.23", + "gatsby": "2.3.24", "gatsby-plugin-emotion": "4.0.6", "gatsby-plugin-manifest": "2.0.29", "gatsby-plugin-netlify": "2.0.13", diff --git a/yarn.lock b/yarn.lock index 3b365c5c..9915a1e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2204,6 +2204,11 @@ aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2, aproba@~1.2.0: resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== +arch@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e" + integrity sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg== + archy@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" @@ -3613,6 +3618,14 @@ cli-width@^2.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= +clipboardy@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef" + integrity sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA== + dependencies: + arch "^2.1.0" + execa "^0.8.0" + cliui@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" @@ -6380,15 +6393,16 @@ g-status@^2.0.2: matcher "^1.0.0" simple-git "^1.85.0" -gatsby-cli@^2.5.8: - version "2.5.8" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.8.tgz#0e90e30ee2b212809f92dc2a20d120a13f92bf1c" - integrity sha512-XboFjDHiNlYHU6vgRTKRhkvLUAsgTOPwolux30njyjIuLr5wQzhwvLGiylpL97txRZ6qjSm5T9p1KNkwWt4pQg== +gatsby-cli@^2.5.9: + version "2.5.9" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.9.tgz#ec18e96c2e13414294441acb727927ef330ba536" + integrity sha512-Z7kPib4fUaSLTd/1EBxsKgT55sVhy2fNmL6wnWqfkk2O4CLWhG0nAqqKrumPWQQqZAYZDFDHycb05VbDfDpmRg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/runtime" "^7.0.0" bluebird "^3.5.0" ci-info "^2.0.0" + clipboardy "^1.2.3" common-tags "^1.4.0" configstore "^4.0.0" convert-hrtime "^2.0.0" @@ -6529,10 +6543,10 @@ gatsby-telemetry@^1.0.7: stack-utils "1.0.2" uuid "3.3.2" -gatsby@2.3.23: - version "2.3.23" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.23.tgz#4e926d170e7fafcf2abf5fcb8c7e00f887bcfd10" - integrity sha512-O7gzDpMTmPiqez+KzRUAvUc4y1F19EqxoE8skBqvoPh92+FO1Je2OTHuYmGwci8S11teuylcT5qofdTHTp9Mmg== +gatsby@2.3.24: + version "2.3.24" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.24.tgz#eb7dba769f451e0d9feac181d681075f8e0f8d62" + integrity sha512-B3P7abXJZDircSQXQNCCNdhYasjRu2sC3XtRZIh2loYtNDebJCfX6qYmjAxpkWswnqh39F1oix7F0/NEDvlXyg== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -6589,7 +6603,7 @@ gatsby@2.3.23: flat "^4.0.0" fs-exists-cached "1.0.0" fs-extra "^5.0.0" - gatsby-cli "^2.5.8" + gatsby-cli "^2.5.9" gatsby-link "^2.0.16" gatsby-plugin-page-creator "^2.0.12" gatsby-react-router-scroll "^2.0.7"