Skip to content

Commit b85437b

Browse files
Update dependency eslint-plugin-ghost to v2.16.0
1 parent 1c02fc6 commit b85437b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"eslint": "8.24.0",
23-
"eslint-plugin-ghost": "2.15.1",
23+
"eslint-plugin-ghost": "2.16.0",
2424
"eslint-plugin-react": "7.31.8",
2525
"mocha": "10.0.0",
2626
"should": "13.2.3",

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-json": "4.1.0",
3737
"c8": "7.12.0",
3838
"core-js": "3.25.5",
39-
"eslint-plugin-ghost": "2.15.1",
39+
"eslint-plugin-ghost": "2.16.0",
4040
"mocha": "10.0.0",
4141
"rollup": "2.79.1",
4242
"rollup-plugin-babel": "4.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,10 +2348,10 @@ escodegen@^2.0.0:
23482348
optionalDependencies:
23492349
source-map "~0.6.1"
23502350

2351-
2352-
version "11.0.5"
2353-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.5.tgz#b4a1ce7df123e6b2d18c148b9340e62d32bc6b98"
2354-
integrity sha512-Hc6aQ6lsdjf9xPrgO0rRY5EjTSIssUEJ4IJZU+idtexead0DX1C5hZDgG9XTKYQIYwRR3JFFC5R4h6KOPCcQRQ==
2351+
2352+
version "11.0.6"
2353+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.6.tgz#95fc44639b9f8f3d5a0f7a20bd06903a32194798"
2354+
integrity sha512-iQzqn8/GdBbNv2T3YetpjEBemoH0v9e9ea8Bu6JLOX2TN+HMK2l52/QBRFgrnaxLXBjPO3iy2c3sCieYV27EvQ==
23552355
dependencies:
23562356
"@ember-data/rfc395-data" "^0.0.4"
23572357
css-tree "^2.0.4"
@@ -2380,13 +2380,13 @@ [email protected]:
23802380
lodash.snakecase "4.1.1"
23812381
lodash.upperfirst "4.3.1"
23822382

2383-
eslint-plugin-ghost@2.15.1:
2384-
version "2.15.1"
2385-
resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.15.1.tgz#fef07109ef99c344e5400bded638824e3c02ecec"
2386-
integrity sha512-ou8YgfnM0aJhfonjzLnKJSdqm9tYxoY6ZBA9dMS//PV1JEp4YDvCPSvkyRNcjx2nuVpglYEL6EKnXKHnmR2mHw==
2383+
eslint-plugin-ghost@2.16.0:
2384+
version "2.16.0"
2385+
resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-2.16.0.tgz#ec85aa6e5e690c9808c04a30f102a8728d66d12a"
2386+
integrity sha512-yEMAH9ZY/4w5zqZwe+ZdFlg9Uyumi1OuAjqoq4FApA2POehgaT3e1ZwR/P1hmjFx9yqLibaL5J6dTocFsj0yew==
23872387
dependencies:
23882388
"@kapouer/eslint-plugin-no-return-in-loop" "1.0.0"
2389-
eslint-plugin-ember "11.0.5"
2389+
eslint-plugin-ember "11.0.6"
23902390
eslint-plugin-filenames "1.3.2"
23912391
eslint-plugin-mocha "7.0.1"
23922392
eslint-plugin-node "11.1.0"

0 commit comments

Comments
 (0)