From 536240cd1b2bd6543d4c6b63b4fcdff33a60163b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 20:56:35 +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 c96558ec34195..68282037c5e9b 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": {