From 631246a0e2cc0fd8417ab7f0ecd827306b6e3d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:51:53 +0000 Subject: [PATCH] Bump minimatch and browserify Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [browserify](https://github.com/browserify/browserify). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.0.4 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v0.3.0...v3.0.4) Updates `browserify` from 3.46.1 to 16.2.2 - [Release notes](https://github.com/browserify/browserify/releases) - [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown) - [Commits](https://github.com/browserify/browserify/compare/3.46.1...v16.2.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: browserify dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5732ab..d03f565 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "ultra_cart_rest_api_v2": "^2.2.1" }, "devDependencies": { - "browserify": "^16.2.0", + "browserify": "^16.2.2", "gulp": "^4.0.0", "gulp-concat": "^2.6.1", "gulp-browserify": "^0.5.1",