From cdcc0419438cd7b46d52dc91172ef9c6c41823ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20COLL=C3=89?= Date: Wed, 4 Sep 2024 11:07:47 -0400 Subject: [PATCH] chore(Deps): bumped Gulp to 5.0.0 and Nodemon to 3.1.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1752a2f3..af020c68 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "enquirer": "^2.3.6", "events": "^3.3.0", "fs-browser-stub": "^1.0.1", - "gulp": "^4.0.2", + "gulp": "^5.0.0", "htmlparser2": "^8.0.1", "https-browserify": "^1.0.0", "lodash": "^4.17.21", @@ -93,7 +93,7 @@ "eslint": "^8.17.0", "jasmine": "^4.1.0", "jasmine-spec-reporter": "^7.0.0", - "nodemon": "^2.0.16", + "nodemon": "^3.1.4", "nyc": "^15.1.0", "standard-changelog": "^2.0.27", "yargs": "^17.5.1"