diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 4a5c9d62c1..2d4db03612 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -61,7 +61,7 @@ ] }, "devDependencies": { - "eslint-plugin-ghost": "2.0.0", + "eslint-plugin-ghost": "2.1.0", "rewire": "5.0.0", "webpack-cli": "3.3.12" } diff --git a/ghost/portal/yarn.lock b/ghost/portal/yarn.lock index 36da8acf88..27fbe2f870 100644 --- a/ghost/portal/yarn.lock +++ b/ghost/portal/yarn.lock @@ -4163,10 +4163,10 @@ eslint-plugin-flowtype@4.6.0: dependencies: lodash "^4.17.15" -eslint-plugin-ghost@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.0.0.tgz#14e67180188850abf978df772e02bb74b1832374" - integrity sha512-BlygF0CZr/38ena3qztpyCuo7z1KsbbjEz0FO3zjfg+V6Id5wcZsKTaOdFHFZwyDl4kBm5jujFAsWILh/DtNiQ== +eslint-plugin-ghost@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.1.0.tgz#811402f32e6339be526368b1ce1b3b4be26a2e4d" + integrity sha512-zeAFtxthQ8GaC1LV4e+n6DMfLfl8AEAagYT63SQ1jYzYykK4Wmh0xEADMR0tZFl8eHzTornAyQWmWSwS7CUkXQ== dependencies: eslint-plugin-ember "9.3.0" eslint-plugin-mocha "8.0.0"