From 9c1905f9f3ca8f4c763cbd2e3d65b3de87da4c3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 06:28:06 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- packages/gatsby-plugin-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index c76d04e9d02d5..5bd8d1e6d9be9 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "babel-runtime": "^6.26.0", - "ts-loader": "^2.0.3", + "ts-loader": "^8.0.14", "typescript": "^2.2.1" }, "devDependencies": {