Skip to content

Commit 8258665

Browse files
Update Test & linting packages
1 parent b163ea4 commit 8258665

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
2020
},
2121
"devDependencies": {
22-
"eslint": "8.22.0",
22+
"eslint": "8.23.0",
2323
"eslint-plugin-ghost": "2.15.1",
24-
"eslint-plugin-react": "7.31.0",
24+
"eslint-plugin-react": "7.31.1",
2525
"mocha": "10.0.0",
2626
"should": "13.2.3",
2727
"sinon": "14.0.0"

yarn.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,14 +1009,14 @@
10091009
minimatch "^3.0.4"
10101010
strip-json-comments "^3.1.1"
10111011

1012-
"@eslint/eslintrc@^1.3.0":
1013-
version "1.3.0"
1014-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1015-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1012+
"@eslint/eslintrc@^1.3.1":
1013+
version "1.3.1"
1014+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1015+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
10161016
dependencies:
10171017
ajv "^6.12.4"
10181018
debug "^4.3.2"
1019-
espree "^9.3.2"
1019+
espree "^9.4.0"
10201020
globals "^13.15.0"
10211021
ignore "^5.2.0"
10221022
import-fresh "^3.2.1"
@@ -1056,6 +1056,11 @@
10561056
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
10571057
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
10581058

1059+
"@humanwhocodes/module-importer@^1.0.1":
1060+
version "1.0.1"
1061+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1062+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1063+
10591064
"@humanwhocodes/object-schema@^1.2.0", "@humanwhocodes/object-schema@^1.2.1":
10601065
version "1.2.1"
10611066
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2324,10 +2329,10 @@ [email protected]:
23242329
resolve "^1.10.1"
23252330
semver "^6.1.0"
23262331

2327-
2328-
version "7.31.0"
2329-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz#fd3f81c9db5971095b3521ede22781afd37442b0"
2330-
integrity sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==
2332+
2333+
version "7.31.1"
2334+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz#d29793ed27743f3ed8a473c347b1bf5a0a8fb9af"
2335+
integrity sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==
23312336
dependencies:
23322337
array-includes "^3.1.5"
23332338
array.prototype.flatmap "^1.3.0"
@@ -2414,14 +2419,15 @@ eslint-visitor-keys@^3.3.0:
24142419
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
24152420
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24162421

2417-
eslint@8.22.0:
2418-
version "8.22.0"
2419-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
2420-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
2422+
eslint@8.23.0:
2423+
version "8.23.0"
2424+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2425+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
24212426
dependencies:
2422-
"@eslint/eslintrc" "^1.3.0"
2427+
"@eslint/eslintrc" "^1.3.1"
24232428
"@humanwhocodes/config-array" "^0.10.4"
24242429
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2430+
"@humanwhocodes/module-importer" "^1.0.1"
24252431
ajv "^6.10.0"
24262432
chalk "^4.0.0"
24272433
cross-spawn "^7.0.2"
@@ -2431,7 +2437,7 @@ [email protected]:
24312437
eslint-scope "^7.1.1"
24322438
eslint-utils "^3.0.0"
24332439
eslint-visitor-keys "^3.3.0"
2434-
espree "^9.3.3"
2440+
espree "^9.4.0"
24352441
esquery "^1.4.0"
24362442
esutils "^2.0.2"
24372443
fast-deep-equal "^3.1.3"
@@ -2457,7 +2463,6 @@ [email protected]:
24572463
strip-ansi "^6.0.1"
24582464
strip-json-comments "^3.1.0"
24592465
text-table "^0.2.0"
2460-
v8-compile-cache "^2.0.3"
24612466

24622467
eslint@^7.32.0:
24632468
version "7.32.0"
@@ -2514,10 +2519,10 @@ espree@^7.3.0, espree@^7.3.1:
25142519
acorn-jsx "^5.3.1"
25152520
eslint-visitor-keys "^1.3.0"
25162521

2517-
espree@^9.3.2, espree@^9.3.3:
2518-
version "9.3.3"
2519-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
2520-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2522+
espree@^9.4.0:
2523+
version "9.4.0"
2524+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2525+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
25212526
dependencies:
25222527
acorn "^8.8.0"
25232528
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)