Skip to content

Commit 9733884

Browse files
authored
fix(deps): update version overrides (#1536)
1 parent de666e0 commit 9733884

3 files changed

Lines changed: 107 additions & 137 deletions

File tree

apps/ensapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ensnode/ponder-subgraph": "workspace:*",
2828
"@hono/node-server": "^1.19.5",
2929
"@hono/otel": "^0.2.2",
30-
"@hono/standard-validator": "^0.2.0",
30+
"@hono/standard-validator": "^0.2.2",
3131
"@hono/zod-validator": "^0.7.2",
3232
"@namehash/ens-referrals": "workspace:*",
3333
"@opentelemetry/api": "^1.9.0",
@@ -52,7 +52,7 @@
5252
"graphql": "^16.11.0",
5353
"graphql-yoga": "^5.16.0",
5454
"hono": "catalog:",
55-
"hono-openapi": "^1.1.1",
55+
"hono-openapi": "^1.1.2",
5656
"p-memoize": "^8.0.0",
5757
"p-retry": "^7.1.0",
5858
"pg-connection-string": "catalog:",

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@
3535
"pnpm": {
3636
"overrides": {
3737
"@adraffy/ens-normalize": "catalog:",
38-
"@graphiql/react>@headlessui/react": "2.2.0",
3938
"esbuild@<=0.24.2": ">=0.25.0",
40-
"tmp@<=0.2.3": ">=0.2.4",
41-
"ponder>vite": "6.4.1",
42-
"@tailwindcss/vite>vite@<7.1.11": ">=7.1.11",
43-
"axios@<1.12.0": ">=1.12.0",
44-
"glob@<11.1.0": ">=11.1.0",
45-
"mdast-util-to-hast@<13.2.1": ">=13.2.1"
39+
"diff@<8.0.3": ">=8.0.3",
40+
"undici@<6.23.0": ">=6.23.0",
41+
"devalue@>=5.3.0 <=5.6.1": ">=5.6.2",
42+
"h3@<=1.15.4": ">=1.15.5"
4643
},
4744
"ignoredBuiltDependencies": [
4845
"bun"

0 commit comments

Comments
 (0)