Skip to content

Commit 689c348

Browse files
fix(deps): update dependency angular-mocks to v1.8.3
1 parent 5175cbd commit 689c348

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

freepbx/wizard-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"angular-bootstrap": "angular-ui/bootstrap-bower#2.2.0",
4848
"angular-bootstrap-switch": "frapontillo/angular-bootstrap-switch#0.5.2",
4949
"angular-cookies": "angular/bower-angular-cookies#1.4.0",
50-
"angular-mocks": "angular/bower-angular-mocks#1.4.0",
50+
"angular-mocks": "angular/bower-angular-mocks#v1.8.3",
5151
"angular-patternfly": "patternfly/angular-patternfly#3.15.0",
5252
"angular-resource": "angular/bower-angular-resource#1.4.0",
5353
"angular-route": "angular/bower-angular-route#1.4.0",

freepbx/wizard-ui/yarn.lock

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ angular-cookies@angular/bower-angular-cookies#1.4.0:
8585
version "1.4.0"
8686
resolved "https://codeload.github.com/angular/bower-angular-cookies/tar.gz/9ec982254197161e1c39cce899c9c97e6d033010"
8787

88-
angular-mocks@angular/bower-angular-mocks#1.4.0:
89-
version "1.4.0"
90-
resolved "https://codeload.github.com/angular/bower-angular-mocks/tar.gz/5a7f9f0bad5da4314df7f638fcaf330ff864cae2"
88+
angular-mocks@angular/bower-angular-mocks#v1.8.3:
89+
version "1.8.3"
90+
uid "3e622cd9a90cb953c5d877e2efe3504ac98b6c74"
91+
resolved "https://codeload.github.com/angular/bower-angular-mocks/tar.gz/3e622cd9a90cb953c5d877e2efe3504ac98b6c74"
9192

9293
angular-patternfly@patternfly/angular-patternfly#3.15.0:
9394
version "3.15.0"
@@ -526,6 +527,13 @@ bootstrap-select@~1.10.0:
526527
dependencies:
527528
jquery ">=1.8"
528529

530+
bootstrap-switch@3.3.2:
531+
version "3.3.2"
532+
resolved "https://registry.yarnpkg.com/bootstrap-switch/-/bootstrap-switch-3.3.2.tgz#79ddb49fadc308fb731e257f95957af48996eea7"
533+
integrity sha512-9ntjMDMeawsUAxp15DiO1po3kf1J8xSSENesgTLJc0j/HoB4wZ8ap8bk8LlazywDHh05E8740nue0LX2A98ZPw==
534+
dependencies:
535+
jquery ">=1.9.0"
536+
529537
bootstrap-switch@nostalgiaz/bootstrap-switch#v3.3.4:
530538
version "3.3.4"
531539
uid "02721b769a6ac83eabe733fd9f08a2ddc7320756"
@@ -3620,6 +3628,11 @@ jquery@>=1.7, jquery@>=1.7.0, jquery@>=1.7.1, jquery@>=1.8, "jquery@^1.8.3 || ^2
36203628
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.4.tgz#228bde698a0c61431dc2630a6a154f15890d2317"
36213629
integrity sha1-IoveaYoMYUMdwmMKahVPFYkNIxc=
36223630

3631+
jquery@>=1.9.0:
3632+
version "4.0.0"
3633+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
3634+
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
3635+
36233636
jquery@jquery/jquery-dist#~2.1.4:
36243637
version "2.1.4"
36253638
resolved "https://codeload.github.com/jquery/jquery-dist/tar.gz/7751e69b615c6eca6f783a81e292a55725af6b85"

0 commit comments

Comments
 (0)