From 29d57323b0c48176df2eeea021bb0f94ce941b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:32:59 -0700 Subject: [PATCH] build(deps-dev): bump grunt-webpack from 5.0.0 to 6.0.0 (#578) Bumps [grunt-webpack](https://github.com/webpack-contrib/grunt-webpack) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/webpack-contrib/grunt-webpack/releases) - [Commits](https://github.com/webpack-contrib/grunt-webpack/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: grunt-webpack 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> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9ead678..e3843feb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "grunt-contrib-connect": "^4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-saucelabs": "^9.0.0", - "grunt-webpack": "^5.0.0", + "grunt-webpack": "^6.0.0", "intersection-observer": "^0.12.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0",