Skip to content

Commit 6436ffc

Browse files
authored
chore(package.json): bump dev deps (#1158)
1 parent 577ab29 commit 6436ffc

4 files changed

Lines changed: 273 additions & 235 deletions

File tree

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "chimurai",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@fastify/express": "4.0.2",
13+
"@fastify/express": "4.0.3",
1414
"browser-sync": "3.0.4",
1515
"connect": "3.7.0",
1616
"express": "5.2.1",

examples/yarn.lock

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
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.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==
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==
2323
dependencies:
2424
express "^4.18.3"
2525
fastify-plugin "^5.0.0"
26+
find-my-way "^9.4.0"
2627

2728
"@fastify/fast-json-stringify-compiler@^5.0.0":
2829
version "5.0.1"
@@ -820,6 +821,15 @@ find-my-way@^9.0.0:
820821
fast-querystring "^1.0.0"
821822
safe-regex2 "^4.0.0"
822823

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+
823833
follow-redirects@^1.0.0:
824834
version "1.15.6"
825835
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
@@ -1326,9 +1336,9 @@ qs@6.13.0:
13261336
side-channel "^1.0.6"
13271337

13281338
qs@^6.14.0:
1329-
version "6.14.0"
1330-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
1331-
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
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==
13321342
dependencies:
13331343
side-channel "^1.1.0"
13341344

@@ -1440,6 +1450,13 @@ safe-regex2@^4.0.0:
14401450
dependencies:
14411451
ret "~0.5.0"
14421452

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+
14431460
safe-stable-stringify@^2.3.1:
14441461
version "2.4.3"
14451462
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
},
5757
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
5858
"devDependencies": {
59-
"@commitlint/cli": "20.2.0",
60-
"@commitlint/config-conventional": "20.2.0",
61-
"@eslint/js": "9.39.1",
62-
"@trivago/prettier-plugin-sort-imports": "6.0.0",
59+
"@commitlint/cli": "20.3.1",
60+
"@commitlint/config-conventional": "20.3.1",
61+
"@eslint/js": "9.39.2",
62+
"@trivago/prettier-plugin-sort-imports": "6.0.2",
6363
"@types/debug": "4.1.12",
6464
"@types/eslint": "9.6.1",
6565
"@types/express": "5.0.6",
@@ -69,8 +69,8 @@
6969
"@types/node": "24.10.2",
7070
"@types/supertest": "6.0.3",
7171
"@types/ws": "8.18.1",
72-
"body-parser": "2.2.1",
73-
"eslint": "9.39.1",
72+
"body-parser": "2.2.2",
73+
"eslint": "9.39.2",
7474
"express": "5.2.1",
7575
"get-port": "5.1.1",
7676
"globals": "16.5.0",
@@ -82,11 +82,11 @@
8282
"patch-package": "8.0.1",
8383
"pkg-pr-new": "0.0.62",
8484
"prettier": "3.7.4",
85-
"supertest": "7.1.4",
85+
"supertest": "7.2.2",
8686
"ts-jest": "29.4.6",
8787
"typescript": "5.9.3",
88-
"typescript-eslint": "8.49.0",
89-
"ws": "8.18.3"
88+
"typescript-eslint": "8.52.0",
89+
"ws": "8.19.0"
9090
},
9191
"dependencies": {
9292
"@types/http-proxy": "^1.17.15",

0 commit comments

Comments
 (0)