Skip to content

Commit 8a6d495

Browse files
chore(deps): fix high vulnerability due to flatted (#1555)
* test * test * fix flatted high vulnerability
1 parent c8a6676 commit 8a6d495

7 files changed

Lines changed: 114 additions & 278 deletions

File tree

.changeset/chatty-hands-marry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@cloudoperators/juno-config": patch
3+
"@cloudoperators/juno-app-template": patch
4+
"@cloudoperators/juno-app-heureka": patch
5+
"@cloudoperators/juno-app-carbon": patch
6+
---
7+
8+
Bump eslint version to fix high vulnerabilities related to transitive npm dependency `flatted`.

apps/carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@vitejs/plugin-react-swc": "3.11.0",
5050
"@vitest/ui": "4.1.0",
5151
"autoprefixer": "10.4.27",
52-
"eslint": "10.0.3",
52+
"eslint": "10.1.0",
5353
"eslint-config-prettier": "9.1.2",
5454
"eslint-plugin-prettier": "5.5.5",
5555
"eslint-plugin-react": "7.37.5",

apps/heureka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@vitejs/plugin-react": "4.7.0",
6060
"@vitest/ui": "4.1.0",
6161
"autoprefixer": "10.4.27",
62-
"eslint": "10.0.3",
62+
"eslint": "10.1.0",
6363
"eslint-config-prettier": "9.1.2",
6464
"eslint-plugin-prettier": "5.5.5",
6565
"eslint-plugin-react": "7.37.5",

apps/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@vitejs/plugin-react-swc": "3.11.0",
4444
"@vitejs/plugin-react": "4.7.0",
4545
"@vitest/ui": "4.1.0",
46-
"eslint": "10.0.3",
46+
"eslint": "10.1.0",
4747
"eslint-config-prettier": "9.1.2",
4848
"eslint-plugin-prettier": "5.5.5",
4949
"eslint-plugin-react": "7.37.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@commitlint/cli": "19.8.1",
3232
"@commitlint/config-conventional": "19.8.1",
3333
"@types/node": "24.3.2",
34-
"eslint": "10.0.2",
34+
"eslint": "10.1.0",
3535
"husky": "9.1.7",
3636
"license-checker-rseidelsohn": "4.4.2",
3737
"prettier": "3.6.2",
@@ -46,7 +46,7 @@
4646
"pnpm": {
4747
"overrides": {
4848
"minimatch": ">=10.2.4",
49-
"flat-cache>flatted": ">=3.4.1"
49+
"@vitest/ui>flatted": ">=3.4.2"
5050
}
5151
}
5252
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@eslint/compat": "2.0.3",
1111
"@types/eslint__js": "8.42.3",
12-
"eslint": "10.0.3",
12+
"eslint": "10.1.0",
1313
"eslint-config-prettier": "9.1.2",
1414
"eslint-plugin-prettier": "5.5.5",
1515
"eslint-plugin-react": "7.37.5",

0 commit comments

Comments
 (0)