diff --git a/package-lock.json b/package-lock.json index c9b3cef..50e23fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -894,21 +894,6 @@ "@babel/helper-create-class-features-plugin": "^7.6.0", "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-syntax-typescript": "^7.2.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz", - "integrity": "sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==", - "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-member-expression-to-functions": "^7.5.5", - "@babel/helper-optimise-call-expression": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-replace-supers": "^7.5.5", - "@babel/helper-split-export-declaration": "^7.4.4" - } - } } }, "@babel/plugin-transform-unicode-regex": { @@ -3310,9 +3295,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.7.8", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.8.tgz", - "integrity": "sha512-uMEVCaeDQbQBJBev8cMGHInJRGu/oMPdVbIK5sqRXpAgtdfo1WGriyb7OtIKDycSlvHx95l2NjOtwPADI9mG9w==" + "version": "2.7.10", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.10.tgz", + "integrity": "sha512-J/4xsXYXlWwSuA/hktGx9xtWb+oKMhocwl3ztb17XB6S+x9XEIGKQnOj9nGh/Tr4x04unM/wa12UszzMXbwR+w==" }, "babel-plugin-styled-components": { "version": "1.10.6", @@ -9692,13 +9677,13 @@ } }, "gatsby-plugin-typescript": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.1.9.tgz", - "integrity": "sha512-g++yoSbMb/4WHdu8Z1Uh4e9qDXWdb1g5xfc63qzabGjRgoNVP5gG3azhUe4Az2E4RGTyW1S6c8flB20+64Lijg==", + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.1.11.tgz", + "integrity": "sha512-IcUblbq1TF1V5w7AbR0ygVbjotQFh+Z+B+SI5J73OtNFKgehS3cPLEE/6+PMDTmBRYdEJx+ajAMOuIIPn5Jn4w==", "requires": { "@babel/preset-typescript": "^7.6.0", - "@babel/runtime": "^7.6.0", - "babel-plugin-remove-graphql-queries": "^2.7.8" + "@babel/runtime": "^7.6.2", + "babel-plugin-remove-graphql-queries": "^2.7.10" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index db0997c..4e9a22e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.28", "gatsby-plugin-styled-components": "^3.1.8", - "gatsby-plugin-typescript": "^2.1.9", + "gatsby-plugin-typescript": "^2.1.11", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.12", "gatsby-source-filesystem": "^2.1.26",