Skip to content

Commit e441d61

Browse files
authored
chore(package.json): bump deps (#1202)
1 parent b489ab6 commit e441d61

3 files changed

Lines changed: 280 additions & 256 deletions

File tree

examples/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,9 +1082,9 @@ lodash.isfinite@^3.3.2:
10821082
integrity sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA==
10831083

10841084
lodash@^4.17.10, lodash@^4.17.14:
1085-
version "4.17.23"
1086-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
1087-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
1085+
version "4.18.1"
1086+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
1087+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
10881088

10891089
math-intrinsics@^1.1.0:
10901090
version "1.1.0"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@commitlint/cli": "20.5.0",
6868
"@commitlint/config-conventional": "20.5.0",
6969
"@eslint/js": "10.0.1",
70-
"@hono/node-server": "1.19.12",
70+
"@hono/node-server": "1.19.13",
7171
"@trivago/prettier-plugin-sort-imports": "6.0.2",
7272
"@types/debug": "4.1.13",
7373
"@types/eslint": "9.6.1",
@@ -77,13 +77,13 @@
7777
"@types/node": "24.10.2",
7878
"@types/supertest": "7.2.0",
7979
"@types/ws": "8.18.1",
80-
"@vitest/coverage-v8": "4.1.2",
80+
"@vitest/coverage-v8": "4.1.4",
8181
"body-parser": "2.2.2",
8282
"eslint": "10.2.0",
8383
"express": "5.2.1",
8484
"get-port": "7.2.0",
8585
"globals": "17.4.0",
86-
"hono": "4.12.10",
86+
"hono": "4.12.12",
8787
"husky": "9.1.7",
8888
"lint-staged": "16.4.0",
8989
"mockttp": "4.3.0",
@@ -93,8 +93,8 @@
9393
"prettier": "3.8.1",
9494
"supertest": "7.2.2",
9595
"typescript": "6.0.2",
96-
"typescript-eslint": "8.58.0",
97-
"vitest": "4.1.2",
96+
"typescript-eslint": "8.58.1",
97+
"vitest": "4.1.4",
9898
"ws": "8.20.0"
9999
},
100100
"dependencies": {

0 commit comments

Comments
 (0)