From 47ccbbad53ff0fb634df844319579f5622312d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:16:57 +0100 Subject: [PATCH] chore(deps-dev): bump style-loader from 3.3.4 to 4.0.0 (#315) Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.4 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/helia-webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-webpack/package.json b/examples/helia-webpack/package.json index 75d4f2ce..46a21ad7 100644 --- a/examples/helia-webpack/package.json +++ b/examples/helia-webpack/package.json @@ -34,7 +34,7 @@ "node-polyfill-webpack-plugin": "^4.0.0", "playwright": "^1.12.3", "rimraf": "^6.0.1", - "style-loader": "^3.1.0", + "style-loader": "^4.0.0", "test-ipfs-example": "^1.0.0", "webpack": "^5.45.1", "webpack-cli": "^5.0.1",