Skip to content

Commit 7d82470

Browse files
committed
Update dependency eslint to v8.53.0
1 parent 8633d8a commit 7d82470

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.52.0",
36+
"eslint": "8.53.0",
3737
"eslint-plugin-ghost": "3.4.0",
3838
"eslint-plugin-react": "7.33.2"
3939
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,10 +1173,10 @@
11731173
minimatch "^3.0.4"
11741174
strip-json-comments "^3.1.1"
11751175

1176-
"@eslint/eslintrc@^2.1.2":
1177-
version "2.1.2"
1178-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
1179-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
1176+
"@eslint/eslintrc@^2.1.3":
1177+
version "2.1.3"
1178+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
1179+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
11801180
dependencies:
11811181
ajv "^6.12.4"
11821182
debug "^4.3.2"
@@ -1188,10 +1188,10 @@
11881188
minimatch "^3.1.2"
11891189
strip-json-comments "^3.1.1"
11901190

1191-
"@eslint/js@8.52.0":
1192-
version "8.52.0"
1193-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
1194-
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
1191+
"@eslint/js@8.53.0":
1192+
version "8.53.0"
1193+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
1194+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
11951195

11961196
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.10.0":
11971197
version "1.10.0"
@@ -5389,15 +5389,15 @@ eslint-webpack-plugin@^2.7.0:
53895389
normalize-path "^3.0.0"
53905390
schema-utils "^3.1.1"
53915391

5392-
eslint@8.52.0:
5393-
version "8.52.0"
5394-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc"
5395-
integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==
5392+
eslint@8.53.0:
5393+
version "8.53.0"
5394+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
5395+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
53965396
dependencies:
53975397
"@eslint-community/eslint-utils" "^4.2.0"
53985398
"@eslint-community/regexpp" "^4.6.1"
5399-
"@eslint/eslintrc" "^2.1.2"
5400-
"@eslint/js" "8.52.0"
5399+
"@eslint/eslintrc" "^2.1.3"
5400+
"@eslint/js" "8.53.0"
54015401
"@humanwhocodes/config-array" "^0.11.13"
54025402
"@humanwhocodes/module-importer" "^1.0.1"
54035403
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)