From fd5cf7e81edac49219a89d00a2671af387344ba0 Mon Sep 17 00:00:00 2001 From: Luigi Mori Date: Fri, 29 Jun 2018 11:54:14 +0200 Subject: [PATCH] Workaround for #117 Signed-off-by: Luigi Mori --- bower-shrinkwrap.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/bower-shrinkwrap.json b/bower-shrinkwrap.json index 2977379..e2c3232 100644 --- a/bower-shrinkwrap.json +++ b/bower-shrinkwrap.json @@ -6,7 +6,7 @@ "1.10.12": "1.10.12" }, "https://github.com/Foxandxss/angular-toastr.git": { - "1.5.0": "1.5.0" + "1.5.0": "4ac181c4aac7b66fddb213b0da3a0287ab23d9ba" }, "https://github.com/ajaxorg/ace-builds.git": { "1.2.3": "e94cb3c7ffccfb2e565cc857f07a988c0989e527" @@ -15,7 +15,7 @@ "0.9.7": "0.9.7" }, "https://github.com/angular-ui/angular-ui-router-bower.git": { - "0.2.18": "0.2.18" + "0.2.18": "2b8d5241b4c631ca2aef079bb96690b213eff449" }, "https://github.com/angular-ui/bootstrap-bower.git": { "0.13.4": "0.13.4" @@ -27,27 +27,34 @@ "0.18.1": "0.18.1" }, "https://github.com/angular/bower-angular-animate.git": { + "1.5.11": "ac17971fdc62d7ea816a079401084e6da2af3e3e", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-aria.git": { + "1.5.11": "a90418459eb67c49673de35ca4c313fe8a07942e", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-cookies.git": { + "1.5.11": "a443bb1d7edc1688acf8d820932f27b4b19b89bc", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-messages.git": { + "1.5.11": "4853e43f00243d582b4f6145b6096129ca91fbdf", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-mocks.git": { + "1.5.11": "8f1c89737c8a7e82fd91957cef92f577dad07565", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-resource.git": { "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular-sanitize.git": { + "1.5.11": "84df06c4ec4f1eef7f9d0b849b9fdf5433c2669c", "1.5.8": "1.5.8" }, "https://github.com/angular/bower-angular.git": { + "1.5.11": "0f57428c3ffe2f486264ab7fbee3968dccc7b720", "1.5.8": "1.5.8" }, "https://github.com/chieffancypants/angular-loading-bar.git": { @@ -57,7 +64,7 @@ "4.4.0": "4.4.0" }, "https://github.com/daneden/animate.css.git": { - "3.4.0": "3.4.0" + "3.4.0": "70df3c0efba87df197c34d54bb019839facd682e" }, "https://github.com/jquery/jquery-dist.git": { "2.1.4": "2.1.4" @@ -76,7 +83,7 @@ "3.5.5": "3.5.5" }, "https://github.com/moment/moment.git": { - "2.10.6": "2.10.6" + "2.10.6": "446ce77eb08c5c862d7b0b11ef1d2e884d12e3d7" }, "https://github.com/nervgh/angular-file-upload.git": { "2.4.1": "2.4.1" @@ -88,7 +95,7 @@ "1.8.2": "1.8.2" }, "https://github.com/ocombe/ocLazyLoad.git": { - "1.1.0": "c282f8f47736c195a4079024f62f3c9e16420619" + "1.1.0": "1.1.0" }, "https://github.com/twbs/bootstrap-sass.git": { "3.3.6": "3.3.6" diff --git a/package.json b/package.json index 62024b2..1d3eb99 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "awesome-typescript-loader": "0.14.2", - "bower": "1.7.9", + "bower": "1.7.10", "bower-shrinkwrap-resolver": "0.4.1", "browser-sync": "2.9.12", "browser-sync-spa": "1.0.3",