From b677ca823fe5266aa6f6c3799d53de8f836ee47a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jun 2025 14:41:12 +0000 Subject: [PATCH] fix: upgrade @compiled/webpack-loader from 0.6.17 to 0.19.6 Snyk has created this PR to upgrade @compiled/webpack-loader from 0.6.17 to 0.19.6. See this package in npm: @compiled/webpack-loader See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/56b3778d-e080-4308-b984-babcd3b984f5?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-compiled-css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-compiled-css/package.json b/examples/with-compiled-css/package.json index 2d886fcbe68a2..f6b5271e68672 100644 --- a/examples/with-compiled-css/package.json +++ b/examples/with-compiled-css/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@compiled/react": "^0.6.7", - "@compiled/webpack-loader": "^0.6.7", + "@compiled/webpack-loader": "^0.19.6", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"