summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-22 07:36:53 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-22 09:43:34 +0200
commit54a353c61bb05eee7218907dc0dc1775c7610742 (patch)
treed300661ab921e41f35305a5e4296ffe36751e1d9
parent4579a7bfc2c7937c2c0fa53aefe47dae821e5e98 (diff)
Bump angular-mocks from 1.8.1 to 1.8.2 in /js
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2. - [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.1...v1.8.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 1a136e1e9..f69541896 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -315,9 +315,9 @@
"integrity": "sha512-Jbr9+grNMs9Kj57xuBU3Ju3NOPAjS1+g2UAwwDv7su1lt0/PLDy+9zEwDiu8C8xJceoTbmBNKiWGPJGBdCQLlA=="
},
"angular-mocks": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.1.tgz",
- "integrity": "sha512-lynQMo81pq/viSXjeBdSI2Noo/DPkHWzTiECKqxBrEVTxyl/y1LHZvm3u1I21oPjwXaMm8wIGXi1srbBr+Jerw=="
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.8.2.tgz",
+ "integrity": "sha512-I5L3P0l21HPdVsP4A4qWmENt4ePjjbkDFdAzOaM7QiibFySbt14DptPbt2IjeG4vFBr4vSLbhIz8Fk03DISl8Q=="
},
"angular-route": {
"version": "1.8.2",
diff --git a/js/package.json b/js/package.json
index 6434f20a9..21958642e 100644
--- a/js/package.json
+++ b/js/package.json
@@ -54,7 +54,7 @@
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
- "angular-mocks": "^1.8.1",
+ "angular-mocks": "^1.8.2",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
"debug": "^4.2.0",