Skip to content

Commit 3992ddc

Browse files
authored
chore(package.json): bump deps
1 parent f0e0705 commit 3992ddc

File tree

4 files changed

+331
-433
lines changed

4 files changed

+331
-433
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"author": "chimurai",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@fastify/express": "4.0.3",
13+
"@fastify/express": "4.0.4",
1414
"browser-sync": "3.0.4",
1515
"connect": "3.7.0",
1616
"express": "5.2.1",
17-
"fastify": "5.6.2"
17+
"fastify": "5.7.4"
1818
}
1919
}

examples/yarn.lock

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@fastify/ajv-compiler@^4.0.0":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.1.tgz#9567b4c09149a0f342e931c7196a8ed9dc292954"
8-
integrity sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw==
5+
"@fastify/ajv-compiler@^4.0.5":
6+
version "4.0.5"
7+
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz#fdb0887a7af51abaae8c1829e8099d34f8ddd302"
8+
integrity sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==
99
dependencies:
1010
ajv "^8.12.0"
1111
ajv-formats "^3.0.1"
@@ -16,14 +16,13 @@
1616
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-4.0.0.tgz#7842d6161fbce78953638318be99033a0c2d5070"
1717
integrity sha512-OO/SA8As24JtT1usTUTKgGH7uLvhfwZPwlptRi2Dp5P4KKmJI3gvsZ8MIHnNwDs4sLf/aai5LzTyl66xr7qMxA==
1818

19-
"@fastify/express@4.0.3":
20-
version "4.0.3"
21-
resolved "https://registry.yarnpkg.com/@fastify/express/-/express-4.0.3.tgz#be9d55cc15e6fefe7ee95dab5ed17d73eb305a57"
22-
integrity sha512-1JnUC5YbfZWSpP9GdTnjhdTPrvpqxn5BieLImKLyICINbSBdJeMVBN3hm8Vb/NBqMAvfP/1MXOr+RJ1iUr3Xjg==
19+
"@fastify/express@4.0.4":
20+
version "4.0.4"
21+
resolved "https://registry.yarnpkg.com/@fastify/express/-/express-4.0.4.tgz#31a85ca8318de0bff7fbd926177d5a5af2b9b2d2"
22+
integrity sha512-3D4sNT+s66T2yb3ILwv2lU5TB+1sG5gq37Zn1ucCxSk+8P4Bi8QH5Lb6eQ/3tUdg4+W9upWaU+1z0Mt9dTA7hw==
2323
dependencies:
2424
express "^4.18.3"
2525
fastify-plugin "^5.0.0"
26-
find-my-way "^9.4.0"
2726

2827
"@fastify/fast-json-stringify-compiler@^5.0.0":
2928
version "5.0.1"
@@ -726,12 +725,12 @@ fastify-plugin@^5.0.0:
726725
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
727726
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
728727

729-
fastify@5.6.2:
730-
version "5.6.2"
731-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.6.2.tgz#e9bd80c869f54440f62f539d646b1c303b56c40f"
732-
integrity sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==
728+
fastify@5.7.4:
729+
version "5.7.4"
730+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.7.4.tgz#c5779ec5a509f5ea0a6b4232855eddb7125da129"
731+
integrity sha512-e6l5NsRdaEP8rdD8VR0ErJASeyaRbzXYpmkrpr2SuvuMq6Si3lvsaVy5C+7gLanEkvjpMDzBXWE5HPeb/hgTxA==
733732
dependencies:
734-
"@fastify/ajv-compiler" "^4.0.0"
733+
"@fastify/ajv-compiler" "^4.0.5"
735734
"@fastify/error" "^4.0.0"
736735
"@fastify/fast-json-stringify-compiler" "^5.0.0"
737736
"@fastify/proxy-addr" "^5.0.0"
@@ -821,15 +820,6 @@ find-my-way@^9.0.0:
821820
fast-querystring "^1.0.0"
822821
safe-regex2 "^4.0.0"
823822

