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-cookies/angular-cookies.js')
-rw-r--r--node_modules/angular-cookies/angular-cookies.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/angular-cookies/angular-cookies.js b/node_modules/angular-cookies/angular-cookies.js
index 29cd78d12f..b1886e4e90 100644
--- a/node_modules/angular-cookies/angular-cookies.js
+++ b/node_modules/angular-cookies/angular-cookies.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';
@@ -17,7 +17,7 @@
angular.module('ngCookies', ['ng']).
- info({ angularVersion: '1.8.0' }).
+ info({ angularVersion: '1.8.2' }).
/**
* @ngdoc provider
* @name $cookiesProvider