From bba516d6e64a4c6de020349c24d7675955ba2bb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jan 2025 14:56:09 +0000 Subject: [PATCH] fix: upgrade @compiled/webpack-loader from 0.6.17 to 0.19.2 Snyk has created this PR to upgrade @compiled/webpack-loader from 0.6.17 to 0.19.2. See this package in npm: @compiled/webpack-loader See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/449f3a7d-de9c-464f-ac5e-e957b4cf9420?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..9bf53a6923933 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.2", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"