824-
find-my-way@^9.4.0:
825-
version "9.4.0"
826-
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-9.4.0.tgz#ef9c1e27e6f0b518b0f0af5ae3e349a0c3b4ff59"
827-
integrity sha512-5Ye4vHsypZRYtS01ob/iwHzGRUDELlsoCftI/OZFhcLs1M0tkGPcXldE80TAZC5yYuJMBPJQQ43UHlqbJWiX2w==
828-
dependencies:
829-
fast-deep-equal "^3.1.3"
830-
fast-querystring "^1.0.0"
831-
safe-regex2 "^5.0.0"
832-
833823
follow-redirects@^1.0.0:
834824
version "1.15.6"
835825
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
@@ -1097,9 +1087,9 @@ lodash.isfinite@^3.3.2:
10971087
integrity sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA==
10981088

10991089
lodash@^4.17.10, lodash@^4.17.14:
1100-
version "4.17.21"
1101-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1102-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1090+
version "4.17.23"
1091+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
1092+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
11031093

11041094
math-intrinsics@^1.1.0:
11051095
version "1.1.0"
@@ -1169,9 +1159,9 @@ mime@1.6.0:
11691159
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
11701160

11711161
minimatch@^3.0.2:
1172-
version "3.1.2"
1173-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1174-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
1162+
version "3.1.5"
1163+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
1164+
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
11751165
dependencies:
11761166
brace-expansion "^1.1.7"
11771167

@@ -1336,9 +1326,9 @@ qs@6.13.0:
13361326
side-channel "^1.0.6"
13371327

13381328
qs@^6.14.0:
1339-
version "6.14.1"
1340-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
1341-
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
1329+
version "6.15.0"
1330+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.0.tgz#db8fd5d1b1d2d6b5b33adaf87429805f1909e7b3"
1331+
integrity sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==
13421332
dependencies:
13431333
side-channel "^1.1.0"
13441334

@@ -1450,13 +1440,6 @@ safe-regex2@^4.0.0:
14501440
dependencies:
14511441
ret "~0.5.0"
14521442

1453-
safe-regex2@^5.0.0:
1454-
version "5.0.0"
1455-
resolved "https://registry.yarnpkg.com/safe-regex2/-/safe-regex2-5.0.0.tgz#762e4a4c328603427281d2b99662f2d04e4ae811"
1456-
integrity sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==
1457-
dependencies:
1458-
ret "~0.5.0"
1459-
14601443
safe-stable-stringify@^2.3.1:
14611444
version "2.4.3"
14621445
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
},
5757
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
5858
"devDependencies": {
59-
"@commitlint/cli": "20.3.1",
60-
"@commitlint/config-conventional": "20.3.1",
59+
"@commitlint/cli": "20.4.2",
60+
"@commitlint/config-conventional": "20.4.2",
6161
"@eslint/js": "9.39.2",
6262
"@trivago/prettier-plugin-sort-imports": "6.0.2",
6363
"@types/debug": "4.1.12",
@@ -67,25 +67,25 @@
6767
"@types/jest": "30.0.0",
6868
"@types/micromatch": "4.0.10",
6969
"@types/node": "24.10.2",
70-
"@types/supertest": "6.0.3",
70+
"@types/supertest": "7.2.0",
7171
"@types/ws": "8.18.1",
7272
"body-parser": "2.2.2",
7373
"eslint": "9.39.2",
7474
"express": "5.2.1",
7575
"get-port": "5.1.1",
76-
"globals": "16.5.0",
76+
"globals": "17.3.0",
7777
"husky": "9.1.7",
7878
"jest": "30.2.0",
79-
"lint-staged": "16.2.7",
79+
"lint-staged": "16.3.0",
8080
"mockttp": "4.2.1",
8181
"open": "8.4.2",
8282
"patch-package": "8.0.1",
83-
"pkg-pr-new": "0.0.62",
84-
"prettier": "3.7.4",
83+
"pkg-pr-new": "0.0.65",
84+
"prettier": "3.8.1",
8585
"supertest": "7.2.2",
8686
"ts-jest": "29.4.6",
8787
"typescript": "5.9.3",
88-
"typescript-eslint": "8.52.0",
88+
"typescript-eslint": "8.56.1",
8989
"ws": "8.19.0"
9090
},
9191
"dependencies": {

0 commit comments

Comments
 (0)