From dea7491df6fd825c50cca55f306da868ac0e03f4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 18 Apr 2018 09:09:28 +0100 Subject: [PATCH] Fix Alertify version requirement which inadvertently got bumped. --- web/package.json | 2 +- web/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index 7310fe29e..1c6085fa0 100644 --- a/web/package.json +++ b/web/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7", - "alertifyjs": "^1.10.0", + "alertifyjs": "^1.7.1", "axios": "^0.18.0", "babel-plugin-transform-es2015-modules-amd": "^6.24.1", "babel-polyfill": "^6.23.0", diff --git a/web/yarn.lock b/web/yarn.lock index 94060ca08..609c45a4c 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -101,9 +101,9 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5: json-schema-traverse "^0.3.0" json-stable-stringify "^1.0.1" -alertifyjs@^1.10.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.11.0.tgz#646f0bbd62edac5bb03cce2d03f4379c84ffde19" +alertifyjs@^1.7.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.11.1.tgz#e40e45c4fde4234467cc481b936fe6337e6a4828" align-text@^0.1.1, align-text@^0.1.3: version "0.1.4"