Skip to content

Commit ccd0021

Browse files
committed
fix(security): pin patched transitive deps for audit
1 parent dd487c8 commit ccd0021

2 files changed

Lines changed: 83 additions & 66 deletions

File tree

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,17 @@
134134
"hono": ">=4.12.7",
135135
"@hono/node-server": ">=1.19.10",
136136
"ajv": ">=8.18.0",
137-
"eslint>ajv": "6.12.6",
138-
"@eslint/eslintrc>ajv": "6.12.6",
139-
"qs": ">=6.14.2"
137+
"eslint>ajv": "6.14.0",
138+
"@eslint/eslintrc>ajv": "6.14.0",
139+
"qs": ">=6.14.2",
140+
"brace-expansion": "5.0.5",
141+
"flatted": "3.4.2",
142+
"yaml": "2.8.3",
143+
"micromatch>picomatch": "2.3.2",
144+
"tinyglobby>picomatch": "4.0.4",
145+
"vitest>picomatch": "4.0.4",
146+
"vite>picomatch": "4.0.4",
147+
"router>path-to-regexp": "8.4.2"
140148
}
141149
}
142150
}

0 commit comments

Comments
 (0)