From 9f9b545086cef97d4271bd3ea86f72438fa345cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Jan 2023 19:08:14 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-react-css-modules/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- packages/gatsby-plugin-react-css-modules/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index aebd3620be6d6..fd87d5b157685 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.11.2", - "babel-plugin-react-css-modules": "^3.4.2" + "babel-plugin-react-css-modules": "^4.0.0" }, "devDependencies": { "@babel/cli": "^7.11.6",