Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/angular-animate/angular-animate.js')
-rw-r--r--node_modules/angular-animate/angular-animate.js6
1 files changed, 3 insertions, 3 deletions
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)