Skip to content

Commit bea6780

Browse files
authored
chore(package.json): bump dev deps (#1083)
* chore(package.json): bump dev deps * chore(examples): bump deps
1 parent 5d9f46f commit bea6780

File tree

4 files changed

+261
-237
lines changed

4 files changed

+261
-237
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.1",
13+
"@fastify/express": "4.0.2",
1414
"browser-sync": "3.0.3",
1515
"connect": "3.7.0",
1616
"express": "4.21.2",
17-
"fastify": "5.1.0"
17+
"fastify": "5.2.1"
1818
}
1919
}

examples/yarn.lock

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
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.1":
20-
version "4.0.1"
21-
resolved "https://registry.yarnpkg.com/@fastify/express/-/express-4.0.1.tgz#8f0b9e947f9fa951fc977010cab8e24e16563476"
22-
integrity sha512-mEQ6pawaENeZ3swqVtkxdLi8NQC5eKBkclE+7ma1qQMuB+yI6WxDyEp55pdbqPIqBQTN/cGgHv84qxVS7NKC2Q==
19+
"@fastify/express@4.0.2":
20+
version "4.0.2"
21+
resolved "https://registry.yarnpkg.com/@fastify/express/-/express-4.0.2.tgz#27910e409180e91e8c3d40935ceccfdab47a540f"
22+
integrity sha512-lzu9MLdjlsK4Q2RiqEAwTgwQPrWQVP0kmbgAi/w9rIUqtnacjKvj3EHVTR6PIvXDs6Ut1jnTHiGbuNxHTsZwHQ==
2323
dependencies:
2424
express "^4.18.3"
2525
fastify-plugin "^5.0.0"
@@ -31,13 +31,26 @@
3131
dependencies:
3232
fast-json-stringify "^6.0.0"
3333

34+
"@fastify/forwarded@^3.0.0":
35+
version "3.0.0"
36+
resolved "https://registry.yarnpkg.com/@fastify/forwarded/-/forwarded-3.0.0.tgz#0fc96cdbbb5a38ad453d2d5533a34f09b4949b37"
37+
integrity sha512-kJExsp4JCms7ipzg7SJ3y8DwmePaELHxKYtg+tZow+k0znUTf3cb+npgyqm8+ATZOdmfgfydIebPDWM172wfyA==
38+
3439
"@fastify/merge-json-schemas@^0.1.1":
3540
version "0.1.1"
3641
resolved "https://registry.yarnpkg.com/@fastify/merge-json-schemas/-/merge-json-schemas-0.1.1.tgz#3551857b8a17a24e8c799e9f51795edb07baa0bc"
3742
integrity sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==
3843
dependencies:
3944
fast-deep-equal "^3.1.3"
4045

46+
"@fastify/proxy-addr@^5.0.0":
47+
version "5.0.0"
48+
resolved "https://registry.yarnpkg.com/@fastify/proxy-addr/-/proxy-addr-5.0.0.tgz#e9d1c7a49b8380d9f92a879fdc623ac47ee27de3"
49+
integrity sha512-37qVVA1qZ5sgH7KpHkkC4z9SK6StIsIcOmpjvMPXNb3vx2GQxhZocogVYbr2PbbeLCQxYIPDok307xEvRZOzGA==
50+
dependencies:
51+
"@fastify/forwarded" "^3.0.0"
52+
ipaddr.js "^2.1.0"
53+
4154
"@socket.io/component-emitter@~3.1.0":
4255
version "3.1.2"
4356
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2"
@@ -649,24 +662,24 @@ fastify-plugin@^5.0.0:
649662
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
650663
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
651664

