From 2e8c3c3d3a89494a6fa77781ec80c2bd53913ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:08:15 +0000 Subject: [PATCH] chore(deps): bump watchpack from 2.4.4 to 2.5.0 Bumps [watchpack](https://github.com/webpack/watchpack) from 2.4.4 to 2.5.0. - [Release notes](https://github.com/webpack/watchpack/releases) - [Commits](https://github.com/webpack/watchpack/compare/v2.4.4...v2.5.0) --- updated-dependencies: - dependency-name: watchpack dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e7c74e054..97b45b9148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "strip-json-comments": "5.0.3", "tmp": "0.2.5", "update-notifier": "7.3.1", - "watchpack": "2.4.4", + "watchpack": "2.5.0", "yargs": "17.7.2", "zip-dir": "2.0.0" }, @@ -10251,9 +10251,9 @@ } }, "node_modules/watchpack": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", - "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.0.tgz", + "integrity": "sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==", "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", @@ -17779,9 +17779,9 @@ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "watchpack": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", - "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.0.tgz", + "integrity": "sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==", "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" diff --git a/package.json b/package.json index 964dc41187..1417ea578c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "strip-json-comments": "5.0.3", "tmp": "0.2.5", "update-notifier": "7.3.1", - "watchpack": "2.4.4", + "watchpack": "2.5.0", "yargs": "17.7.2", "zip-dir": "2.0.0" },