Skip to content

Commit 8e35145

Browse files
chore(deps)(deps): bump the production-minor-patch group with 4 updates
Bumps the production-minor-patch group with 4 updates: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript), [framer-motion](https://github.com/motiondivision/motion), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [hono](https://github.com/honojs/hono). Updates `@sentry/nextjs` from 10.40.0 to 10.42.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.40.0...10.42.0) Updates `framer-motion` from 12.34.3 to 12.34.5 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.34.3...v12.34.5) Updates `lucide-react` from 0.575.0 to 0.576.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.576.0/packages/lucide-react) Updates `hono` from 4.12.3 to 4.12.4 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.3...v4.12.4) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-version: 10.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: framer-motion dependency-version: 12.34.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: lucide-react dependency-version: 0.576.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: hono dependency-version: 4.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2405bb9 commit 8e35145

5 files changed

Lines changed: 485 additions & 742 deletions

File tree

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"@nextcalc/math-engine": "workspace:*",
2525
"@nextcalc/plot-engine": "workspace:*",
2626
"@nosecone/next": "1.1.0",
27-
"@sentry/nextjs": "^10.40.0",
27+
"@sentry/nextjs": "^10.42.0",
2828
"@serwist/next": "9.5.6",
2929
"@tanstack/react-virtual": "3.13.19",
3030
"@upstash/redis": "1.37.0-rc.12",
3131
"@vercel/analytics": "2.0.0-canary.1",
3232
"@vercel/speed-insights": "2.0.0-canary.1",
3333
"class-variance-authority": "0.7.1",
3434
"clsx": "^2.1.1",
35-
"framer-motion": "12.34.3",
35+
"framer-motion": "12.34.5",
3636
"graphql": "16.13.0",
3737
"graphql-sse": "2.6.0",
3838
"immer": "11.1.4",
3939
"katex": "0.16.33",
40-
"lucide-react": "0.575.0",
40+
"lucide-react": "0.576.0",
4141
"mathjs": "15.1.1",
4242
"next": "16.2.0-canary.69",
4343
"next-auth": "5.0.0-beta.30",

apps/workers/cas-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "biome check ."
1414
},
1515
"dependencies": {
16-
"hono": "4.12.3",
16+
"hono": "4.12.4",
1717
"mathjs": "15.1.1",
1818
"zod": "4.4.0-canary.20260125T215152"
1919
},

apps/workers/export-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@cf-wasm/resvg": "0.3.3",
17-
"hono": "4.12.3",
17+
"hono": "4.12.4",
1818
"katex": "0.16.33",
1919
"modern-pdf-lib": "0.15.1",
2020
"zod": "4.4.0-canary.20260125T215152"

apps/workers/rate-limiter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "biome check ."
1414
},
1515
"dependencies": {
16-
"hono": "4.12.3",
16+
"hono": "4.12.4",
1717
"zod": "4.4.0-canary.20260125T215152"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)