Skip to content

Commit a3161e7

Browse files
committed
Update dependency eslint to v8.54.0
1 parent d87283f commit a3161e7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.53.0",
36+
"eslint": "8.54.0",
3737
"eslint-plugin-ghost": "3.4.0",
3838
"eslint-plugin-react": "7.33.2"
3939
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@
11961196
minimatch "^3.1.2"
11971197
strip-json-comments "^3.1.1"
11981198

1199-
"@eslint/js@8.53.0":
1200-
version "8.53.0"
1201-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
1202-
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
1199+
"@eslint/js@8.54.0":
1200+
version "8.54.0"
1201+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
1202+
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
12031203

12041204
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.10.0":
12051205
version "1.10.0"
@@ -5397,15 +5397,15 @@ eslint-webpack-plugin@^2.7.0:
53975397
normalize-path "^3.0.0"
53985398
schema-utils "^3.1.1"
53995399

5400-
eslint@8.53.0:
5401-
version "8.53.0"
5402-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
5403-
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
5400+
eslint@8.54.0:
5401+
version "8.54.0"
5402+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
5403+
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
54045404
dependencies:
54055405
"@eslint-community/eslint-utils" "^4.2.0"
54065406
"@eslint-community/regexpp" "^4.6.1"
54075407
"@eslint/eslintrc" "^2.1.3"
5408-
"@eslint/js" "8.53.0"
5408+
"@eslint/js" "8.54.0"
54095409
"@humanwhocodes/config-array" "^0.11.13"
54105410
"@humanwhocodes/module-importer" "^1.0.1"
54115411
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)