Skip to content

Commit ba31550

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

3 files changed

Lines changed: 17 additions & 28 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/benchmark": "2.1.5",
3939
"@types/express": "5.0.6",
4040
"@types/jest": "30.0.0",
41-
"@types/node": "24.10.15",
41+
"@types/node": "24.11.0",
4242
"@types/ramda": "0.31.1",
4343
"babel-jest": "30.2.0",
4444
"@typescript-eslint/eslint-plugin": "8.56.1",
@@ -64,7 +64,7 @@
6464
"graphql-ws": "6.0.7",
6565
"husky": "9.1.7",
6666
"jest": "30.2.0",
67-
"lint-staged": "16.2.7",
67+
"lint-staged": "16.3.1",
6868
"patch-package": "8.0.1",
6969
"prettier": "3.8.1",
7070
"reflect-metadata": "0.2.2",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"pagefind": "1.4.0",
3535
"@theguild/tailwind-config": "0.6.4",
36-
"@types/node": "24.10.15",
36+
"@types/node": "24.11.0",
3737
"@types/react": "19.2.14",
3838
"cross-env": "10.1.0",
3939
"postcss-import": "16.1.1",

yarn.lock

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6455,10 +6455,10 @@
64556455
dependencies:
64566456
"@types/unist" "*"
64576457

6458-
"@types/node@*", "@types/node@24.10.15", "@types/node@>=13.7.0":
6459-
version "24.10.15"
6460-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.15.tgz#83e016a4c3dbf4e672dc257cf4c941527f1a3aa3"
6461-
integrity sha512-BgjLoRuSr0MTI5wA6gMw9Xy0sFudAaUuvrnjgGx9wZ522fYYLA5SYJ+1Y30vTcJEG+DRCyDHx/gzQVfofYzSdg==
6458+
"@types/node@*", "@types/node@24.11.0", "@types/node@>=13.7.0":
6459+
version "24.11.0"
6460+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
6461+
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
64626462
dependencies:
64636463
undici-types "~7.16.0"
64646464

@@ -8086,7 +8086,7 @@ commander@^12.1.0:
80868086
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
80878087
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
80888088

8089-
commander@^14.0.2:
8089+
commander@^14.0.3:
80908090
version "14.0.3"
80918091
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
80928092
integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
@@ -11517,18 +11517,17 @@ lines-and-columns@^1.1.6:
1151711517
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
1151811518
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
1151911519

11520-
lint-staged@16.2.7:
11521-
version "16.2.7"
11522-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz#c4a635960c17b52fe774f1f40aee8ce1bd86531f"
11523-
integrity sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==
11520+
lint-staged@16.3.1:
11521+
version "16.3.1"
11522+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.1.tgz#ab153ee630f0e07fa35d13992af79f42cc2e67a6"
11523+
integrity sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==
1152411524
dependencies:
11525-
commander "^14.0.2"
11525+
commander "^14.0.3"
1152611526
listr2 "^9.0.5"
1152711527
micromatch "^4.0.8"
11528-
nano-spawn "^2.0.0"
11529-
pidtree "^0.6.0"
1153011528
string-argv "^0.3.2"
11531-
yaml "^2.8.1"
11529+
tinyexec "^1.0.2"
11530+
yaml "^2.8.2"
1153211531

1153311532
listr2@^9.0.5:
1153411533
version "9.0.5"
@@ -12697,11 +12696,6 @@ nan@^2.20.0:
1269712696
resolved "https://registry.yarnpkg.com/nan/-/nan-2.25.0.tgz#937ed345e63d9481362a7942d49c4860d27eeabd"
1269812697
integrity sha512-0M90Ag7Xn5KMLLZ7zliPWP3rT90P6PN+IzVFS0VqmnPktBk3700xUVv8Ikm9EUaUE5SDWdp/BIxdENzVznpm1g==
1269912698

12700-
nano-spawn@^2.0.0:
12701-
version "2.0.0"
12702-
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz#f1250434c09ae18870d4f729fc54b406cf85a3e1"
12703-
integrity sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==
12704-
1270512699
nanoid@^3.3.11, nanoid@^3.3.4, nanoid@^3.3.6:
1270612700
version "3.3.11"
1270712701
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
@@ -13284,11 +13278,6 @@ picomatch@^4.0.2, picomatch@^4.0.3:
1328413278
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
1328513279
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
1328613280

13287-
pidtree@^0.6.0:
13288-
version "0.6.0"
13289-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
13290-
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
13291-
1329213281
pify@^2.3.0:
1329313282
version "2.3.0"
1329413283
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -14872,7 +14861,7 @@ tinyexec@^0.3.2:
1487214861
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
1487314862
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
1487414863

14875-
tinyexec@^1.0.1:
14864+
tinyexec@^1.0.1, tinyexec@^1.0.2:
1487614865
version "1.0.2"
1487714866
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
1487814867
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
@@ -15809,7 +15798,7 @@ yaml-js@^0.3.1:
1580915798
resolved "https://registry.yarnpkg.com/yaml-js/-/yaml-js-0.3.1.tgz#8f6f4300063364c2778be30f220736ae5e92c23c"
1581015799
integrity sha512-LjoIFHCtSfkGzPsmYmfDsW+TShtQBcY7lwH1yLQ5brJHXRhjteUnVE2ThCbz1madq8JUZIAjFiavfnIFeTO8CQ==
1581115800

15812-
yaml@^2.2.2, yaml@^2.3.2, yaml@^2.8.1:
15801+
yaml@^2.2.2, yaml@^2.3.2, yaml@^2.8.2:
1581315802
version "2.8.2"
1581415803
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5"
1581515804
integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==

0 commit comments

Comments
 (0)