Skip to content

Commit 8d197c1

Browse files
chore: patch vulnerable dependencies (#1475)
* chore: patch vulnerable dependencies * Update package.json Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * chore: pnpm i * Refactor code structure for improved readability and maintainability --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 15bb4dd commit 8d197c1

14 files changed

Lines changed: 3782 additions & 3682 deletions

File tree

apps/accelerate/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"clean": "rm -rf node_modules .next"
1515
},
1616
"dependencies": {
17-
"@mdx-js/loader": "^3.1.0",
18-
"@mdx-js/react": "^3.1.0",
19-
"@next/mdx": "^15.2.4",
17+
"@mdx-js/loader": "^3.1.1",
18+
"@mdx-js/react": "^3.1.1",
19+
"@next/mdx": "^15.2.9",
2020
"@sentry/nextjs": "^10.11.0",
2121
"@solana-foundation/fab-menu": "workspace:*",
2222
"@solana-com/ui-chrome": "workspace:*",
@@ -26,7 +26,7 @@
2626
"@workspace/sentry": "workspace:*",
2727
"@workspace/ui": "workspace:*",
2828
"classnames": "^2.5.1",
29-
"framer-motion": "^12.23.24",
29+
"framer-motion": "^12.23.28",
3030
"googleapis": "^146.0.0",
3131
"lucide-react": "^0.528.0",
3232
"next": "catalog:",
@@ -46,12 +46,12 @@
4646
"@types/rtl-detect": "^1.0.3",
4747
"@workspace/config-eslint": "workspace:*",
4848
"@workspace/config-typescript": "workspace:*",
49-
"autoprefixer": "^10.4.20",
49+
"autoprefixer": "^10.4.27",
5050
"dotenv": "^16.4.7",
51-
"postcss": "^8.4.47",
51+
"postcss": "^8.4.49",
5252
"sass": "^1.92.1",
53-
"tailwindcss": "^3.4.17",
54-
"tsx": "^4.19.0",
53+
"tailwindcss": "^3.4.19",
54+
"tsx": "^4.19.4",
5555
"typescript": "5.8.3"
5656
},
5757
"packageManager": "pnpm@10.15.1"

