From 8379f2d073a165f8da8c95242f70cfe706dbc3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:03:12 -0700 Subject: [PATCH] chore(deps-dev): bump imports-loader from 4.0.1 to 5.0.0 (#7576) Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/webpack-contrib/imports-loader/releases) - [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/imports-loader/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: imports-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> Co-authored-by: John Hill --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3db02d0831..984de78355 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "flatbush": "4.2.0", "git-rev-sync": "3.0.2", "html2canvas": "1.4.1", - "imports-loader": "4.0.1", + "imports-loader": "5.0.0", "jasmine-core": "5.1.1", "karma": "6.4.2", "karma-chrome-launcher": "3.2.0",