From 5eab4935ba04d7e8ec2d409bb00ca9ba9532ba89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:31:09 +0000 Subject: [PATCH] Bump braces and gulp-nodemon Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits/3.0.3) Updates `gulp-nodemon` from 2.5.0 to 2.5.0 - [Release notes](https://github.com/JacksonGariety/gulp-nodemon/releases) - [Commits](https://github.com/JacksonGariety/gulp-nodemon/commits) --- updated-dependencies: - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect - dependency-name: gulp-nodemon dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d9ed69..6276c47 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gulp-babel": "^8.0.0", "gulp-clean": "^0.4.0", "gulp-clean-css": "^4.3.0", - "gulp-nodemon": "^2.2.1", + "gulp-nodemon": "^2.5.0", "gulp-rename": "^2.1.0", "gulp-sass": "^6.0.1", "lodash": "^4.17.21",