From 352285464dab75dbde8e0da45a83b1f0643f90be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 09:02:58 +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 1751649af7aed..44cf7e0a8d1f1 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@babel/runtime": "^7.11.2", - "coffee-loader": "^0.9.0", + "coffee-loader": "^1.0.0", "coffee-react-transform": "^5.0.0", "coffeescript": "^2.5.1" },