From e687a494b3f140954b1a9f2a82754a9b994e1383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:29:17 +0000 Subject: [PATCH] Bump glob-parent Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../samples/BlazorWasmAppWithJsAssets/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientAssets/samples/BlazorWasmAppWithJsAssets/assets/package.json b/src/ClientAssets/samples/BlazorWasmAppWithJsAssets/assets/package.json index 137c14020..9996b7d0d 100644 --- a/src/ClientAssets/samples/BlazorWasmAppWithJsAssets/assets/package.json +++ b/src/ClientAssets/samples/BlazorWasmAppWithJsAssets/assets/package.json @@ -9,7 +9,7 @@ "devDependencies": { "ts-loader": "^6.2.1", "typescript": "^3.7.5", - "webpack": "^4.41.5", + "webpack": "^4.46.0", "webpack-cli": "^3.3.10" } }