Skip to content

Commit b07d2cc

Browse files
chore(deps): update dependency eslint to v8.41.0 (#1456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bd72bb commit b07d2cc

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/prismjs": "1.26.0",
5353
"@typescript-eslint/parser": "5.59.6",
5454
"autoprefixer": "10.4.14",
55-
"eslint": "8.40.0",
55+
"eslint": "8.41.0",
5656
"eslint-plugin-tailwindcss": "3.12.0",
5757
"gatsby-plugin-postcss": "6.10.0",
5858
"gatsby-plugin-svgr": "^3.0.0-beta.0",

yarn.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,10 +1691,10 @@
16911691
minimatch "^3.1.2"
16921692
strip-json-comments "^3.1.1"
16931693

1694-
"@eslint/js@8.40.0":
1695-
version "8.40.0"
1696-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1697-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1694+
"@eslint/js@8.41.0":
1695+
version "8.41.0"
1696+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1697+
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
16981698

16991699
"@gatsbyjs/parcel-namer-relative-to-cwd@^2.10.0":
17001700
version "2.10.0"
@@ -5890,15 +5890,15 @@ eslint-webpack-plugin@^2.7.0:
58905890
normalize-path "^3.0.0"
58915891
schema-utils "^3.1.1"
58925892

5893-
eslint@8.40.0:
5894-
version "8.40.0"
5895-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
5896-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
5893+
eslint@8.41.0:
5894+
version "8.41.0"
5895+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
5896+
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
58975897
dependencies:
58985898
"@eslint-community/eslint-utils" "^4.2.0"
58995899
"@eslint-community/regexpp" "^4.4.0"
59005900
"@eslint/eslintrc" "^2.0.3"
5901-
"@eslint/js" "8.40.0"
5901+
"@eslint/js" "8.41.0"
59025902
"@humanwhocodes/config-array" "^0.11.8"
59035903
"@humanwhocodes/module-importer" "^1.0.1"
59045904
"@nodelib/fs.walk" "^1.2.8"
@@ -5918,13 +5918,12 @@ eslint@8.40.0:
59185918
find-up "^5.0.0"
59195919
glob-parent "^6.0.2"
59205920
globals "^13.19.0"
5921-
grapheme-splitter "^1.0.4"
5921+
graphemer "^1.4.0"
59225922
ignore "^5.2.0"
59235923
import-fresh "^3.0.0"
59245924
imurmurhash "^0.1.4"
59255925
is-glob "^4.0.0"
59265926
is-path-inside "^3.0.3"
5927-
js-sdsl "^4.1.4"
59285927
js-yaml "^4.1.0"
59295928
json-stable-stringify-without-jsonify "^1.0.1"
59305929
levn "^0.4.1"
@@ -7262,6 +7261,11 @@ grapheme-splitter@^1.0.4:
72627261
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
72637262
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
72647263

7264+
graphemer@^1.4.0:
7265+
version "1.4.0"
7266+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
7267+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
7268+
72657269
graphql-compose@^9.0.10:
72667270
version "9.0.10"
72677271
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.10.tgz#1e870166deb1785761865fe742dea0601d2c77f2"
@@ -8270,11 +8274,6 @@ joi@^17.9.2:
82708274
"@sideway/formula" "^3.0.1"
82718275
"@sideway/pinpoint" "^2.0.0"
82728276

8273-
js-sdsl@^4.1.4:
8274-
version "4.4.0"
8275-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.0.tgz#8b437dbe642daa95760400b602378ed8ffea8430"
8276-
integrity sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==
8277-
82788277
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
82798278
version "4.0.0"
82808279
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)