diff --git a/package-lock.json b/package-lock.json index 7469219..efd12cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -971,9 +971,9 @@ } }, "@babel/plugin-transform-typescript": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz", - "integrity": "sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ==", + "version": "7.8.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.7.tgz", + "integrity": "sha512-7O0UsPQVNKqpHeHLpfvOG4uXmlw+MOxYvUv6Otc9uH5SYMIxvF6eBdjkWvC3f9G+VXe0RsNExyAQBeTRug/wqQ==", "requires": { "@babel/helper-create-class-features-plugin": "^7.8.3", "@babel/helper-plugin-utils": "^7.8.3", @@ -4087,9 +4087,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.7.22", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.22.tgz", - "integrity": "sha512-gb4bKZvePZME/VRBMiIZfnli1BIO0K8cm1Pj9HPm85PqElPHzdjeUZ9p3ybOCGe+BBpIlqKx7mx9V/RsjlH+SA==" + "version": "2.7.24", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.24.tgz", + "integrity": "sha512-uyYSTt2ikv4QhPC1HSt5WnP9sJFCOytrN119NpXQtGL9AiXNGghrELnY4BxhDuJtw/Wjrw20eED1+BJLzfMs7Q==" }, "babel-plugin-styled-components": { "version": "1.10.7", @@ -9963,16 +9963,17 @@ } }, "gatsby-plugin-typescript": { - "version": "2.1.26", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.1.26.tgz", - "integrity": "sha512-ZKn/XSHq/Kxirj75LDICvQG400Xrv8wSPkfqsrsQ3ZYyBlaQ+qiL/6+kjB1fTaxPs2Bc3VLoNWf23CihoICQ4g==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.2.2.tgz", + "integrity": "sha512-U4fYeDIgMF6jHf0UajxeUubtQblQZIHZrX5ZdD39nJsDTuEZ4aHrrATZ7+cqsRRRfH3aNcqMOUPRuBZ9/YjSUQ==", "requires": { + "@babel/core": "^7.7.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", "@babel/plugin-proposal-numeric-separator": "^7.7.4", "@babel/plugin-proposal-optional-chaining": "^7.7.5", "@babel/preset-typescript": "^7.7.4", "@babel/runtime": "^7.7.6", - "babel-plugin-remove-graphql-queries": "^2.7.22" + "babel-plugin-remove-graphql-queries": "^2.7.24" } }, "gatsby-react-router-scroll": { diff --git a/package.json b/package.json index 7933d96..68dc351 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.4.8", "gatsby-plugin-styled-components": "^3.1.20", - "gatsby-plugin-typescript": "^2.1.26", + "gatsby-plugin-typescript": "^2.2.2", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.23", "gatsby-source-filesystem": "^2.1.46",