Skip to content

Commit b4bc2c2

Browse files
fix(deps): high picomatch vulnerabilities (#1574)
* fix medium and high vulnerabilities * undo vitest as no vulnerabilities * undo vite * undo yaml lock * undo yaml lock * undo yaml lock
1 parent a963cbf commit b4bc2c2

10 files changed

Lines changed: 354 additions & 220 deletions

File tree

.changeset/empty-doors-add.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@cloudoperators/juno-ui-components": patch
3+
"@cloudoperators/juno-app-greenhouse": patch
4+
"@cloudoperators/juno-app-supernova": patch
5+
"@cloudoperators/juno-app-template": patch
6+
"@cloudoperators/juno-app-heureka": patch
7+
"@cloudoperators/juno-app-carbon": patch
8+
"@cloudoperators/juno-app-doop": patch
9+
---
10+
11+
Fix high vulnerabilities related to transitive dependencies `picomatch` by upgrading root project dependencies and where not possible, locking `picomatch` at versions without vulnerabilities.

apps/carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "5.9.3",
6262
"vite": "7.3.1",
6363
"vite-plugin-svgr": "4.5.0",
64-
"vite-tsconfig-paths": "5.1.4",
64+
"vite-tsconfig-paths": "6.1.1",
6565
"vitest": "3.2.4"
6666
}
6767
}

apps/doop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@cloudoperators/juno-config": "workspace:*",
1717
"@tanstack/react-query": "5.90.21",
1818
"@tailwindcss/vite": "4.2.1",
19-
"@tanstack/router-plugin": "1.161.4",
19+
"@tanstack/router-plugin": "1.167.8",
2020
"@testing-library/jest-dom": "6.9.1",
2121
"@testing-library/react": "16.3.2",
2222
"@types/react": "19.2.14",

apps/greenhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
1414
"@tailwindcss/vite": "4.2.1",
15-
"@tanstack/router-plugin": "1.161.4",
15+
"@tanstack/router-plugin": "1.167.8",
1616
"@testing-library/jest-dom": "6.9.1",
1717
"@testing-library/react": "16.3.2",
1818
"@testing-library/user-event": "14.6.1",

apps/heureka/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@graphql-codegen/typescript": "5.0.9",
4747
"@graphql-codegen/typescript-operations": "5.0.9",
4848
"@graphql-codegen/typescript-react-apollo": "4.4.1",
49-
"@tanstack/router-plugin": "1.161.4",
49+
"@tanstack/router-plugin": "1.167.8",
5050
"@tailwindcss/vite": "4.2.1",
5151
"@testing-library/jest-dom": "6.9.1",
5252
"@testing-library/react": "16.3.2",
@@ -73,7 +73,7 @@
7373
"typescript": "5.9.3",
7474
"vite": "7.3.1",
7575
"vite-plugin-svgr": "4.5.0",
76-
"vite-tsconfig-paths": "5.1.4",
76+
"vite-tsconfig-paths": "6.1.1",
7777
"vitest": "3.2.4"
7878
}
7979
}

apps/supernova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@cloudoperators/juno-config": "workspace:*",
1818
"@tailwindcss/vite": "4.2.1",
1919
"@tanstack/react-query": "5.90.21",
20-
"@tanstack/router-plugin": "1.161.4",
20+
"@tanstack/router-plugin": "1.167.8",
2121
"@testing-library/jest-dom": "6.9.1",
2222
"@testing-library/react": "16.3.2",
2323
"@types/react": "19.2.14",

apps/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tailwindcss": "4.2.1",
5555
"typescript": "5.9.3",
5656
"vite": "7.3.1",
57-
"vite-tsconfig-paths": "5.1.4",
57+
"vite-tsconfig-paths": "6.1.1",
5858
"vitest": "3.2.4"
5959
}
6060
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pre:push": "turbo run lint typecheck"
2929
},
3030
"devDependencies": {
31-
"@changesets/cli": "2.29.7",
31+
"@changesets/cli": "2.30.0",
3232
"@commitlint/cli": "19.8.1",
3333
"@commitlint/config-conventional": "19.8.1",
3434
"@types/node": "24.3.2",
@@ -47,7 +47,8 @@
4747
"pnpm": {
4848
"overrides": {
4949
"minimatch": ">=10.2.4",
50-
"@vitest/ui>flatted": ">=3.4.2"
50+
"flatted": ">=3.4.2",
51+
"picomatch": ">=4.0.4"
5152
}
5253
}
5354
}

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"vite-plugin-dts": "4.5.4",
5454
"vite-plugin-glob": "0.3.2",
5555
"vite-plugin-svgr": "4.5.0",
56-
"vite-tsconfig-paths": "5.1.4",
56+
"vite-tsconfig-paths": "6.1.1",
5757
"vitest": "3.2.4"
5858
},
5959
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 332 additions & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)