Skip to content

Commit f1721df

Browse files
authored
Security update for prismjs and tar-fs (#14)
* Security update for prismjs and tar-fs * Add browserlist config
1 parent 8ddf6e8 commit f1721df

8 files changed

Lines changed: 1111 additions & 2917 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
"sugarss": "^5.0.0",
3939
"turbo": "^2.5.2",
4040
"typescript": "^5.5.3",
41-
"vitest": "^3.1.2"
42-
}
41+
"vitest": "3.2.3"
42+
},
43+
"pnpm": {
44+
"overrides": {
45+
"prismjs": "^1.30.0",
46+
"tar-fs": "^2.1.3"
47+
}
48+
},
49+
"browserslist": [
50+
"> 0.2%",
51+
"last 2 versions",
52+
"not dead",
53+
"not op_mini all"
54+
]
4355
}

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana-foundation/ms-tools-config
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.
8+
39
## 0.1.2
410

511
### Patch Changes

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-foundation/ms-tools-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Shared ESLint and Prettier configurations to ensure consistent code style and quality across all Solana microsite projects",
55
"keywords": [
66
"solana",
@@ -44,7 +44,7 @@
4444
"@types/node": "^22.15.3",
4545
"@typescript-eslint/eslint-plugin": "^8.31.1",
4646
"@typescript-eslint/parser": "^8.31.1",
47-
"@vitest/coverage-v8": "3.2.1",
47+
"@vitest/coverage-v8": "3.2.3",
4848
"debug": "^4.4.0",
4949
"eslint": "^9.25.1",
5050
"eslint-config-eslint": "^11.0.0",
@@ -63,7 +63,7 @@
6363
"stylelint": "^16.19.1",
6464
"stylelint-config-standard-scss": "^15.0.1",
6565
"typescript": "^5.5.3",
66-
"vitest": "^3.1.2"
66+
"vitest": "3.2.3"
6767
},
6868
"optionalDependencies": {
6969
"tsup": "^8.2.4"

packages/integrations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solana-foundation/ms-tools-integrations
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.
8+
- Updated dependencies
9+
- @solana-foundation/ms-tools-config@0.1.3
10+
311
## 0.1.2
412

513
### Patch Changes

packages/integrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-foundation/ms-tools-integrations",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Handles integrations with third-party services like HubSpot, providing a centralized location for managing these connections",
55
"main": "dist/index.js",
66
"type": "module",
@@ -38,7 +38,7 @@
3838
"sanity": "^3.88.3",
3939
"tsup": "^8.2.4",
4040
"typescript": "^5.5.3",
41-
"vitest": "^3.1.2"
41+
"vitest": "3.2.3"
4242
},
4343
"publishConfig": {
4444
"registry": "https://npm.pkg.github.com",

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solana-foundation/ms-tools-ui
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.
8+
- Updated dependencies
9+
- @solana-foundation/ms-tools-config@0.1.3
10+
311
## 0.9.1
412

513
### Patch Changes

packages/ui/package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-foundation/ms-tools-ui",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Reusable React components built with React, Tailwind CSS, and Shadcn, forming the visual building blocks of microsites",
55
"main": ".",
66
"types": "./dist/index.d.ts",
@@ -50,13 +50,10 @@
5050
"@radix-ui/react-toggle-group": "^1.1.10",
5151
"@radix-ui/react-tooltip": "^1.2.7",
5252
"@solana-foundation/ms-tools-config": "workspace:^",
53-
"@storybook/csf": "^0.1.13",
54-
"@storybook/theming": "^8.6.14",
5553
"@tailwindcss/postcss": "^4.1.5",
5654
"@vitejs/plugin-react": "^4.5.1",
5755
"class-variance-authority": "^0.7.1",
5856
"clsx": "^2.1.1",
59-
"dom": "link:@types/@testing-library/dom",
6057
"jsdom": "^26.1.0",
6158
"lucide-react": "^0.511.0",
6259
"next-themes": "^0.4.6",
@@ -65,29 +62,32 @@
6562
"sonner": "^2.0.3",
6663
"tailwind-merge": "^3.2.0",
6764
"tailwindcss": "^4.1.5",
68-
"testing-react": "link:@types/@storybook/testing-react",
6965
"vaul": "^1.1.2",
7066
"zod": "^3.25.30"
7167
},
7268
"devDependencies": {
7369
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
7470
"@playwright/test": "^1.52.0",
75-
"@storybook/addon-a11y": "^9.0.5",
76-
"@storybook/addon-docs": "^9.0.4",
77-
"@storybook/addon-themes": "^9.0.5",
78-
"@storybook/addon-vitest": "^9.0.4",
71+
"@storybook/addon-a11y": "^9.0.6",
72+
"@storybook/addon-docs": "^9.0.6",
73+
"@storybook/addon-themes": "^9.0.6",
74+
"@storybook/addon-vitest": "^9.0.6",
7975
"@storybook/blocks": "^8.6.14",
76+
"@storybook/csf": "^0.1.13",
8077
"@storybook/manager-api": "^8.6.14",
81-
"@storybook/react-vite": "^9.0.5",
78+
"@storybook/react": "^9.0.6",
79+
"@storybook/react-vite": "^9.0.6",
8280
"@storybook/test": "^8.6.14",
8381
"@storybook/testing-react": "^2.0.1",
82+
"@storybook/theming": "^8.6.14",
8483
"@testing-library/dom": "^10.4.0",
8584
"@testing-library/jest-dom": "^6.6.3",
8685
"@testing-library/react": "^16.3.0",
8786
"@types/node": "^22.15.3",
8887
"@types/react": "^19.1.2",
89-
"@vitest/browser": "3.2.1",
90-
"@vitest/coverage-v8": "3.2.1",
88+
"@types/testing-library__dom": "^7.5.0",
89+
"@vitest/browser": "3.2.3",
90+
"@vitest/coverage-v8": "3.2.3",
9191
"autoprefixer": "^10.4.17",
9292
"css-loader": "^7.1.2",
9393
"playwright": "^1.52.0",
@@ -97,13 +97,12 @@
9797
"process": "^0.11.10",
9898
"react": "^19.1.0",
9999
"react-dom": "^19.1.0",
100-
"storybook": "^9.0.4",
100+
"storybook": "^9.0.6",
101101
"style-loader": "^4.0.0",
102-
"theming@latest": "link:storybook/theming@latest",
103102
"tsup": "^8.2.4",
104103
"tw-animate-css": "^1.3.0",
105104
"typescript": "^5.5.3",
106-
"vitest": "^3.1.2"
105+
"vitest": "3.2.3"
107106
},
108107
"publishConfig": {
109108
"registry": "https://npm.pkg.github.com",

0 commit comments

Comments
 (0)