From ae60e6933e49f4283300bdbee510fa7e73fc020b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 02:53:29 +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-JSON5-3182856 --- 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": {