652-
fastify@5.1.0:
653-
version "5.1.0"
654-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.1.0.tgz#07029613aa4d94c4e8df71b25696eb67ed5d7079"
655-
integrity sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==
665+
fastify@5.2.1:
666+
version "5.2.1"
667+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.2.1.tgz#38381800eb26b7e27da72d9ee51c544f0c52ff39"
668+
integrity sha512-rslrNBF67eg8/Gyn7P2URV8/6pz8kSAscFL4EThZJ8JBMaXacVdVE4hmUcnPNKERl5o/xTiBSLfdowBRhVF1WA==
656669
dependencies:
657670
"@fastify/ajv-compiler" "^4.0.0"
658671
"@fastify/error" "^4.0.0"
659672
"@fastify/fast-json-stringify-compiler" "^5.0.0"
673+
"@fastify/proxy-addr" "^5.0.0"
660674
abstract-logging "^2.0.1"
661675
avvio "^9.0.0"
662676
fast-json-stringify "^6.0.0"
663677
find-my-way "^9.0.0"
664678
light-my-request "^6.0.0"
665679
pino "^9.0.0"
666680
process-warning "^4.0.0"
667-
proxy-addr "^2.0.7"
668681
rfdc "^1.3.1"
669-
secure-json-parse "^2.7.0"
682+
secure-json-parse "^3.0.1"
670683
semver "^7.6.0"
671684
toad-cache "^3.7.0"
672685

@@ -892,6 +905,11 @@ ipaddr.js@1.9.1:
892905
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
893906
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
894907

908+
ipaddr.js@^2.1.0:
909+
version "2.2.0"
910+
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz#d33fa7bac284f4de7af949638c9d68157c6b92e8"
911+
integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
912+
895913
is-binary-path@~2.1.0:
896914
version "2.1.0"
897915
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
@@ -1157,7 +1175,7 @@ process@^0.11.10:
11571175
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
11581176
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
11591177

1160-
proxy-addr@^2.0.7, proxy-addr@~2.0.7:
1178+
proxy-addr@~2.0.7:
11611179
version "2.0.7"
11621180
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
11631181
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
@@ -1280,10 +1298,10 @@ safe-stable-stringify@^2.3.1:
12801298
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
12811299
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
12821300

1283-
secure-json-parse@^2.7.0:
1284-
version "2.7.0"
1285-
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
1286-
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
1301+
secure-json-parse@^3.0.1:
1302+
version "3.0.2"
1303+
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-3.0.2.tgz#255b03bb0627ba5805f64f384b0a7691d8cb021b"
1304+
integrity sha512-H6nS2o8bWfpFEV6U38sOSjS7bTbdgbCGU9wEM6W14P5H0QOsz94KCusifV44GpHDTu2nqZbuDNhTzu+mjDSw1w==
12871305

12881306
semver@^7.6.0:
12891307
version "7.6.3"

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
5858
"devDependencies": {
59-
"@commitlint/cli": "19.7.1",
60-
"@commitlint/config-conventional": "19.7.1",
61-
"@eslint/js": "9.21.0",
59+
"@commitlint/cli": "19.8.0",
60+
"@commitlint/config-conventional": "19.8.0",
61+
"@eslint/js": "9.23.0",
6262
"@types/debug": "4.1.12",
6363
"@types/eslint": "9.6.1",
6464
"@types/express": "4.17.21",
@@ -67,24 +67,24 @@
6767
"@types/micromatch": "4.0.9",
6868
"@types/node": "22.10.2",
6969
"@types/supertest": "6.0.2",
70-
"@types/ws": "8.5.14",
70+
"@types/ws": "8.18.0",
7171
"body-parser": "1.20.3",
72-
"eslint": "9.21.0",
73-
"eslint-config-prettier": "10.0.2",
72+
"eslint": "9.23.0",
73+
"eslint-config-prettier": "10.1.1",
7474
"eslint-plugin-prettier": "5.2.3",
7575
"express": "4.21.2",
7676
"get-port": "5.1.1",
7777
"globals": "16.0.0",
7878
"husky": "9.1.7",
7979
"jest": "29.7.0",
80-
"lint-staged": "15.4.3",
81-
"mockttp": "3.16.0",
80+
"lint-staged": "15.5.0",
81+
"mockttp": "3.17.0",
8282
"open": "8.4.2",
83-
"prettier": "3.5.2",
84-
"supertest": "7.0.0",
83+
"prettier": "3.5.3",
84+
"supertest": "7.1.0",
8585
"ts-jest": "29.2.6",
86-
"typescript": "5.7.2",
87-
"typescript-eslint": "8.25.0",
86+
"typescript": "5.8.2",
87+
"typescript-eslint": "8.27.0",
8888
"ws": "8.18.1"
8989
},
9090
"dependencies": {

0 commit comments

Comments
 (0)