diff --git a/package-lock.json b/package-lock.json index dcc7e1c3482d6..47397c7360cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,7 +109,7 @@ "gatsby-plugin-react-helmet": "^5.2.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", "gatsby-plugin-styled-components": "^5.2.0", - "gatsby-plugin-typescript": "^4.2.0", + "gatsby-plugin-typescript": "^4.9.0", "humanize-string": "^2.1.0", "icedfrisby": "4.0.0", "icedfrisby-nock": "^2.1.0", @@ -5827,13 +5827,13 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.6.0.tgz", - "integrity": "sha512-QMbjJhHOkVHBfFDfAXQp1MFSzLWOJdPMe7Dk3+AF8L+dlLcf2Z7zbIrlRoRPEROyoW4CCPzLDi0Vam5leR/+gw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.9.0.tgz", + "integrity": "sha512-q3xS5KDPoxujHrNWbilChE0Q+riCdxmvUseZbSzaikfY+KV9z3nCzaGkuEHxU2xVVa+8K5Nvu9zKlf/KtQfxXw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.6.0" + "gatsby-core-utils": "^3.9.0" }, "engines": { "node": ">=14.15.0" @@ -14020,9 +14020,9 @@ } }, "node_modules/gatsby-plugin-typescript": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.6.0.tgz", - "integrity": "sha512-1LipVvvBT871P48izX7gk83xc2VSx6J6ruDLBnc57CqAPmNlDa3rRO2bEUNd9Zwk+uOUNi+kl1tKxYwW5G1eSg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.9.0.tgz", + "integrity": "sha512-kY1kV5zGaPRbRAyHtbpPhxg/aW+6wqNhe6kA+H6EWCE+JcNZkKojyoIe+tKq3+ddq4ZE7BEDXU97N6t4WJFBvg==", "dev": true, "dependencies": { "@babel/core": "^7.15.5", @@ -14031,7 +14031,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.6.0" + "babel-plugin-remove-graphql-queries": "^4.9.0" }, "engines": { "node": ">=14.15.0" @@ -34251,13 +34251,13 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.6.0.tgz", - "integrity": "sha512-QMbjJhHOkVHBfFDfAXQp1MFSzLWOJdPMe7Dk3+AF8L+dlLcf2Z7zbIrlRoRPEROyoW4CCPzLDi0Vam5leR/+gw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.9.0.tgz", + "integrity": "sha512-q3xS5KDPoxujHrNWbilChE0Q+riCdxmvUseZbSzaikfY+KV9z3nCzaGkuEHxU2xVVa+8K5Nvu9zKlf/KtQfxXw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.6.0" + "gatsby-core-utils": "^3.9.0" } }, "babel-plugin-styled-components": { @@ -41269,9 +41269,9 @@ } }, "gatsby-plugin-typescript": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.6.0.tgz", - "integrity": "sha512-1LipVvvBT871P48izX7gk83xc2VSx6J6ruDLBnc57CqAPmNlDa3rRO2bEUNd9Zwk+uOUNi+kl1tKxYwW5G1eSg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.9.0.tgz", + "integrity": "sha512-kY1kV5zGaPRbRAyHtbpPhxg/aW+6wqNhe6kA+H6EWCE+JcNZkKojyoIe+tKq3+ddq4ZE7BEDXU97N6t4WJFBvg==", "dev": true, "requires": { "@babel/core": "^7.15.5", @@ -41280,7 +41280,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.6.0" + "babel-plugin-remove-graphql-queries": "^4.9.0" } }, "gatsby-plugin-utils": { diff --git a/package.json b/package.json index 19e5cee23e277..fccb26cad175a 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "gatsby-plugin-react-helmet": "^5.2.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", "gatsby-plugin-styled-components": "^5.2.0", - "gatsby-plugin-typescript": "^4.2.0", + "gatsby-plugin-typescript": "^4.9.0", "humanize-string": "^2.1.0", "icedfrisby": "4.0.0", "icedfrisby-nock": "^2.1.0",