diff --git a/package-lock.json b/package-lock.json index 2bea628..3ed8949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -883,9 +883,9 @@ } }, "@babel/plugin-transform-typescript": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz", - "integrity": "sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz", + "integrity": "sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==", "requires": { "@babel/helper-create-class-features-plugin": "^7.6.0", "@babel/helper-plugin-utils": "^7.0.0", @@ -3202,9 +3202,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "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==" + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.14.tgz", + "integrity": "sha512-GnAZhBChCjAg0NyZMmZureWmBXijbAK7wreEpsoI1oP5hCuHcvWknDU4u5PjoVdLyJ+8ObJ86Y/Y4uzrqcg/qg==" }, "babel-plugin-styled-components": { "version": "1.10.6", @@ -9347,23 +9347,13 @@ } }, "gatsby-plugin-typescript": { - "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==", + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.1.15.tgz", + "integrity": "sha512-jwN2nkUxVM0y96ha6sR8jsZBJak5dR7SsA7UBSvpiUPJgN6dRtDpYlu+CLYzLOBdyxTr9Uo0LDfeCMDGZ63NNg==", "requires": { "@babel/preset-typescript": "^7.6.0", - "@babel/runtime": "^7.6.2", - "babel-plugin-remove-graphql-queries": "^2.7.10" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - } + "@babel/runtime": "^7.6.3", + "babel-plugin-remove-graphql-queries": "^2.7.14" } }, "gatsby-react-router-scroll": { diff --git a/package.json b/package.json index 5967a6b..058b9e8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.32", "gatsby-plugin-styled-components": "^3.1.11", - "gatsby-plugin-typescript": "^2.1.11", + "gatsby-plugin-typescript": "^2.1.15", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.12", "gatsby-source-filesystem": "^2.1.30",