From 23ab95e37786e240682b1c03762834cc28907021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:00:27 +0000 Subject: [PATCH] Bump webpack from 1.13.2 to 5.94.0 in /examples/angular2_es2015 Bumps [webpack](https://github.com/webpack/webpack) from 1.13.2 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.13.2...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/angular2_es2015/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular2_es2015/package.json b/examples/angular2_es2015/package.json index efc74b4247..eef20a6c5f 100644 --- a/examples/angular2_es2015/package.json +++ b/examples/angular2_es2015/package.json @@ -48,6 +48,6 @@ "babel-preset-angular2": "0.0.2", "babel-preset-es2015": "6.16.0", "raw-loader": "0.5.1", - "webpack": "1.13.2" + "webpack": "5.94.0" } }