Skip to content

Commit f69e63e

Browse files
authored
fix(deps): address CVE-2026-39363 in vite (#1584)
* feat(juno): add fix-vulnerability skill and update gitignore * fix(deps): address CVE-2026-39363 in vite - Updated vite to 7.3.2 across all packages and apps - Fixes Dependabot alert #201 * chore: add changeset for vite CVE-2026-39363 security fix * chore: remove skill file and revert gitignore changes
1 parent 078d641 commit f69e63e

17 files changed

Lines changed: 152 additions & 140 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@cloudoperators/juno-communicator": patch
3+
"@cloudoperators/greenhouse-auth-provider": patch
4+
"@cloudoperators/juno-k8s-client": patch
5+
"@cloudoperators/juno-messages-provider": patch
6+
"@cloudoperators/juno-oauth": patch
7+
"@cloudoperators/juno-package-template": patch
8+
"@cloudoperators/juno-ui-components": patch
9+
"@cloudoperators/juno-url-state-provider": patch
10+
---
11+
12+
fix: address CVE-2026-39363 vulnerability in vite

apps/carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "3.8.1",
6060
"tailwindcss": "4.2.1",
6161
"typescript": "5.9.3",
62-
"vite": "7.3.1",
62+
"vite": "7.3.2",
6363
"vite-plugin-svgr": "4.5.0",
6464
"vite-tsconfig-paths": "6.1.1",
6565
"vitest": "3.2.4"

apps/doop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-markdown": "10.1.0",
2828
"shadow-dom-testing-library": "1.13.1",
2929
"tailwindcss": "4.2.1",
30-
"vite": "7.3.1",
30+
"vite": "7.3.2",
3131
"vitest": "3.2.4",
3232
"zustand": "5.0.11"
3333
},

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"postcss": "8.5.8",
2929
"shadow-dom-testing-library": "1.13.1",
3030
"tailwindcss": "4.2.1",
31-
"vite": "7.3.1",
31+
"vite": "7.3.2",
3232
"vitest": "3.2.4"
3333
},
3434
"dependencies": {

apps/greenhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"remark-gfm": " 4.0.1",
3232
"shadow-dom-testing-library": "1.13.1",
3333
"tailwindcss": "4.2.1",
34-
"vite": "7.3.1",
34+
"vite": "7.3.2",
3535
"vite-plugin-svgr": "4.5.0",
3636
"vitest": "3.2.4",
3737
"zustand": "5.0.11"

apps/heureka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"tailwindcss": "4.2.1",
7272
"react-error-boundary": "6.1.1",
7373
"typescript": "5.9.3",
74-
"vite": "7.3.1",
74+
"vite": "7.3.2",
7575
"vite-plugin-svgr": "4.5.0",
7676
"vite-tsconfig-paths": "6.1.1",
7777
"vitest": "3.2.4"

apps/supernova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jsdom": "26.1.0",
2929
"shadow-dom-testing-library": "1.13.1",
3030
"tailwindcss": "4.2.1",
31-
"vite": "7.3.1",
31+
"vite": "7.3.2",
3232
"vitest": "3.2.4",
3333
"zustand": "5.0.11"
3434
},

apps/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prettier": "3.8.1",
5454
"tailwindcss": "4.2.1",
5555
"typescript": "5.9.3",
56-
"vite": "7.3.1",
56+
"vite": "7.3.2",
5757
"vite-tsconfig-paths": "6.1.1",
5858
"vitest": "3.2.4"
5959
}

packages/communicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "24.10.15",
3535
"jsdom": "26.1.0",
3636
"typescript": "5.9.3",
37-
"vite": "7.3.1",
37+
"vite": "7.3.2",
3838
"vite-plugin-dts": "4.5.4",
3939
"vitest": "3.2.4"
4040
}

packages/greenhouse-auth-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "19.2.4",
3333
"typescript": "5.9.3",
3434
"vitest": "3.2.4",
35-
"vite": "7.3.1",
35+
"vite": "7.3.2",
3636
"vite-plugin-dts": "4.5.4"
3737
},
3838
"scripts": {

0 commit comments

Comments
 (0)