From e5cc0cb130691c01013e19dfb19ee75a9ce830c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 May 2020 17:15:42 +0000 Subject: [PATCH] Update dependency eslint-plugin-ghost to v1.4.0 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 63899251bc..2739c9aa52 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@lodder/grunt-postcss": "2.0.2", "cssnano": "4.1.10", "eslint": "6.8.0", - "eslint-plugin-ghost": "1.3.0", + "eslint-plugin-ghost": "1.4.0", "grunt": "1.1.0", "grunt-bg-shell": "2.3.3", "grunt-contrib-clean": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 0b57e4744e..6e1bfdc597 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2832,21 +2832,21 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-plugin-ember@7.10.1: - version "7.10.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-7.10.1.tgz#9ec731f158fc76a293bfb8055eaceb6b978ae0e7" - integrity sha512-3iOrcUsqZXsri6krYw+8fEH20Es8A2QEkog8fCw/Ldr54SR2/IEO41F7ldOrr0X3h8w9z1W1/v97IlMiGJhXkg== +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== dependencies: "@ember-data/rfc395-data" "^0.0.4" ember-rfc176-data "^0.3.12" snake-case "^3.0.3" -eslint-plugin-ghost@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-1.3.0.tgz#7ba8db9cd577f2c5a9a1cd0cb3c4a61affe8cbf7" - integrity sha512-AvG9n9WIK/e4abtwWUZ2qpaUjHZT1H386ANrNpMYVXMPoCPDZTt27T0T4rk9FlWvNoV3eGPQD8aABaA6cl5Ehw== +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== dependencies: - eslint-plugin-ember "7.10.1" + eslint-plugin-ember "8.5.0" eslint-plugin-mocha "6.3.0" eslint-plugin-sort-imports-es6-autofix "0.5.0"