From 24350336b5fc4c90c24b37d81aa99ab6a3e09fc9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Oct 2020 03:53:32 +0000 Subject: [PATCH] fix(deps): update dependency impagination to v1.0.0 --- package.json | 2 +- yarn.lock | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c20bd3..c1625a2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ember-auto-import": "1.3.0", "ember-cli-babel": "6.18.0", "ember-cli-htmlbars": "3.0.1", - "impagination": "1.0.0-alpha.3" + "impagination": "1.0.0" }, "devDependencies": { "@ember/optional-features": "0.6.4", diff --git a/yarn.lock b/yarn.lock index 83a6d8e..91789e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7048,12 +7048,14 @@ ignore@^5.0.2: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.1.tgz#2fc6b8f518aff48fef65a7f348ed85632448e4a5" integrity sha512-DWjnQIFLenVrwyRCKZT+7a7/U4Cqgar4WG8V++K3hw+lrW1hc/SIwdiGmtxKCVACmHULTuGeBbHJmbwW7/sAvA== -impagination@1.0.0-alpha.3: - version "1.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/impagination/-/impagination-1.0.0-alpha.3.tgz#48ac39e5ff5d71f5bfcfcb4d200e471af5f8fb04" +impagination@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/impagination/-/impagination-1.0.0.tgz#5460595ab5d67ebe9aad4d68da77a6902a0230e4" + integrity sha512-9fr30z5kqrc5MqjOIZHaq8ZHFpNy2uhdeJ6b7zCb295+fRU1KFK/HUgSjjCviZ5OntQS8wlBYUjjSoro0va0pw== dependencies: babel-runtime "^5.8.25" binary-search-tree "^0.2.6" + util "^0.10.3" import-lazy@^2.1.0: version "2.1.0" @@ -12433,6 +12435,13 @@ util@0.10.3: dependencies: inherits "2.0.1" +util@^0.10.3: + version "0.10.4" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" + integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== + dependencies: + inherits "2.0.3" + util@^0.11.0: version "0.11.1" resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"