Skip to content

Commit bb6073b

Browse files
chore(deps): update all non-major dependencies
1 parent a1eb882 commit bb6073b

File tree

3 files changed

+81
-71
lines changed

3 files changed

+81
-71
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"packages/*"
2626
],
2727
"devDependencies": {
28-
"@typescript-eslint/eslint-plugin": "7.2.0",
29-
"@typescript-eslint/parser": "7.2.0",
28+
"@typescript-eslint/eslint-plugin": "7.3.1",
29+
"@typescript-eslint/parser": "7.3.1",
3030
"eslint": "8.57.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.8.0",
3434
"eslint-plugin-prettier": "^5.1.3",
35-
"eslint-plugin-react": "7.34.0",
35+
"eslint-plugin-react": "7.34.1",
3636
"gatsby-plugin-postcss": "^6.13.1",
3737
"husky": "8.0.3",
3838
"lint-staged": "15.2.2",

packages/gatsby-theme-iterative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"devDependencies": {
7979
"@types/hast": "3.0.4",
8080
"stylelint": "15.11.0",
81-
"typescript": "5.4.2"
81+
"typescript": "5.4.3"
8282
},
8383
"peerDependencies": {
8484
"gatsby": "^5.0.0",

yarn.lock

Lines changed: 77 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,16 +2782,16 @@
27822782
resolved "https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz"
27832783
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
27842784

2785-
"@typescript-eslint/eslint-plugin@7.2.0":
2786-
version "7.2.0"
2787-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
2788-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
2785+
"@typescript-eslint/eslint-plugin@7.3.1":
2786+
version "7.3.1"
2787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.3.1.tgz#0d8f38a6c8a1802139e62184ee7a68ed024f30a1"
2788+
integrity sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==
27892789
dependencies:
27902790
"@eslint-community/regexpp" "^4.5.1"
2791-
"@typescript-eslint/scope-manager" "7.2.0"
2792-
"@typescript-eslint/type-utils" "7.2.0"
2793-
"@typescript-eslint/utils" "7.2.0"
2794-
"@typescript-eslint/visitor-keys" "7.2.0"
2791+
"@typescript-eslint/scope-manager" "7.3.1"
2792+
"@typescript-eslint/type-utils" "7.3.1"
2793+
"@typescript-eslint/utils" "7.3.1"
2794+
"@typescript-eslint/visitor-keys" "7.3.1"
27952795
debug "^4.3.4"
27962796
graphemer "^1.4.0"
27972797
ignore "^5.2.4"
@@ -2815,15 +2815,15 @@
28152815
semver "^7.3.7"
28162816
tsutils "^3.21.0"
28172817

2818-
"@typescript-eslint/parser@7.2.0":
2819-
version "7.2.0"
2820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
2821-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
2818+
"@typescript-eslint/parser@7.3.1":
2819+
version "7.3.1"
2820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.3.1.tgz#c4ba7dc2744318a5e4506596cbc3a0086255c526"
2821+
integrity sha512-Rq49+pq7viTRCH48XAbTA+wdLRrB/3sRq4Lpk0oGDm0VmnjBrAOVXH/Laalmwsv2VpekiEfVFwJYVk6/e8uvQw==
28222822
dependencies:
2823-
"@typescript-eslint/scope-manager" "7.2.0"
2824-
"@typescript-eslint/types" "7.2.0"
2825-
"@typescript-eslint/typescript-estree" "7.2.0"
2826-
"@typescript-eslint/visitor-keys" "7.2.0"
2823+
"@typescript-eslint/scope-manager" "7.3.1"
2824+
"@typescript-eslint/types" "7.3.1"
2825+
"@typescript-eslint/typescript-estree" "7.3.1"
2826+
"@typescript-eslint/visitor-keys" "7.3.1"
28272827
debug "^4.3.4"
28282828

28292829
"@typescript-eslint/parser@^5.60.1":
@@ -2844,13 +2844,13 @@
28442844
"@typescript-eslint/types" "5.62.0"
28452845
"@typescript-eslint/visitor-keys" "5.62.0"
28462846

2847-
"@typescript-eslint/scope-manager@7.2.0":
2848-
version "7.2.0"
2849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
2850-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
2847+
"@typescript-eslint/scope-manager@7.3.1":
2848+
version "7.3.1"
2849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.3.1.tgz#73fd0cb4211a7be23e49e5b6efec8820caa6ec36"
2850+
integrity sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==
28512851
dependencies:
2852-
"@typescript-eslint/types" "7.2.0"
2853-
"@typescript-eslint/visitor-keys" "7.2.0"
2852+
"@typescript-eslint/types" "7.3.1"
2853+
"@typescript-eslint/visitor-keys" "7.3.1"
28542854

28552855
"@typescript-eslint/[email protected]":
28562856
version "5.62.0"
@@ -2862,13 +2862,13 @@
28622862
debug "^4.3.4"
28632863
tsutils "^3.21.0"
28642864

2865-
"@typescript-eslint/type-utils@7.2.0":
2866-
version "7.2.0"
2867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
2868-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
2865+
"@typescript-eslint/type-utils@7.3.1":
2866+
version "7.3.1"
2867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.3.1.tgz#cbf90d3d7e788466aa8a5c0ab3f46103f098aa0d"
2868+
integrity sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==
28692869
dependencies:
2870-
"@typescript-eslint/typescript-estree" "7.2.0"
2871-
"@typescript-eslint/utils" "7.2.0"
2870+
"@typescript-eslint/typescript-estree" "7.3.1"
2871+
"@typescript-eslint/utils" "7.3.1"
28722872
debug "^4.3.4"
28732873
ts-api-utils "^1.0.1"
28742874

@@ -2877,10 +2877,10 @@
28772877
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
28782878
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
28792879

2880-
"@typescript-eslint/types@7.2.0":
2881-
version "7.2.0"
2882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
2883-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
2880+
"@typescript-eslint/types@7.3.1":
2881+
version "7.3.1"
2882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
2883+
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
28842884

28852885
"@typescript-eslint/[email protected]":
28862886
version "5.62.0"
@@ -2895,13 +2895,13 @@
28952895
semver "^7.3.7"
28962896
tsutils "^3.21.0"
28972897

2898-
"@typescript-eslint/typescript-estree@7.2.0":
2899-
version "7.2.0"
2900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
2901-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
2898+
"@typescript-eslint/typescript-estree@7.3.1":
2899+
version "7.3.1"
2900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.3.1.tgz#598848195fad34c7aa73f548bd00a4d4e5f5e2bb"
2901+
integrity sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==
29022902
dependencies:
2903-
"@typescript-eslint/types" "7.2.0"
2904-
"@typescript-eslint/visitor-keys" "7.2.0"
2903+
"@typescript-eslint/types" "7.3.1"
2904+
"@typescript-eslint/visitor-keys" "7.3.1"
29052905
debug "^4.3.4"
29062906
globby "^11.1.0"
29072907
is-glob "^4.0.3"
@@ -2923,17 +2923,17 @@
29232923
eslint-scope "^5.1.1"
29242924
semver "^7.3.7"
29252925

2926-
"@typescript-eslint/utils@7.2.0":
2927-
version "7.2.0"
2928-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
2929-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
2926+
"@typescript-eslint/utils@7.3.1":
2927+
version "7.3.1"
2928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.3.1.tgz#fc28fd508ccf89495012561b7c02a6fdad162460"
2929+
integrity sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==
29302930
dependencies:
29312931
"@eslint-community/eslint-utils" "^4.4.0"
29322932
"@types/json-schema" "^7.0.12"
29332933
"@types/semver" "^7.5.0"
2934-
"@typescript-eslint/scope-manager" "7.2.0"
2935-
"@typescript-eslint/types" "7.2.0"
2936-
"@typescript-eslint/typescript-estree" "7.2.0"
2934+
"@typescript-eslint/scope-manager" "7.3.1"
2935+
"@typescript-eslint/types" "7.3.1"
2936+
"@typescript-eslint/typescript-estree" "7.3.1"
29372937
semver "^7.5.4"
29382938

29392939
"@typescript-eslint/[email protected]":
@@ -2944,12 +2944,12 @@
29442944
"@typescript-eslint/types" "5.62.0"
29452945
eslint-visitor-keys "^3.3.0"
29462946

2947-
"@typescript-eslint/visitor-keys@7.2.0":
2948-
version "7.2.0"
2949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
2950-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
2947+
"@typescript-eslint/visitor-keys@7.3.1":
2948+
version "7.3.1"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.3.1.tgz#6ddef14a3ce2a79690f01176f5305c34d7b93d8c"
2950+
integrity sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==
29512951
dependencies:
2952-
"@typescript-eslint/types" "7.2.0"
2952+
"@typescript-eslint/types" "7.3.1"
29532953
eslint-visitor-keys "^3.4.1"
29542954

29552955
"@ungap/structured-clone@^1.2.0":
@@ -3529,12 +3529,12 @@ autoprefixer@^10.4.14:
35293529
postcss-value-parser "^4.2.0"
35303530

35313531
autoprefixer@^10.4.18:
3532-
version "10.4.18"
3533-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.18.tgz#fcb171a3b017be7cb5d8b7a825f5aacbf2045163"
3534-
integrity sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==
3532+
version "10.4.19"
3533+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
3534+
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
35353535
dependencies:
35363536
browserslist "^4.23.0"
3537-
caniuse-lite "^1.0.30001591"
3537+
caniuse-lite "^1.0.30001599"
35383538
fraction.js "^4.3.7"
35393539
normalize-range "^0.1.2"
35403540
picocolors "^1.0.0"
@@ -4042,11 +4042,16 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
40424042
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz"
40434043
integrity sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==
40444044

4045-
caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001591:
4045+
caniuse-lite@^1.0.30001587:
40464046
version "1.0.30001597"
40474047
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz#8be94a8c1d679de23b22fbd944232aa1321639e6"
40484048
integrity sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w==
40494049

4050+
caniuse-lite@^1.0.30001599:
4051+
version "1.0.30001600"
4052+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079"
4053+
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==
4054+
40504055
capital-case@^1.0.4:
40514056
version "1.0.4"
40524057
resolved "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz"
@@ -5678,10 +5683,10 @@ eslint-plugin-react-hooks@^4.6.0:
56785683
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz"
56795684
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
56805685

5681-
5682-
version "7.34.0"
5683-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz#ab71484d54fc409c37025c5eca00eb4177a5e88c"
5684-
integrity sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==
5686+
5687+
version "7.34.1"
5688+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
5689+
integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
56855690
dependencies:
56865691
array-includes "^3.1.7"
56875692
array.prototype.findlast "^1.2.4"
@@ -10819,13 +10824,13 @@ postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11, postcss@^8.4.23, postcss@^8.4.
1081910824
source-map-js "^1.0.2"
1082010825

1082110826
postcss@^8.4.35:
10822-
version "8.4.35"
10823-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
10824-
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
10827+
version "8.4.38"
10828+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
10829+
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
1082510830
dependencies:
1082610831
nanoid "^3.3.7"
1082710832
picocolors "^1.0.0"
10828-
source-map-js "^1.0.2"
10833+
source-map-js "^1.2.0"
1082910834

1083010835
prebuild-install@^7.1.1:
1083110836
version "7.1.1"
@@ -12403,6 +12408,11 @@ source-map-js@^1.0.1, source-map-js@^1.0.2:
1240312408
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
1240412409
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
1240512410

12411+
source-map-js@^1.2.0:
12412+
version "1.2.0"
12413+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
12414+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
12415+
1240612416
source-map-support@~0.5.20:
1240712417
version "0.5.21"
1240812418
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz"
@@ -13389,10 +13399,10 @@ typedarray@^0.0.6:
1338913399
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
1339013400
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1339113401

13392-
13393-
version "5.4.2"
13394-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
13395-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
13402+
13403+
version "5.4.3"
13404+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
13405+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
1339613406

1339713407
ua-parser-js@^1.0.35:
1339813408
version "1.0.37"

0 commit comments

Comments
 (0)