Skip to content

Commit 0a7762d

Browse files
chore(deps): update all non-major dependencies
1 parent 13472dc commit 0a7762d

File tree

6 files changed

+58
-58
lines changed

6 files changed

+58
-58
lines changed

bundle-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"webpack-cli": "6.0.1"
1414
},
1515
"resolutions": {
16-
"axios": "1.9.0"
16+
"axios": "1.10.0"
1717
},
1818
"bundlesize": [
1919
{

bundle-test/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ asynckit@^0.4.0:
292292
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
293293
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
294294

295-
axios@1.6.0, axios@1.9.0, axios@^1.6.2:
296-
version "1.9.0"
297-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
298-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
295+
axios@1.10.0, axios@1.6.0, axios@^1.6.2:
296+
version "1.10.0"
297+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
298+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
299299
dependencies:
300300
follow-redirects "^1.15.6"
301301
form-data "^4.0.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.15.31",
67+
"@types/node": "22.15.32",
6868
"@typescript-eslint/eslint-plugin": "8.34.0",
6969
"@typescript-eslint/parser": "8.34.0",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
72-
"eslint": "9.28.0",
72+
"eslint": "9.29.0",
7373
"eslint-config-prettier": "10.1.5",
7474
"eslint-config-standard": "17.1.0",
7575
"eslint-plugin-import": "2.31.0",
@@ -80,7 +80,7 @@
8080
"husky": "9.1.7",
8181
"jest": "29.7.0",
8282
"json-bigint-patch": "0.0.8",
83-
"lint-staged": "16.1.0",
83+
"lint-staged": "16.1.2",
8484
"mockdate": "3.0.5",
8585
"mongodb": "6.17.0",
8686
"prettier": "3.5.3",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.15.31",
22+
"@types/node": "22.15.32",
2323
"@types/react": "19.1.8",
2424
"cross-env": "7.0.3",
2525
"next-sitemap": "4.2.3",
26-
"postcss-import": "16.1.0",
26+
"postcss-import": "16.1.1",
2727
"postcss-lightningcss": "1.0.1",
2828
"pagefind": "1.3.0",
2929
"tailwindcss": "3.4.17",

website/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@
12081208
dependencies:
12091209
"@types/unist" "*"
12101210

1211-
"@types/[email protected].31":
1212-
version "22.15.31"
1213-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f"
1214-
integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==
1211+
"@types/[email protected].32":
1212+
version "22.15.32"
1213+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
1214+
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
12151215
dependencies:
12161216
undici-types "~6.21.0"
12171217

@@ -3813,10 +3813,10 @@ points-on-path@^0.2.1:
38133813
path-data-parser "0.1.0"
38143814
points-on-curve "0.2.0"
38153815

3816-
3817-
version "16.1.0"
3818-
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.1.0.tgz#258732175518129667fe1e2e2a05b19b5654b96a"
3819-
integrity sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==
3816+
3817+
version "16.1.1"
3818+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.1.1.tgz#cfbe79e6c9232b0dbbe1c18f35308825cfe8ff2a"
3819+
integrity sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==
38203820
dependencies:
38213821
postcss-value-parser "^4.0.0"
38223822
read-cache "^1.0.0"

yarn.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,10 +1145,10 @@
11451145
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
11461146
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11471147

1148-
"@eslint/config-array@^0.20.0":
1149-
version "0.20.0"
1150-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
1151-
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
1148+
"@eslint/config-array@^0.20.1":
1149+
version "0.20.1"
1150+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.1.tgz#454f89be82b0e5b1ae872c154c7e2f3dd42c3979"
1151+
integrity sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==
11521152
dependencies:
11531153
"@eslint/object-schema" "^2.1.6"
11541154
debug "^4.3.1"
@@ -1181,10 +1181,10 @@
11811181
minimatch "^3.1.2"
11821182
strip-json-comments "^3.1.1"
11831183

1184-
"@eslint/js@9.28.0":
1185-
version "9.28.0"
1186-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
1187-
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
1184+
"@eslint/js@9.29.0":
1185+
version "9.29.0"
1186+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
1187+
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
11881188

11891189
"@eslint/object-schema@^2.1.6":
11901190
version "2.1.6"
@@ -1683,10 +1683,10 @@
16831683
dependencies:
16841684
mongodb "*"
16851685

1686-
"@types/node@*", "@types/[email protected].31":
1687-
version "22.15.31"
1688-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f"
1689-
integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==
1686+
"@types/node@*", "@types/[email protected].32":
1687+
version "22.15.32"
1688+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
1689+
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
16901690
dependencies:
16911691
undici-types "~6.21.0"
16921692

@@ -1833,7 +1833,7 @@ acorn-jsx@^5.3.2:
18331833
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
18341834
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
18351835

1836-
acorn@^8.14.0:
1836+
acorn@^8.15.0:
18371837
version "8.15.0"
18381838
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
18391839
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -2764,10 +2764,10 @@ [email protected]:
27642764
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
27652765
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
27662766

2767-
eslint-scope@^8.3.0:
2768-
version "8.3.0"
2769-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
2770-
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
2767+
eslint-scope@^8.4.0:
2768+
version "8.4.0"
2769+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
2770+
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
27712771
dependencies:
27722772
esrecurse "^4.3.0"
27732773
estraverse "^5.2.0"
@@ -2777,23 +2777,23 @@ eslint-visitor-keys@^3.4.3:
27772777
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27782778
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27792779

2780-
eslint-visitor-keys@^4.2.0:
2781-
version "4.2.0"
2782-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2783-
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2780+
eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
2781+
version "4.2.1"
2782+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2783+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
27842784

2785-
eslint@9.28.0:
2786-
version "9.28.0"
2787-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
2788-
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
2785+
eslint@9.29.0:
2786+
version "9.29.0"
2787+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.29.0.tgz#65e3db3b7e5a5b04a8af541741a0f3648d0a81a6"
2788+
integrity sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==
27892789
dependencies:
27902790
"@eslint-community/eslint-utils" "^4.2.0"
27912791
"@eslint-community/regexpp" "^4.12.1"
2792-
"@eslint/config-array" "^0.20.0"
2792+
"@eslint/config-array" "^0.20.1"
27932793
"@eslint/config-helpers" "^0.2.1"
27942794
"@eslint/core" "^0.14.0"
27952795
"@eslint/eslintrc" "^3.3.1"
2796-
"@eslint/js" "9.28.0"
2796+
"@eslint/js" "9.29.0"
27972797
"@eslint/plugin-kit" "^0.3.1"
27982798
"@humanfs/node" "^0.16.6"
27992799
"@humanwhocodes/module-importer" "^1.0.1"
@@ -2805,9 +2805,9 @@ [email protected]:
28052805
cross-spawn "^7.0.6"
28062806
debug "^4.3.2"
28072807
escape-string-regexp "^4.0.0"
2808-
eslint-scope "^8.3.0"
2809-
eslint-visitor-keys "^4.2.0"
2810-
espree "^10.3.0"
2808+
eslint-scope "^8.4.0"
2809+
eslint-visitor-keys "^4.2.1"
2810+
espree "^10.4.0"
28112811
esquery "^1.5.0"
28122812
esutils "^2.0.2"
28132813
fast-deep-equal "^3.1.3"
@@ -2823,14 +2823,14 @@ [email protected]:
28232823
natural-compare "^1.4.0"
28242824
optionator "^0.9.3"
28252825

2826-
espree@^10.0.1, espree@^10.3.0:
2827-
version "10.3.0"
2828-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
2829-
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
2826+
espree@^10.0.1, espree@^10.4.0:
2827+
version "10.4.0"
2828+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
2829+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
28302830
dependencies:
2831-
acorn "^8.14.0"
2831+
acorn "^8.15.0"
28322832
acorn-jsx "^5.3.2"
2833-
eslint-visitor-keys "^4.2.0"
2833+
eslint-visitor-keys "^4.2.1"
28342834

28352835
esprima@^4.0.0:
28362836
version "4.0.1"
@@ -4142,10 +4142,10 @@ lines-and-columns@^1.1.6:
41424142
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
41434143
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
41444144

4145-
4146-
version "16.1.0"
4147-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.0.tgz#06807ef3dbbade9e4e3416897aac0ac5b99a2377"
4148-
integrity sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ==
4145+
4146+
version "16.1.2"
4147+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.2.tgz#8cb84daa844f39c7a9790dd2c0caa327125ef059"
4148+
integrity sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==
41494149
dependencies:
41504150
chalk "^5.4.1"
41514151
commander "^14.0.0"

0 commit comments

Comments
 (0)