Skip to content

Commit 819fc23

Browse files
authored
Merge pull request #89 from garageScript/dependabot/npm_and_yarn/eslint-8.42.0
build(deps-dev): bump eslint from 8.40.0 to 8.42.0
2 parents 0148462 + 1e2916f commit 819fc23

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/express": "^4.17.17",
4040
"@typescript-eslint/eslint-plugin": "^5.59.7",
4141
"@typescript-eslint/parser": "^5.59.7",
42-
"eslint": "^8.40.0",
42+
"eslint": "^8.42.0",
4343
"eslint-config-prettier": "^8.8.0",
4444
"husky": "^8.0.3",
4545
"lint-staged": "^13.2.2",

yarn.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,20 @@
8888
minimatch "^3.1.2"
8989
strip-json-comments "^3.1.1"
9090

91-
"@eslint/js@8.40.0":
92-
version "8.40.0"
93-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
94-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
91+
"@eslint/js@8.42.0":
92+
version "8.42.0"
93+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
94+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
9595

9696
"@graphql-typed-document-node/core@^3.2.0":
9797
version "3.2.0"
9898
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
9999
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
100100

101-
"@humanwhocodes/config-array@^0.11.8":
102-
version "0.11.8"
103-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
104-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
101+
"@humanwhocodes/config-array@^0.11.10":
102+
version "0.11.10"
103+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
104+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
105105
dependencies:
106106
"@humanwhocodes/object-schema" "^1.2.1"
107107
debug "^4.1.1"
@@ -741,16 +741,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
741741
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
742742
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
743743

744-
eslint@^8.40.0:
745-
version "8.40.0"
746-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
747-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
744+
eslint@^8.42.0:
745+
version "8.42.0"
746+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
747+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
748748
dependencies:
749749
"@eslint-community/eslint-utils" "^4.2.0"
750750
"@eslint-community/regexpp" "^4.4.0"
751751
"@eslint/eslintrc" "^2.0.3"
752-
"@eslint/js" "8.40.0"
753-
"@humanwhocodes/config-array" "^0.11.8"
752+
"@eslint/js" "8.42.0"
753+
"@humanwhocodes/config-array" "^0.11.10"
754754
"@humanwhocodes/module-importer" "^1.0.1"
755755
"@nodelib/fs.walk" "^1.2.8"
756756
ajv "^6.10.0"
@@ -769,13 +769,12 @@ eslint@^8.40.0:
769769
find-up "^5.0.0"
770770
glob-parent "^6.0.2"
771771
globals "^13.19.0"
772-
grapheme-splitter "^1.0.4"
772+
graphemer "^1.4.0"
773773
ignore "^5.2.0"
774774
import-fresh "^3.0.0"
775775
imurmurhash "^0.1.4"
776776
is-glob "^4.0.0"
777777
is-path-inside "^3.0.3"
778-
js-sdsl "^4.1.4"
779778
js-yaml "^4.1.0"
780779
json-stable-stringify-without-jsonify "^1.0.1"
781780
levn "^0.4.1"
@@ -1070,6 +1069,11 @@ grapheme-splitter@^1.0.4:
10701069
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
10711070
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
10721071

1072+
graphemer@^1.4.0:
1073+
version "1.4.0"
1074+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1075+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1076+
10731077
graphql-request@^6.0.0:
10741078
version "6.0.0"
10751079
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.0.0.tgz#9c8b6a0c341f289e049936d03cc9205300faae1c"
@@ -1216,11 +1220,6 @@ isexe@^2.0.0:
12161220
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
12171221
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
12181222

1219-
js-sdsl@^4.1.4:
1220-
version "4.4.0"
1221-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.0.tgz#8b437dbe642daa95760400b602378ed8ffea8430"
1222-
integrity sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==
1223-
12241223
js-yaml@^4.1.0:
12251224
version "4.1.0"
12261225
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"

0 commit comments

Comments
 (0)