From fca777346aad161e1a46edc6fcf6bd6ec070bc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Oct 2018 22:08:31 +0000 Subject: [PATCH] Bump ember-assign-polyfill from 2.4.0 to 2.5.0 Bumps [ember-assign-polyfill](https://github.com/shipshapecode/ember-assign-polyfill) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/shipshapecode/ember-assign-polyfill/releases) - [Commits](https://github.com/shipshapecode/ember-assign-polyfill/compare/v2.4.0...v2.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e08c235ed..a84b310a2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "broccoli-funnel": "^2.0.1", - "ember-assign-polyfill": "~2.4.0", + "ember-assign-polyfill": "^2.5.0", "ember-cli-babel": "^7.1.2", "ember-cli-htmlbars-inline-precompile": "^1.0.5" }, diff --git a/yarn.lock b/yarn.lock index 33d4e96c8..8235e7636 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3427,10 +3427,10 @@ electron-to-chromium@^1.3.79: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.79.tgz#774718f06284a4bf8f578ac67e74508fe659f13a" integrity sha512-LQdY3j4PxuUl6xfxiFruTSlCniTrTrzAd8/HfsLEMi0PUpaQ0Iy+Pr4N4VllDYjs0Hyu2lkTbvzqlG+PX9NsNw== -ember-assign-polyfill@~2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/ember-assign-polyfill/-/ember-assign-polyfill-2.4.0.tgz#acb00466f7d674b3e6b030acfe255b3b1f6472e1" - integrity sha512-0SnGQb9CenRqbZdIa1KFsEjT+1ijGWfAbCSaDbg5uVa5l6HPdppuTzOXK6sfEQMsd2nbrp27QWFy7W5VX6l4Ag== +ember-assign-polyfill@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/ember-assign-polyfill/-/ember-assign-polyfill-2.5.0.tgz#0dc7079addbdbad7984ba3f35d970cf07a73f704" + integrity sha512-oRGPg/jeo4SAIJX56PYUDcVcjcfkuZe6j9umkuSkjwuduMBQNtmyoC8qhcCBrn+qqrtAG6g3iSAdEu8DkUBIiQ== dependencies: ember-cli-babel "^6.6.0" ember-cli-version-checker "^2.0.0"