diff --git a/package-lock.json b/package-lock.json index a9db093..ac1410e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1600,9 +1600,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.0.tgz", - "integrity": "sha512-3DgWDynWNRZ6Ehp++GbGLm/xzJo5KBaPwCeTjyprSUcNioYRMocti5gYHep0/DE/bBq99juM3OtaAxWVh0Wj/g==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.1.tgz", + "integrity": "sha512-YbJgL7sP+QtJIUnvmVth1iwbSlea6nc0YftAlkSkMTDCPTfhleBXUdMTqrXoBwR787Q9m9PR8javDMUK/Qs6Lg==" }, "babel-plugin-syntax-dynamic-import": { "version": "6.18.0", @@ -5110,9 +5110,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.1.16.tgz", - "integrity": "sha512-Qnq5WEXXzsnGmVbqZhJegLXBwb1Msyraq2yksGj4t8psa3rGy7wB8romrNxaeknbAW7syWW0mKU/GO0P22YMcA==", + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.1.17.tgz", + "integrity": "sha512-bipZkhXyDstYqTDJ8Sym1s6DIx2ffaz2IFM6cYcI2tTl4dQswkQSqzteulqN1ApAWSfAkEZoP5eFt8cCqvv1dw==", "requires": { "@babel/code-frame": "^7.0.0", "@babel/core": "^7.0.0", @@ -5129,7 +5129,7 @@ "babel-loader": "^8.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dynamic-import-node": "^1.2.0", - "babel-plugin-remove-graphql-queries": "^2.6.0", + "babel-plugin-remove-graphql-queries": "^2.6.1", "babel-preset-gatsby": "^0.1.8", "better-opn": "0.1.4", "better-queue": "^3.8.6", diff --git a/package.json b/package.json index 325e2a6..b6de34d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"" }, "dependencies": { - "gatsby": "^2.1.16", + "gatsby": "^2.1.17", "react": "^16.8.3", "react-dom": "^16.8.3" }, diff --git a/yarn.lock b/yarn.lock index 0992d37..ab42f7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,10 +1419,10 @@ babel-plugin-macros@^2.4.2: cosmiconfig "^5.0.5" resolve "^1.8.1" -babel-plugin-remove-graphql-queries@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.0.tgz#3a6809a3b37d5f6d4a699048797274b74ed21f14" - integrity sha512-3DgWDynWNRZ6Ehp++GbGLm/xzJo5KBaPwCeTjyprSUcNioYRMocti5gYHep0/DE/bBq99juM3OtaAxWVh0Wj/g== +babel-plugin-remove-graphql-queries@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.1.tgz#dc31c52b903f627ec2dda89bae30b640839d868c" + integrity sha512-YbJgL7sP+QtJIUnvmVth1iwbSlea6nc0YftAlkSkMTDCPTfhleBXUdMTqrXoBwR787Q9m9PR8javDMUK/Qs6Lg== babel-plugin-syntax-dynamic-import@^6.18.0: version "6.18.0" @@ -3978,10 +3978,10 @@ gatsby-react-router-scroll@^2.0.4: scroll-behavior "^0.9.9" warning "^3.0.0" -gatsby@^2.1.16: - version "2.1.16" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.16.tgz#2cb24c71cd4d9d701cd1c6c04248f5041f3bcf53" - integrity sha512-Qnq5WEXXzsnGmVbqZhJegLXBwb1Msyraq2yksGj4t8psa3rGy7wB8romrNxaeknbAW7syWW0mKU/GO0P22YMcA== +gatsby@^2.1.17: + version "2.1.17" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.17.tgz#c33692fca683b891703c912f27ca88902077c400" + integrity sha512-bipZkhXyDstYqTDJ8Sym1s6DIx2ffaz2IFM6cYcI2tTl4dQswkQSqzteulqN1ApAWSfAkEZoP5eFt8cCqvv1dw== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -3998,7 +3998,7 @@ gatsby@^2.1.16: babel-loader "^8.0.0" babel-plugin-add-module-exports "^0.2.1" babel-plugin-dynamic-import-node "^1.2.0" - babel-plugin-remove-graphql-queries "^2.6.0" + babel-plugin-remove-graphql-queries "^2.6.1" babel-preset-gatsby "^0.1.8" better-opn "0.1.4" better-queue "^3.8.6"