From 989b10929b6b8d2b4f70fb35b6b971b097f3a3c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 19:24:33 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-coffeescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- packages/gatsby-plugin-coffeescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index fdad3496c152a..5ff4692a49de1 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@babel/runtime": "^7.0.0", - "coffee-loader": "^0.9.0", + "coffee-loader": "^1.0.0", "coffee-react-transform": "^5.0.0", "coffeescript": "^2.2.3" },