From 29b9140e0ff4486211f5a826e83e0d7d0e72df98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 May 2025 01:30:27 -0400 Subject: [PATCH] fix: upgrade react-refresh from 0.10.0 to 0.17.0 Snyk has created this PR to upgrade react-refresh from 0.10.0 to 0.17.0. See this package in npm: react-refresh See this project in Snyk: https://app.snyk.io/org/compass/project/8689901f-0597-48a5-b3a9-ca94b45f34b1?utm_source=github&utm_medium=referral&page=upgrade-pr --- configs/webpack-config-compass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/webpack-config-compass/package.json b/configs/webpack-config-compass/package.json index 7328f90b842..eed9c4be76a 100644 --- a/configs/webpack-config-compass/package.json +++ b/configs/webpack-config-compass/package.json @@ -80,7 +80,7 @@ "postcss": "^8.4.31", "postcss-loader": "^6.1.1", "postcss-preset-env": "^6.7.0", - "react-refresh": "^0.10.0", + "react-refresh": "^0.17.0", "source-map-loader": "^4.0.1", "style-loader": "^3.2.1", "webpack": "^5.94.0",