From b7f0e10dd0494c623946879f4abcb754f0d5847f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:35:08 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /Web directory: [vue](https://github.com/vuejs/core) and [gulp](https://github.com/gulpjs/gulp). Updates `vue` from 2.7.16 to 3.5.12 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.12) Updates `gulp` from 4.0.2 to 5.0.0 - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: gulp dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- Web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/package.json b/Web/package.json index 78cdf6c..d06876f 100644 --- a/Web/package.json +++ b/Web/package.json @@ -11,7 +11,7 @@ "devDependencies": { "bower": "^1.8.14", "eslint": "^9.13.0", - "gulp": "^4.0.2", + "gulp": "^5.0.0", "gulp-changed": "^4.0.3", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", @@ -31,6 +31,6 @@ "imagesloaded": "^5.0.0", "jquery": "^3.6.0", "masonry-layout": "^4.2.2", - "vue": "^2.7.16" + "vue": "^3.5.12" } }