From f8157ca634b29c8cb232bb5c9ab8fdb1f983ef5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:52:02 +0100 Subject: [PATCH] chore(deps-dev): bump css-loader from 6.11.0 to 7.1.2 (#320) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.11.0 to 7.1.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.11.0...v7.1.2) --- updated-dependencies: - dependency-name: css-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 06faa689..75d4f2ce 100644 --- a/examples/helia-webpack/package.json +++ b/examples/helia-webpack/package.json @@ -29,7 +29,7 @@ "@playwright/test": "^1.12.3", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^12.0.2", - "css-loader": "^6.2.0", + "css-loader": "^7.1.2", "html-webpack-plugin": "^5.3.2", "node-polyfill-webpack-plugin": "^4.0.0", "playwright": "^1.12.3",