Skip to content

Commit 4c237fa

Browse files
authored
fix: add resolutions to fix more dependency issues (#4743)
1 parent 2270768 commit 4c237fa

File tree

4 files changed

+232
-292
lines changed

4 files changed

+232
-292
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"npmClient": "yarn",
3+
"useWorkspaces": true,
34
"publishConfig": {
45
"access": "public",
56
"registry": "https://registry.npmjs.org/"

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,19 @@
4646
},
4747
"resolutions": {
4848
"node-sass": ">=6.0.1",
49-
"tar-fs": "3.0.7",
49+
"tar-fs": ">=3.0.9",
5050
"cross-spawn": "7.0.5",
5151
"trim": ">=0.0.3",
5252
"axios": ">=0.21.3",
5353
"braces": ">=3.0.3",
54-
"ssri": ">=8.0.1"
54+
"ssri": ">=8.0.1",
55+
"tmp": ">=0.2.4",
56+
"ws": ">=8.17.1",
57+
"@babel/helpers": ">=7.26.10",
58+
"@babel/runtime": ">=7.26.10",
59+
"parse-git-config": ">=3.0.0",
60+
"ip": ">=2.0.0",
61+
"http-cache-semantics": ">=4.1.1",
62+
"nanoid": ">=3.3.8"
5563
}
5664
}

packages/documentation-framework/package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pf-docs-framework": "scripts/cli/cli.js"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.24.3",
11+
"@babel/core": "^7.28.3",
1212
"@babel/preset-env": "7.27.1",
1313
"@babel/preset-react": "^7.24.1",
1414
"@mdx-js/util": "1.6.16",
@@ -19,7 +19,7 @@
1919
"camelcase-css": "2.0.1",
2020
"chokidar": "4.0.0",
2121
"clean-webpack-plugin": "4.0.0",
22-
"codesandbox": "2.2.0",
22+
"codesandbox": "2.2.3",
2323
"commander": "4.1.1",
2424
"copy-webpack-plugin": "13.0.0",
2525
"css-loader": "6.7.3",
@@ -66,7 +66,7 @@
6666
"url-loader": "4.1.0",
6767
"vfile-reporter": "6.0.1",
6868
"webpack": "5.94.0",
69-
"webpack-bundle-analyzer": "4.8.0",
69+
"webpack-bundle-analyzer": "4.10.2",
7070
"webpack-cli": "5.0.1",
7171
"webpack-dev-server": "5.2.2",
7272
"webpack-merge": "5.8.0"
@@ -81,10 +81,18 @@
8181
},
8282
"resolutions": {
8383
"trim": ">=0.0.3",
84-
"tar-fs": "3.0.7",
84+
"tar-fs": ">=3.0.9",
8585
"cross-spawn": "7.0.5",
8686
"axios": ">=0.21.3",
8787
"braces": ">=3.0.3",
88-
"ssri": ">=8.0.1"
88+
"ssri": ">=8.0.1",
89+
"tmp": ">=0.2.4",
90+
"ws": ">=8.17.1",
91+
"@babel/helpers": ">=7.26.10",
92+
"@babel/runtime": ">=7.26.10",
93+
"parse-git-config": ">=3.0.0",
94+
"ip": ">=2.0.0",
95+
"http-cache-semantics": ">=4.1.1",
96+
"nanoid": ">=3.3.8"
8997
}
9098
}

0 commit comments

Comments
 (0)