From 13c681fc47b92494333b8c9375a5ec39432f7e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:41:32 +0000 Subject: [PATCH] build(deps-dev): bump angular from 1.8.2 to 1.8.3 in /src/tools/website Bumps [angular](https://github.com/angular/angular.js) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/tools/website/package-lock.json | 31 +++++++++++++++-------------- src/tools/website/package.json | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/tools/website/package-lock.json b/src/tools/website/package-lock.json index 63aebf24074..2a250cbecbd 100644 --- a/src/tools/website/package-lock.json +++ b/src/tools/website/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@iamadamjowett/angular-logger-max": "^1.2.3", "@uirouter/angularjs": "^0.4.2", - "angular": "^1.8.2", + "angular": "^1.8.3", "angular-animate": "^1.8.2", "angular-breadcrumb": "^0.5.0", "angular-clipboard": "^1.7.0", @@ -32,19 +32,19 @@ "fs-extra": "^0.30.0", "grunt": "^1.3.0", "grunt-browserify": "^6.0.0", - "grunt-cli": "latest", + "grunt-cli": "*", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-cssmin": "latest", - "grunt-contrib-jshint": "latest", - "grunt-contrib-less": "latest", - "grunt-contrib-uglify": "latest", - "grunt-contrib-watch": "latest", - "grunt-preprocess": "latest", + "grunt-contrib-cssmin": "*", + "grunt-contrib-jshint": "*", + "grunt-contrib-less": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-watch": "*", + "grunt-preprocess": "*", "highlight.js": "^11.4.0", "jquery": "^3.6.0", - "jshint-stylish": "latest", + "jshint-stylish": "*", "ng-tags-input": "^3.2.0", "rss": "^1.2.2", "satellizer": "^0.15.5", @@ -171,9 +171,10 @@ } }, "node_modules/angular": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz", - "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==", + "deprecated": "For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.", "dev": true }, "node_modules/angular-animate": { @@ -6182,9 +6183,9 @@ } }, "angular": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz", - "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==", "dev": true }, "angular-animate": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..753672a9fb0 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@iamadamjowett/angular-logger-max": "^1.2.3", - "angular": "^1.8.2", + "angular": "^1.8.3", "angular-animate": "^1.8.2", "angular-breadcrumb": "^0.5.0", "angular-clipboard": "^1.7.0",