Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion with-crossmint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@crossmint/client-sdk-react-ui": "4.5.0",
"@formo/analytics": "^1.38.2",
"clsx": "^2.1.1",
"next": "^16.3.1",
"next": "^16.3.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-transition-group": "^4.4.5",
Expand Down
102 changes: 51 additions & 51 deletions with-crossmint/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions with-crossmint/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
# Browser-compat data packages (browserslist ecosystem) update daily — exclude
# from the release-age gate since they are pure data, not executable code.
minimumReleaseAgeExclude:
# Remove after 2026-09-01, once 16.3.3 is seven days old (fixes GHSA-2xp9-vwfh-vxw4).
- 'next@16.3.3'
- '@next/env@16.3.3'
- '@next/swc-darwin-arm64@16.3.3'
- '@next/swc-darwin-x64@16.3.3'
- '@next/swc-linux-arm64-gnu@16.3.3'
- '@next/swc-linux-arm64-musl@16.3.3'
- '@next/swc-linux-x64-gnu@16.3.3'
- '@next/swc-linux-x64-musl@16.3.3'
- '@next/swc-win32-arm64-msvc@16.3.3'
- '@next/swc-win32-x64-msvc@16.3.3'
# GHSA high-severity ReDoS; every 1.x/2.x/5.x patch is newer than the
# 7-day gate, so the package is exempted by name rather than by version.
- brace-expansion
Expand Down
2 changes: 1 addition & 1 deletion with-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.31.0",
"next": "^15.5.22",
"next": "^15.5.24",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwind-merge": "^2.6.1",
Expand Down
Loading
Loading