apps/breakpoint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@sentry/nextjs": "^10.11.0",
1717
"@solana-com/ui-chrome": "workspace:*",
1818
"@solana-foundation/fab-menu": "workspace:*",
19-
"@vercel/related-projects": "^1.0.0",
19+
"@vercel/related-projects": "^1.0.1",
2020
"@workspace/ecosystem-data": "workspace:*",
2121
"@workspace/i18n": "workspace:*",
2222
"@workspace/sentry": "workspace:*",
23-
"motion": "^12.23.24",
23+
"motion": "^12.23.28",
2424
"next": "catalog:",
2525
"next-intl": "catalog:",
2626
"react": "catalog:",
@@ -30,15 +30,15 @@
3030
"devDependencies": {
3131
"@tailwindcss/postcss": "^4.2.4",
3232
"@testing-library/jest-dom": "^6.8.0",
33-
"@testing-library/react": "^16.3.0",
33+
"@testing-library/react": "^16.3.2",
3434
"@types/node": "^22.7.9",
3535
"@types/react": "^19.0.14",
3636
"@types/react-dom": "^19.0.6",
3737
"@types/rtl-detect": "^1.0.3",
3838
"@workspace/config-eslint": "workspace:*",
3939
"@workspace/config-typescript": "workspace:*",
4040
"jsdom": "^26.1.0",
41-
"postcss": "^8.4.47",
41+
"postcss": "^8.4.49",
4242
"tailwindcss": "^4.2.4",
4343
"typescript": "5.8.3",
4444
"vitest": "^4.0.18"

apps/docs/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@
88
"url": "https://github.com/solana-foundation/solana-com"
99
},
1010
"dependencies": {
11-
"@ai-sdk/openai": "^1.2.0",
12-
"@devrelkit/remark-include-code": "^0.1.1",
13-
"@fumadocs/mdx-remote": "^1.4.0",
14-
"@mdx-js/react": "^3.1.0",
15-
"@radix-ui/react-accordion": "^1.2.1",
16-
"@radix-ui/react-collapsible": "^1.1.3",
17-
"@radix-ui/react-dialog": "^1.1.14",
18-
"@radix-ui/react-label": "^2.1.2",
19-
"@radix-ui/react-select": "^2.1.6",
11+
"@ai-sdk/openai": "^1.2.8",
12+
"@devrelkit/remark-include-code": "^0.1.2",
13+
"@fumadocs/mdx-remote": "^1.4.10",
14+
"@mdx-js/react": "^3.1.1",
15+
"@radix-ui/react-accordion": "^1.2.12",
16+
"@radix-ui/react-collapsible": "^1.1.12",
17+
"@radix-ui/react-dialog": "^1.1.15",
18+
"@radix-ui/react-label": "^2.1.8",
19+
"@radix-ui/react-select": "^2.1.7",
2020
"@radix-ui/react-slot": "^1.1.2",
21-
"@radix-ui/react-tabs": "^1.1.3",
22-
"@radix-ui/react-toggle": "^1.1.2",
23-
"@radix-ui/react-toggle-group": "^1.1.2",
21+
"@radix-ui/react-tabs": "^1.1.13",
22+
"@radix-ui/react-toggle": "^1.1.10",
23+
"@radix-ui/react-toggle-group": "^1.1.11",
2424
"@radix-ui/react-tooltip": "^1.1.8",
2525
"@sentry/nextjs": "^10.11.0",
2626
"@sindresorhus/slugify": "^2.2.1",
2727
"@solana-com/ui-chrome": "workspace:*",
2828
"@solana-foundation/solana-lib": "^2.40.3",
29-
"@vercel/og": "^0.8.5",
29+
"@vercel/og": "^0.8.6",
3030
"@workspace/i18n": "workspace:*",
3131
"@workspace/sentry": "workspace:*",
32-
"ai": "^4.1.50",
32+
"ai": "^4.1.66",
3333
"cheerio": "^1.0.0",
3434
"class-variance-authority": "^0.7.1",
3535
"classnames": "^2.5.1",
3636
"codehike": "^1.0.7",
3737
"date-fns": "^4.1.0",
3838
"date-fns-tz": "^3.2.0",
39-
"fumadocs-core": "15.6.10",
40-
"fumadocs-mdx": "^12.0.1",
41-
"fumadocs-ui": "14.7.0",
42-
"lodash": "^4.17.21",
39+
"fumadocs-core": "15.6.12",
40+
"fumadocs-mdx": "^12.0.3",
41+
"fumadocs-ui": "14.7.7",
42+
"lodash": "^4.17.23",
4343
"lucide-react": "^0.475.0",
4444
"mermaid": "^11.5.0",
4545
"next": "catalog:",
@@ -51,11 +51,11 @@
5151
"react": "catalog:",
5252
"react-dom": "catalog:",
5353
"react-feather": "^2.0.10",
54-
"react-markdown": "^9.0.1",
55-
"react-resizable-panels": "^2.1.8",
56-
"react-share": "^5.1.0",
54+
"react-markdown": "^9.0.3",
55+
"react-resizable-panels": "^2.1.9",
56+
"react-share": "^5.1.2",
5757
"rtl-detect": "^1.1.2",
58-
"sass": "^1.80.3",
58+
"sass": "^1.80.7",
5959
"seti-icons": "^0.0.4",
6060
"sharp": "^0.33.5",
6161
"svg-pan-zoom": "^3.6.2",
@@ -64,10 +64,10 @@
6464
"tailwindcss-animate": "^1.0.7",
6565
"tinyduration": "^3.3.1",
6666
"yup": "^1.4.0",
67-
"zod": "^4.1.5"
67+
"zod": "^4.1.13"
6868
},
6969
"devDependencies": {
70-
"@next/bundle-analyzer": "15.0.1",
70+
"@next/bundle-analyzer": "15.0.8",
7171
"@svgr/webpack": "^8.1.0",
7272
"@types/mdx": "^2.0.13",
7373
"@types/node": "^22.7.9",
@@ -76,10 +76,10 @@
7676
"@types/rtl-detect": "^1.0.3",
7777
"@workspace/config-eslint": "workspace:*",
7878
"@workspace/config-typescript": "workspace:*",
79-
"autoprefixer": "^10.4.20",
80-
"postcss": "^8.4.47",
81-
"postcss-preset-env": "^10.0.7",
82-
"tailwindcss": "^3.4.17",
79+
"autoprefixer": "^10.4.27",
80+
"postcss": "^8.4.49",
81+
"postcss-preset-env": "^10.0.9",
82+
"tailwindcss": "^3.4.19",
8383
"ts-node": "^10.9.2",
8484
"typescript": "5.8.3"
8585
},

