From 5d219387912725cdfcd264f6e0e558fae12b5bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 07:24:32 +0000 Subject: [PATCH] chore(deps): bump webpack from 5.74.0 to 5.76.0 in /html-report Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- html-report/package-lock.json | 14 +++++++------- html-report/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/html-report/package-lock.json b/html-report/package-lock.json index 5596dee64..21ba7cea9 100644 --- a/html-report/package-lock.json +++ b/html-report/package-lock.json @@ -28,7 +28,7 @@ "react-dom": "^16.8.0", "react-loading": "^2.0.3", "react-player": "^2.11.0", - "webpack": "^5.74.0" + "webpack": "^5.76.0" }, "devDependencies": { "@babel/core": "^7.19.3", @@ -8914,9 +8914,9 @@ } }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -15626,9 +15626,9 @@ } }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", diff --git a/html-report/package.json b/html-report/package.json index 23a20ed2a..df6043a49 100644 --- a/html-report/package.json +++ b/html-report/package.json @@ -31,7 +31,7 @@ "react-dom": "^16.8.0", "react-loading": "^2.0.3", "react-player": "^2.11.0", - "webpack": "^5.74.0" + "webpack": "^5.76.0" }, "devDependencies": { "@babel/core": "^7.19.3",