Skip to content

Commit c3f2e8c

Browse files
authored
Fix dependabot alerts in monorepo (high, remaining critical) (#31944)
1 parent 86bba45 commit c3f2e8c

File tree

6 files changed

+2564
-5064
lines changed

6 files changed

+2564
-5064
lines changed

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vue/shared": "^3.2.47",
3232
"canvg": "4.0.3",
3333
"cldr-core": "40.0.0",
34-
"cldr-data": "36.0.1",
34+
"cldr-data": "36.0.4",
3535
"cldr-dates-full": "40.0.0",
3636
"cldr-numbers-full": "40.0.0",
3737
"cldrjs": "0.5.5",

apps/react-storybook/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"devDependencies": {
2020
"@types/react": "18.0.0",
2121
"@types/react-dom": "18.0.0",
22-
"@storybook/addon-essentials": "7.6.19",
23-
"@storybook/addon-interactions": "7.6.19",
24-
"@storybook/addon-links": "7.6.19",
25-
"@storybook/blocks": "7.6.19",
26-
"@storybook/react": "7.6.19",
27-
"@storybook/react-webpack5": "7.6.19",
28-
"@storybook/test": "7.6.19",
22+
"@storybook/addon-essentials": "8.6.14",
23+
"@storybook/addon-interactions": "8.6.14",
24+
"@storybook/addon-links": "10.1.4",
25+
"@storybook/blocks": "8.6.14",
26+
"@storybook/react": "10.1.4",
27+
"@storybook/react-webpack5": "10.1.4",
28+
"@storybook/test": "8.6.14",
2929
"prop-types": "15.8.1",
3030
"react": "18.0.0",
3131
"react-dom": "18.0.0",
32-
"storybook": "7.6.19",
32+
"storybook": "10.1.4",
3333
"typescript": "4.9.5"
3434
}
3535
}

e2e/bundlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cldrjs": "0.5.5",
1313
"jquery": "3.7.1",
1414
"minimist": "1.2.8",
15-
"parcel": "2.12.0",
15+
"parcel": "2.16.1",
1616
"rimraf": "3.0.2",
1717
"rollup": "4.22.4",
1818
"vite": "5.4.19",

e2e/wrappers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
"@angular-devkit/build-angular": "^19.2.5",
5757
"@angular/cli": "^19.2.5",
5858
"@angular/compiler-cli": "^19.2.0",
59-
"@eslint/js": "^9.21.0",
59+
"@eslint/js": "^9.39.1",
6060
"@types/jasmine": "~5.1.0",
6161
"@types/react": "^19.0.10",
6262
"@types/react-dom": "^19.0.4",
6363
"@vitejs/plugin-react": "^4.3.4",
6464
"@vitejs/plugin-vue": "^5.2.1",
65-
"eslint": "^9.21.0",
66-
"eslint-plugin-react-hooks": "^5.1.0",
67-
"eslint-plugin-react-refresh": "^0.4.19",
65+
"eslint": "^9.39.1",
66+
"eslint-plugin-react-hooks": "^7.0.1",
67+
"eslint-plugin-react-refresh": "^0.4.24",
6868
"globals": "^15.15.0",
6969
"jasmine-core": "~5.6.0",
7070
"karma": "~6.4.0",

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"shelljs": "0.8.5",
5252
"shx": "0.4.0",
5353
"source-map": "0.7.4",
54-
"tar-fs": "3.0.9",
54+
"tar-fs": "3.1.1",
5555
"ts-node": "10.9.2",
5656
"vue": "3.4.27",
5757
"yargs": "17.7.2"
@@ -62,7 +62,16 @@
6262
],
6363
"pnpm": {
6464
"overrides": {
65-
"@devexpress/callsite-record@^4.1.6": "4.1.6"
65+
"@devexpress/callsite-record@^4.1.6": "4.1.6",
66+
"form-data@<2.5.4": "2.5.5",
67+
"form-data@>=4.0.0 <4.0.4": "^4.0.5",
68+
"pbkdf2@<=3.1.2": "^3.1.3",
69+
"sha.js@<=2.4.11": "^2.4.12",
70+
"rollup@<2.79.2": "^4.53.3",
71+
"json5@<1.0.2": "^2.2.3",
72+
"axios@<1.8.2": "^1.13.2",
73+
"braces@<3.0.3": "^3.0.3",
74+
"semver@<5.7.2": "^5.7.2"
6675
}
6776
},
6877
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)