From 4c49fba4de92e0b573d426d459319cd4baebfb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 05:09:00 +0000 Subject: [PATCH] build(deps-dev): bump angular-animate in /src/tools/website Bumps [angular-animate](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-animate 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..6c81fe32f22 100644 --- a/src/tools/website/package-lock.json +++ b/src/tools/website/package-lock.json @@ -13,7 +13,7 @@ "@iamadamjowett/angular-logger-max": "^1.2.3", "@uirouter/angularjs": "^0.4.2", "angular": "^1.8.2", - "angular-animate": "^1.8.2", + "angular-animate": "^1.8.3", "angular-breadcrumb": "^0.5.0", "angular-clipboard": "^1.7.0", "angular-file-saver": "^1.1.3", @@ -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", @@ -177,9 +177,10 @@ "dev": true }, "node_modules/angular-animate": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.2.tgz", - "integrity": "sha512-Jbr9+grNMs9Kj57xuBU3Ju3NOPAjS1+g2UAwwDv7su1lt0/PLDy+9zEwDiu8C8xJceoTbmBNKiWGPJGBdCQLlA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.3.tgz", + "integrity": "sha512-/LtTKvy5sD6MZbV0v+nHgOIpnFF0mrUp+j5WIxVprVhcrJriYpuCZf4S7Owj1o76De/J0eRzANUozNJ6hVepnQ==", + "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-breadcrumb": { @@ -6188,9 +6189,9 @@ "dev": true }, "angular-animate": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.2.tgz", - "integrity": "sha512-Jbr9+grNMs9Kj57xuBU3Ju3NOPAjS1+g2UAwwDv7su1lt0/PLDy+9zEwDiu8C8xJceoTbmBNKiWGPJGBdCQLlA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.8.3.tgz", + "integrity": "sha512-/LtTKvy5sD6MZbV0v+nHgOIpnFF0mrUp+j5WIxVprVhcrJriYpuCZf4S7Owj1o76De/J0eRzANUozNJ6hVepnQ==", "dev": true }, "angular-breadcrumb": { diff --git a/src/tools/website/package.json b/src/tools/website/package.json index cf7c8351b03..f612775646e 100644 --- a/src/tools/website/package.json +++ b/src/tools/website/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@iamadamjowett/angular-logger-max": "^1.2.3", "angular": "^1.8.2", - "angular-animate": "^1.8.2", + "angular-animate": "^1.8.3", "angular-breadcrumb": "^0.5.0", "angular-clipboard": "^1.7.0", "angular-file-saver": "^1.1.3",