From 8a11766dd257737c262e79fdf6f5b680c1231930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 23:25:49 +0300 Subject: [PATCH] chore(deps): bump webpack from 5.74.0 to 5.76.0 in /example (#435) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/package-lock.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 9fdb1ec..7e12337 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -18,7 +18,8 @@ } }, "..": { - "version": "2.25.2", + "name": "webpack-hot-middleware", + "version": "2.25.3", "license": "MIT", "dependencies": { "ansi-html-community": "0.0.8", @@ -29,7 +30,7 @@ "eslint": "^7.19.0", "eslint-plugin-prettier": "^3.3.1", "express": "^4.17.1", - "mocha": "^8.2.1", + "mocha": "^10.1.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "sinon": "^9.2.4", @@ -2136,9 +2137,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", @@ -3835,9 +3836,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", @@ -3922,7 +3923,7 @@ "eslint-plugin-prettier": "^3.3.1", "express": "^4.17.1", "html-entities": "^2.1.0", - "mocha": "^8.2.1", + "mocha": "^10.1.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "sinon": "^9.2.4",