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-mocks')
-rw-r--r--node_modules/angular-mocks/angular-mocks.js10
-rw-r--r--node_modules/angular-mocks/bower.json4
-rw-r--r--node_modules/angular-mocks/package.json30
3 files changed, 21 insertions, 23 deletions
diff --git a/node_modules/angular-mocks/angular-mocks.js b/node_modules/angular-mocks/angular-mocks.js
index c6e637da8d..a961d45a9d 100644
--- a/node_modules/angular-mocks/angular-mocks.js
+++ b/node_modules/angular-mocks/angular-mocks.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) {
@@ -951,7 +951,7 @@ angular.mock.TzDate.prototype = Date.prototype;
* You need to require the `ngAnimateMock` module in your test suite for instance `beforeEach(module('ngAnimateMock'))`
*/
angular.mock.animate = angular.module('ngAnimateMock', ['ng'])
- .info({ angularVersion: '1.8.0' })
+ .info({ angularVersion: '1.8.2' })
.config(['$provide', function($provide) {
@@ -2669,7 +2669,7 @@ angular.module('ngMock', ['ng']).provider({
$provide.decorator('$rootScope', angular.mock.$RootScopeDecorator);
$provide.decorator('$controller', createControllerDecorator($compileProvider));
$provide.decorator('$httpBackend', angular.mock.$httpBackendDecorator);
-}]).info({ angularVersion: '1.8.0' });
+}]).info({ angularVersion: '1.8.2' });
/**
* @ngdoc module
@@ -2684,7 +2684,7 @@ angular.module('ngMock', ['ng']).provider({
*/
angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
$provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator);
-}]).info({ angularVersion: '1.8.0' });
+}]).info({ angularVersion: '1.8.2' });
/**
* @ngdoc service
diff --git a/node_modules/angular-mocks/bower.json b/node_modules/angular-mocks/bower.json
index b5af5d5f88..c6e5a51c22 100644
--- a/node_modules/angular-mocks/bower.json
+++ b/node_modules/angular-mocks/bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-mocks",
- "version": "1.8.0",
+ "version": "1.8.2",
"license": "MIT",
"main": "./angular-mocks.js",
"ignore": [],
"dependencies": {
- "angular": "1.8.0"
+ "angular": "1.8.2"
}
}
diff --git a/node_modules/angular-mocks/package.json b/node_modules/angular-mocks/package.json
index f8b5afc938..3c714cd042 100644
--- a/node_modules/angular-mocks/package.json
+++ b/node_modules/angular-mocks/package.json
@@ -1,32 +1,28 @@
{
- "_args": [
- [
- "angular-mocks@1.8.0",
- "/Users/benakamoorthi/Projects/matomo"
- ]
- ],
- "_from": "angular-mocks@1.8.0",
- "_id": "angular-mocks@1.8.0",
+ "_from": "angular-mocks@1.8.2",
+ "_id": "angular-mocks@1.8.2",
"_inBundle": false,
- "_integrity": "sha512-oFKJIqR6zcsW6V9UQMuUYCXIcTy+n7oYExXxZkvU57hwJQdU1nuNZcSMQA9URiEAPyo7v3bqm0eOP3Ezi7Bigg==",
+ "_integrity": "sha512-I5L3P0l21HPdVsP4A4qWmENt4ePjjbkDFdAzOaM7QiibFySbt14DptPbt2IjeG4vFBr4vSLbhIz8Fk03DISl8Q==",
"_location": "/angular-mocks",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "angular-mocks@1.8.0",
+ "raw": "angular-mocks@1.8.2",
"name": "angular-mocks",
"escapedName": "angular-mocks",
- "rawSpec": "1.8.0",
+ "rawSpec": "1.8.2",
"saveSpec": null,
- "fetchSpec": "1.8.0"
+ "fetchSpec": "1.8.2"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.0.tgz",
- "_spec": "1.8.0",
- "_where": "/Users/benakamoorthi/Projects/matomo",
+ "_resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.2.tgz",
+ "_shasum": "dc022420b86978cf317a8447c116c0be73a853bf",
+ "_spec": "angular-mocks@1.8.2",
+ "_where": "/srv/matomo",
"author": {
"name": "Angular Core Team",
"email": "angular-core+npm@google.com"
@@ -34,6 +30,8 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "AngularJS mocks for testing",
"homepage": "http://angularjs.org",
"jspm": {
@@ -63,5 +61,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
- "version": "1.8.0"
+ "version": "1.8.2"
}