From a91098f5e814b1f23a962429bd65504ee29ee3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:54:57 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 6 updates Bumps the npm_and_yarn group with 5 updates in the /src/ui directory: | Package | From | To | | --- | --- | --- | | [angular](https://github.com/angular/angular.js) | `1.4.14` | `1.8.3` | | [angular-sanitize](https://github.com/angular/angular.js) | `1.4.14` | `1.8.3` | | [jquery](https://github.com/jquery/jquery) | `2.2.4` | `4.0.0` | | [lodash](https://github.com/lodash/lodash) | `4.2.1` | `4.18.1` | | [moment](https://github.com/moment/moment) | `2.11.2` | `2.30.1` | Bumps the npm_and_yarn group with 1 update in the /build/kubegrunt directory: [grunt](https://github.com/gruntjs/grunt). Updates `angular` from 1.4.14 to 1.8.3 - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.4.14...v1.8.3) Updates `angular-sanitize` from 1.4.14 to 1.8.3 - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.4.14...v1.8.3) Updates `jquery` from 2.2.4 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...4.0.0) Updates `lodash` from 4.2.1 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.2.1...4.18.1) Updates `moment` from 2.11.2 to 2.30.1 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.11.2...2.30.1) Updates `grunt` from 0.4.5 to 1.6.2 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.2) --- updated-dependencies: - dependency-name: angular dependency-version: 1.8.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: angular-sanitize dependency-version: 1.8.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: moment dependency-version: 2.30.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: grunt dependency-version: 1.6.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- build/kubegrunt/package.json | 2 +- src/ui/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/kubegrunt/package.json b/build/kubegrunt/package.json index f699064..7e89885 100644 --- a/build/kubegrunt/package.json +++ b/build/kubegrunt/package.json @@ -5,7 +5,7 @@ "main": "GruntFile.js", "dependencies": {}, "devDependencies": { - "grunt": "^0.4.5", + "grunt": "^1.6.2", "grunt-shell": "^1.1.2", "grunt-contrib-watch": "^0.5.3", "load-grunt-tasks": "^0.4.0" diff --git a/src/ui/package.json b/src/ui/package.json index 0fcdbf0..63ba4d6 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -18,22 +18,22 @@ "build:production": "NODE_ENV=production webpack -p --progress --devtool=sourcemap --colors" }, "dependencies": { - "angular": "~1.4.9", + "angular": "~1.8.3", "angular-animate": "~1.4.9", "angular-aria": "~1.4.9", "angular-cookies": "~1.4.9", "angular-material": "1.0.4", "angular-messages": "~1.4.9", "angular-password": "^1.0.1", - "angular-sanitize": "~1.4.9", + "angular-sanitize": "~1.8.3", "angular-ui-router": "^0.2.18", "angular-vs-repeat": "^1.1.7", "d3": "^3.5.16", "flux": "^2.1.1", - "jquery": "~2.2.0", - "lodash": "~4.2.1", + "jquery": "~4.0.0", + "lodash": "~4.18.1", "material-design-icons": "~2.1.3", - "moment": "~2.11.2", + "moment": "~2.30.1", "normalize.css": "~3.0.3", "tether-drop": "^1.4.2" },