Skip to content

Commit c5b2e57

Browse files
chore(deps): update all non-major dependencies (#794)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c72d6ba commit c5b2e57

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphprotocol/client-cli": "3.0.7",
2020
"@types/node": "20.16.1",
2121
"@types/react": "18.3.4",
22-
"eslint": "9.9.0",
22+
"eslint": "9.9.1",
2323
"eslint-config-next": "14.2.6",
2424
"typescript": "5.5.4"
2525
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,10 +1517,10 @@
15171517
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
15181518
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
15191519

1520-
"@eslint/config-array@^0.17.1":
1521-
version "0.17.1"
1522-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
1523-
integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
1520+
"@eslint/config-array@^0.18.0":
1521+
version "0.18.0"
1522+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
1523+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
15241524
dependencies:
15251525
"@eslint/object-schema" "^2.1.4"
15261526
debug "^4.3.1"
@@ -1541,10 +1541,10 @@
15411541
minimatch "^3.1.2"
15421542
strip-json-comments "^3.1.1"
15431543

1544-
"@eslint/[email protected].0":
1545-
version "9.9.0"
1546-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
1547-
integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
1544+
"@eslint/[email protected].1":
1545+
version "9.9.1"
1546+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
1547+
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
15481548

15491549
"@eslint/object-schema@^2.1.4":
15501550
version "2.1.4"
@@ -4617,16 +4617,16 @@ eslint-visitor-keys@^4.0.0:
46174617
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
46184618
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
46194619

4620-
4621-
version "9.9.0"
4622-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
4623-
integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
4620+
4621+
version "9.9.1"
4622+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
4623+
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
46244624
dependencies:
46254625
"@eslint-community/eslint-utils" "^4.2.0"
46264626
"@eslint-community/regexpp" "^4.11.0"
4627-
"@eslint/config-array" "^0.17.1"
4627+
"@eslint/config-array" "^0.18.0"
46284628
"@eslint/eslintrc" "^3.1.0"
4629-
"@eslint/js" "9.9.0"
4629+
"@eslint/js" "9.9.1"
46304630
"@humanwhocodes/module-importer" "^1.0.1"
46314631
"@humanwhocodes/retry" "^0.3.0"
46324632
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)