From 2c04d9e9d19fb9e4e36477a07ff878cf0e4ab2dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 13:14:31 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-typescript from 2.4.2 to 2.4.3 (#5122) Bumps [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.4.3/packages/gatsby-plugin-typescript) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecd46023a5..49ddbf41c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15020,9 +15020,9 @@ } }, "gatsby-plugin-typescript": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.2.tgz", - "integrity": "sha512-4mtmFqtKaHNeWYL3Bh6vtO6Ay7VjNR6ZFi8lfL/hiXEEXoy8sZO/S/70qVVecbzeYS6DpKZveEKLfluRLwnDvA==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.3.tgz", + "integrity": "sha512-smD3IlOigNR5gNQwRAp6TH4czsZ8mpO+WMxoE3M0G49JR/aj2kgh85pzB0yRWpq0/oUUf9guatQJxGhvUWUJYg==", "dev": true, "requires": { "@babel/core": "^7.9.6", @@ -15031,7 +15031,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "@babel/runtime": "^7.9.6", - "babel-plugin-remove-graphql-queries": "^2.9.1" + "babel-plugin-remove-graphql-queries": "^2.9.2" }, "dependencies": { "@babel/runtime": { @@ -15044,9 +15044,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.1.tgz", - "integrity": "sha512-Ua41OqiQ0yUi/9ZvbdhCKCkiCAdwCSVxtf5umV1scD6mMYd70eIA9or3M2nxhqHJ2leSRCYdyu771seEICkC3Q==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.2.tgz", + "integrity": "sha512-W6UpWAT18G27XfXvBmBoSsb5CfeMRf3K/dCkK5w0i9D9VC4CIj3162s2P2SGawqEraO1njKgjvkRfut8uTLUdw==", "dev": true } } diff --git a/package.json b/package.json index 943a2ddc72..6bdd3c639d 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-remove-trailing-slashes": "^2.3.3", "gatsby-plugin-styled-components": "^3.3.1", - "gatsby-plugin-typescript": "^2.4.2", + "gatsby-plugin-typescript": "^2.4.3", "got": "11.1.4", "humanize-string": "^2.1.0", "husky": "^4.2.5",