diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 00a0a3e011..0248e02570 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -101,7 +101,7 @@ "ember-useragent": "0.9.1", "emberx-file-input": "1.2.1", "eslint": "6.8.0", - "eslint-plugin-ghost": "1.4.0", + "eslint-plugin-ghost": "1.4.1", "faker": "4.1.0", "fs-extra": "9.0.0", "glob": "7.1.6", diff --git a/ghost/admin/tests/acceptance/members-test.js b/ghost/admin/tests/acceptance/members-test.js index c92d545e01..4b0c4e38b4 100644 --- a/ghost/admin/tests/acceptance/members-test.js +++ b/ghost/admin/tests/acceptance/members-test.js @@ -2,7 +2,7 @@ import moment from 'moment'; import wait from 'ember-test-helpers/wait'; import {authenticateSession, invalidateSession} from 'ember-simple-auth/test-support'; import {beforeEach, describe, it} from 'mocha'; -import {click, currentRouteName, currentURL, fillIn, find, findAll} from '@ember/test-helpers'; +import {blur, click, currentRouteName, currentURL, fillIn, find, findAll} from '@ember/test-helpers'; import {expect} from 'chai'; import {setupApplicationTest} from 'ember-mocha'; import {setupMirage} from 'ember-cli-mirage/test-support'; diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 2874614b8e..21aeb4202e 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -6573,10 +6573,10 @@ eslint-module-utils@^2.4.1: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-ember@8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.5.0.tgz#08660485edcf78c716b7db7c0834c970d06a3dc1" - integrity sha512-tj8GQbm5XknbUDp4FrwMLGBprxqzoi9JAszXyCwMPJQBipinHyyAxIRbu57/ENJVyeGRmQTme1WM4PJuMh3kFQ== +eslint-plugin-ember@8.5.1: + version "8.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-8.5.1.tgz#acaeb430e150115350fb184450cd17eaf6bb5d7e" + integrity sha512-92tU1ktJBfwcWIdAzVVuo6gLIGWrf2AtnNyHnw7vBmSVcP00P5hM7fDXL0CaLWblAVIrfik4NrOWCe9sSkh6ww== dependencies: "@ember-data/rfc395-data" "^0.0.4" ember-rfc176-data "^0.3.12" @@ -6590,12 +6590,12 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-ghost@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-1.4.0.tgz#cef5ce7779e3f174e9c9b267d9e9b48256750fa2" - integrity sha512-cLeyUfUIlLLBtFJyyPIgxQ0D9UzR3dwRpmGApKnJdlWoXvnc3HElvAPK3qZO9VhSyJQNgGIAd6F0ATIieFXz8w== +eslint-plugin-ghost@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-1.4.1.tgz#727d837d1e9cbb3025a23baf2fccda4f297bea07" + integrity sha512-ChHAQSKPA/qwyhkx5NTk9iA2L60aJEBnpQCqLlqJDaBUK28s6L+lsWz0Lv7Y4I0ZXYa7Wpy9OPPX4GlFFPxDyg== dependencies: - eslint-plugin-ember "8.5.0" + eslint-plugin-ember "8.5.1" eslint-plugin-mocha "6.3.0" eslint-plugin-sort-imports-es6-autofix "0.5.0"