From 152721e16e72c7c71d700b15e1587fbcfdff0b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:58:45 +0000 Subject: [PATCH] Bump braces and watchpack Bumps [braces](https://github.com/micromatch/braces) and [watchpack](https://github.com/webpack/watchpack). These dependencies needed to be updated together. Updates `braces` from 1.8.5 to 3.0.2 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/1.8.5...3.0.2) Updates `watchpack` from 1.4.0 to 1.7.5 - [Release notes](https://github.com/webpack/watchpack/releases) - [Commits](https://github.com/webpack/watchpack/compare/v1.4.0...v1.7.5) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: watchpack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c43d0a9..bcd84d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3411,11 +3411,11 @@ "watchpack": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz", - "integrity": "sha1-ShRyvLuVK9Cpu0A2gB+VTfs5+qw=", + "integrity": "sha512-83w+lJfZR76EQyEwYvKidiBXiK5Wb44JX0ecqLEsiB2Q4IqlCoct3HedvrGoEidQ/MoqbLecEMa40nFmDvQ4AA==", "requires": { - "async": "2.6.0", - "chokidar": "1.7.0", - "graceful-fs": "4.1.11" + "async": "^2.1.2", + "chokidar": "^1.7.0", + "graceful-fs": "^4.1.2" } }, "webpack": {