From f8cdf6ad9738a05a450b4f7cfc863a532b88b9be Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 2 Nov 2020 20:13:27 +0100 Subject: updates node modules (#16651) --- node_modules/angular-animate/angular-animate.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node_modules/angular-animate/angular-animate.js') diff --git a/node_modules/angular-animate/angular-animate.js b/node_modules/angular-animate/angular-animate.js index e7a992c52b..f4f877d2c4 100644 --- a/node_modules/angular-animate/angular-animate.js +++ b/node_modules/angular-animate/angular-animate.js @@ -1,6 +1,6 @@ /** - * @license AngularJS v1.8.0 - * (c) 2010-2020 Google, Inc. http://angularjs.org + * @license AngularJS v1.8.2 + * (c) 2010-2020 Google LLC. http://angularjs.org * License: MIT */ (function(window, angular) {'use strict'; @@ -4252,7 +4252,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() { isFunction = angular.isFunction; isElement = angular.isElement; }) - .info({ angularVersion: '1.8.0' }) + .info({ angularVersion: '1.8.2' }) .directive('ngAnimateSwap', ngAnimateSwapDirective) .directive('ngAnimateChildren', $$AnimateChildrenDirective) -- cgit v1.2.3