Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit e69ef98

Browse files
authored
[deps] Upgrade security deps (#781)
1 parent 87fcc02 commit e69ef98

File tree

4 files changed

+262
-105
lines changed

4 files changed

+262
-105
lines changed

apps/nextra/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@
3939
"graphiql": "^3.2.0",
4040
"graphql": "^16.8.1",
4141
"graphql-ws": "^5.16.0",
42-
"intersection-observer": "^0.10.0",
43-
"next": "^14.2.10",
42+
"next": "^14.2.23",
4443
"next-sitemap": "^4.2.3",
4544
"nextra": "3.3.1",
4645
"nextra-theme-docs": "3.3.1",
4746
"react": "^18.2.0",
4847
"react-dom": "^18.2.0",
4948
"react-hook-form": "^7.51.2",
50-
"react-intersection-observer": "^8.26.2",
49+
"react-intersection-observer": "^9.15.1",
5150
"react-select": "^5.8.0",
5251
"sharp": "^0.33.5",
5352
"tailwind-merge": "^2.2.2",

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
},
2323
"pnpm": {
2424
"overrides": {
25-
"cross-spawn": ">=6.0.6"
25+
"cross-spawn": ">=6.0.6",
26+
"katex": ">=0.16.0",
27+
"vite": ">=5.4.11"
2628
}
2729
}
2830
}

packages/github-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/itty-router-extras": "^0.4.0",
2222
"drizzle-kit": "0.20.14",
2323
"typescript": "^5.6.2",
24-
"vitest": "2.1.1"
24+
"vitest": "2.1.8"
2525
}
2626
}

0 commit comments

Comments
 (0)