apps/media/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
"screenshots": "playwright test e2e/walkthrough-screenshots.spec.ts"
2020
},
2121
"dependencies": {
22-
"@headlessui/react": "^2.2.7",
23-
"@keystatic/core": "^0.5.48",
22+
"@headlessui/react": "^2.2.10",
23+
"@keystatic/core": "^0.5.50",
2424
"@keystatic/next": "^5.0.4",
25-
"@radix-ui/react-avatar": "^1.1.10",
26-
"@radix-ui/react-slot": "^1.2.3",
25+
"@radix-ui/react-avatar": "^1.1.11",
26+
"@radix-ui/react-slot": "^1.2.4",
2727
"@sentry/nextjs": "^10.11.0",
2828
"@solana-com/ui-chrome": "workspace:*",
29-
"@tailwindcss/postcss": "^4.1.12",
30-
"@tailwindcss/typography": "^0.5.16",
29+
"@tailwindcss/postcss": "^4.1.18",
30+
"@tailwindcss/typography": "^0.5.19",
3131
"@workspace/i18n": "workspace:*",
3232
"@workspace/sentry": "workspace:*",
3333
"@workspace/ui": "workspace:*",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"date-fns": "^3.6.0",
37-
"dayjs": "^1.11.19",
38-
"dompurify": "3.2.6",
37+
"dayjs": "^1.11.21",
38+
"dompurify": "3.2.7",
3939
"feed": "^4.2.2",
4040
"lucide-react": "^0.484.0",
4141
"mermaid": "^11.10.1",
42-
"motion": "^12.23.12",
42+
"motion": "^12.23.28",
4343
"next": "catalog:",
4444
"next-intl": "catalog:",
4545
"next-mdx-remote": "^6.0.0",
@@ -57,26 +57,26 @@
5757
"server-only": "^0.0.1",
5858
"shiki": "^3.11.0",
5959
"styled-jsx": "^5.1.7",
60-
"tailwind-merge": "^2.6.0",
61-
"tailwindcss": "^4.1.12",
62-
"tw-animate-css": "^1.3.7",
60+
"tailwind-merge": "^2.6.1",
61+
"tailwindcss": "^4.1.18",
62+
"tw-animate-css": "^1.3.8",
6363
"usehooks-ts": "^3.1.1",
64-
"zod": "^4.1.5"
64+
"zod": "^4.1.13"
6565
},
6666
"devDependencies": {
6767
"@playwright/test": "1.58.2",
6868
"@svgr/webpack": "^8.1.0",
6969
"@types/js-cookie": "^3.0.6",
70-
"@types/lodash": "^4.17.21",
71-
"@types/node": "^22.18.0",
70+
"@types/lodash": "^4.17.24",
71+
"@types/node": "^22.18.13",
7272
"@types/react": "^19.0.14",
7373
"@types/react-dom": "^19.0.6",
7474
"@types/rtl-detect": "^1.0.3",
7575
"@workspace/config-eslint": "workspace:*",
7676
"@workspace/config-typescript": "workspace:*",
77-
"autoprefixer": "^10.4.21",
77+
"autoprefixer": "^10.4.27",
7878
"eslint-plugin-mdx": "^3.7.0",
79-
"postcss": "^8.5.6",
79+
"postcss": "^8.5.15",
8080
"postcss-import": "^16.1.1",
8181
"postcss-nesting": "^13.0.2",
8282
"sharp": "^0.33.5",

apps/templates/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"clean": "rm -rf node_modules .next"
1414
},
1515
"dependencies": {
16-
"@inkeep/cxkit-react": "^0.5.96",
16+
"@inkeep/cxkit-react": "^0.5.117",
1717
"@solana-com/ui-chrome": "workspace:*",
1818
"@tailwindcss/typography": "^0.5.19",
19-
"@vercel/og": "^0.8.5",
19+
"@vercel/og": "^0.8.6",
2020
"@workspace/i18n": "workspace:*",
2121
"@workspace/ui": "workspace:*",
2222
"classnames": "^2.5.1",
23-
"framer-motion": "^12.23.24",
23+
"framer-motion": "^12.23.28",
2424
"lucide-react": "^0.528.0",
25-
"marked": "^16.4.1",
25+
"marked": "^16.4.2",
2626
"next": "catalog:",
2727
"next-intl": "catalog:",
2828
"nuqs": "^2.4.3",
@@ -42,10 +42,10 @@
4242
"@types/rtl-detect": "^1.0.3",
4343
"@workspace/config-eslint": "workspace:*",
4444
"@workspace/config-typescript": "workspace:*",
45-
"autoprefixer": "^10.4.20",
46-
"postcss": "^8.4.47",
45+
"autoprefixer": "^10.4.27",
46+
"postcss": "^8.4.49",
4747
"sass": "^1.92.1",
48-
"tailwindcss": "^3.4.17",
48+
"tailwindcss": "^3.4.19",
4949
"typescript": "5.8.3"
5050
},
5151
"packageManager": "pnpm@10.15.1"

