Skip to content

Commit 681644b

Browse files
chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 (#107)
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.29.0...v8.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68f145b commit 681644b

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@remix-run/eslint-config": "^1.9.0",
1212
"@types/react": "^18.0.26",
13-
"eslint": "^8.29.0",
13+
"eslint": "^8.30.0",
1414
"eslint-plugin-markdown": "^3.0.0",
1515
"eslint-plugin-prefer-let": "^3.0.1",
1616
"jest": "^29.3.1",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -373,29 +373,29 @@
373373
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
374374
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
375375

376-
"@eslint/eslintrc@^1.3.3":
377-
version "1.3.3"
378-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
379-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
376+
"@eslint/eslintrc@^1.4.0":
377+
version "1.4.0"
378+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
379+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
380380
dependencies:
381381
ajv "^6.12.4"
382382
debug "^4.3.2"
383383
espree "^9.4.0"
384-
globals "^13.15.0"
384+
globals "^13.19.0"
385385
ignore "^5.2.0"
386386
import-fresh "^3.2.1"
387387
js-yaml "^4.1.0"
388388
minimatch "^3.1.2"
389389
strip-json-comments "^3.1.1"
390390

391-
"@humanwhocodes/config-array@^0.11.6":
392-
version "0.11.6"
393-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
394-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
391+
"@humanwhocodes/config-array@^0.11.8":
392+
version "0.11.8"
393+
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
394+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
395395
dependencies:
396396
"@humanwhocodes/object-schema" "^1.2.1"
397397
debug "^4.1.1"
398-
minimatch "^3.0.4"
398+
minimatch "^3.0.5"
399399

400400
"@humanwhocodes/module-importer@^1.0.1":
401401
version "1.0.1"
@@ -1742,13 +1742,13 @@ eslint-visitor-keys@^3.3.0:
17421742
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
17431743
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
17441744

1745-
eslint@^8.29.0:
1746-
version "8.29.0"
1747-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
1748-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
1745+
eslint@^8.30.0:
1746+
version "8.30.0"
1747+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
1748+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
17491749
dependencies:
1750-
"@eslint/eslintrc" "^1.3.3"
1751-
"@humanwhocodes/config-array" "^0.11.6"
1750+
"@eslint/eslintrc" "^1.4.0"
1751+
"@humanwhocodes/config-array" "^0.11.8"
17521752
"@humanwhocodes/module-importer" "^1.0.1"
17531753
"@nodelib/fs.walk" "^1.2.8"
17541754
ajv "^6.10.0"
@@ -1767,7 +1767,7 @@ eslint@^8.29.0:
17671767
file-entry-cache "^6.0.1"
17681768
find-up "^5.0.0"
17691769
glob-parent "^6.0.2"
1770-
globals "^13.15.0"
1770+
globals "^13.19.0"
17711771
grapheme-splitter "^1.0.4"
17721772
ignore "^5.2.0"
17731773
import-fresh "^3.0.0"
@@ -2047,10 +2047,10 @@ globals@^11.1.0:
20472047
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
20482048
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
20492049

2050-
globals@^13.15.0:
2051-
version "13.17.0"
2052-
resolved "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4"
2053-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
2050+
globals@^13.19.0:
2051+
version "13.19.0"
2052+
resolved "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
2053+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
20542054
dependencies:
20552055
type-fest "^0.20.2"
20562056

@@ -2962,7 +2962,7 @@ mimic-fn@^2.1.0:
29622962
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
29632963
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
29642964

2965-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
2965+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
29662966
version "3.1.2"
29672967
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
29682968
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)