From 7a47857604bb30b7da9af7355acd28a28c24d1a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:01:11 +0000 Subject: [PATCH] Bump schema-utils from 2.7.1 to 3.0.0 Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.7.1 to 3.0.0. - [Release notes](https://github.com/webpack/schema-utils/releases) - [Changelog](https://github.com/webpack/schema-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/schema-utils/compare/v2.7.1...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8641c15..1b924fb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/geeeger/webpack-remove-loader#readme", "dependencies": { "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" + "schema-utils": "^3.0.0" }, "publishConfig": { "access": "public"