apps/web/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
"url": "https://github.com/solana-foundation/solana-com"
99
},
1010
"dependencies": {
11-
"@inkeep/cxkit-react": "^0.5.36",
12-
"@mdx-js/react": "^3.1.0",
13-
"@radix-ui/react-accordion": "^1.2.1",
14-
"@radix-ui/react-collapsible": "^1.1.3",
15-
"@radix-ui/react-dialog": "^1.1.14",
16-
"@radix-ui/react-label": "^2.1.2",
17-
"@radix-ui/react-select": "^2.1.6",
11+
"@inkeep/cxkit-react": "^0.5.117",
12+
"@mdx-js/react": "^3.1.1",
13+
"@radix-ui/react-accordion": "^1.2.12",
14+
"@radix-ui/react-collapsible": "^1.1.12",
15+
"@radix-ui/react-dialog": "^1.1.15",
16+
"@radix-ui/react-label": "^2.1.8",
17+
"@radix-ui/react-select": "^2.1.7",
1818
"@radix-ui/react-slot": "^1.1.2",
19-
"@radix-ui/react-tabs": "^1.1.3",
20-
"@radix-ui/react-toggle": "^1.1.2",
21-
"@radix-ui/react-toggle-group": "^1.1.2",
19+
"@radix-ui/react-tabs": "^1.1.13",
20+
"@radix-ui/react-toggle": "^1.1.10",
21+
"@radix-ui/react-toggle-group": "^1.1.11",
2222
"@radix-ui/react-tooltip": "^1.1.8",
2323
"@sentry/nextjs": "^10.11.0",
2424
"@sindresorhus/slugify": "^2.2.1",
2525
"@solana-com/ui-chrome": "workspace:*",
2626
"@solana-foundation/solana-com-sitemap": "workspace:*",
2727
"@solana-foundation/solana-lib": "^2.40.3",
2828
"@typeform/embed": "^5.1.0",
29-
"@vercel/og": "^0.8.5",
30-
"@vercel/related-projects": "^1.0.0",
29+
"@vercel/og": "^0.8.6",
30+
"@vercel/related-projects": "^1.0.1",
3131
"@workspace/ecosystem-data": "workspace:*",
3232
"@workspace/i18n": "workspace:*",
3333
"@workspace/sentry": "workspace:*",
@@ -37,11 +37,11 @@
3737
"classnames": "^2.5.1",
3838
"date-fns": "^4.1.0",
3939
"date-fns-tz": "^3.2.0",
40-
"dayjs": "^1.11.19",
41-
"framer-motion": "^12.23.24",
40+
"dayjs": "^1.11.21",
41+
"framer-motion": "^12.23.28",
4242
"gray-matter": "^4.0.3",
4343
"gsap": "^3.13.0",
44-
"lodash": "^4.17.21",
44+
"lodash": "^4.17.23",
4545
"lucide-react": "^0.475.0",
4646
"next": "catalog:",
4747
"next-intl": "catalog:",
@@ -55,45 +55,45 @@
5555
"react-dom": "catalog:",
5656
"react-feather": "^2.0.10",
5757
"react-intersection-observer": "^9.13.1",
58-
"react-markdown": "^9.0.1",
59-
"react-resizable-panels": "^2.1.8",
60-
"react-share": "^5.1.0",
61-
"react-slick": "^0.30.2",
58+
"react-markdown": "^9.0.3",
59+
"react-resizable-panels": "^2.1.9",
60+
"react-share": "^5.1.2",
61+
"react-slick": "^0.30.3",
6262
"rehype-raw": "^7.0.0",
6363
"remark-gfm": "^4.0.1",
6464
"rtl-detect": "^1.1.2",
65-
"sass": "^1.80.3",
65+
"sass": "^1.80.7",
6666
"sharp": "^0.33.5",
6767
"slick-carousel": "^1.8.1",
6868
"swr": "^2.2.5",
6969
"tailwind-merge": "^3.3.1",
7070
"tailwindcss-animate": "^1.0.7",
7171
"tinyduration": "^3.3.1",
72-
"unicornstudio-react": "^1.4.31",
72+
"unicornstudio-react": "^1.4.33",
7373
"yup": "^1.4.0"
7474
},
7575
"devDependencies": {
76-
"@next/bundle-analyzer": "15.0.1",
76+
"@next/bundle-analyzer": "15.0.8",
7777
"@playwright/test": "1.58.2",
7878
"@svgr/webpack": "^8.1.0",
79-
"@testing-library/dom": "^10.4.0",
80-
"@testing-library/jest-dom": "^6.6.3",
81-
"@testing-library/react": "^16.3.0",
82-
"@types/lodash": "^4.17.21",
79+
"@testing-library/dom": "^10.4.1",
80+
"@testing-library/jest-dom": "^6.6.4",
81+
"@testing-library/react": "^16.3.2",
82+
"@types/lodash": "^4.17.24",
8383
"@types/node": "^22.7.9",
8484
"@types/react": "^19.0.14",
8585
"@types/react-dom": "^19.0.6",
8686
"@types/rtl-detect": "^1.0.3",
8787
"@workspace/config-eslint": "workspace:*",
8888
"@workspace/config-typescript": "workspace:*",
89-
"autoprefixer": "^10.4.20",
89+
"autoprefixer": "^10.4.27",
9090
"jsdom": "^26.1.0",
91-
"postcss": "^8.4.47",
92-
"postcss-preset-env": "^10.0.7",
93-
"tailwindcss": "^3.4.17",
94-
"ts-loader": "^9.5.4",
91+
"postcss": "^8.4.49",
92+
"postcss-preset-env": "^10.0.9",
93+
"tailwindcss": "^3.4.19",
94+
"ts-loader": "^9.5.7",
9595
"ts-node": "^10.9.2",
96-
"tsx": "^4.21.0",
96+
"tsx": "^4.21.1",
9797
"typescript": "5.8.3",
9898
"vitest": "^4.0.18"
9999
},

0 commit comments

Comments
 (0)