Skip to content

Commit 4a2bd04

Browse files
authored
Fix some vulnerability warnings (#5128)
1 parent 388f94b commit 4a2bd04

7 files changed

Lines changed: 160 additions & 157 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
},
5454
"dependencies": {
5555
"puppeteer": "^24.4.0"
56+
},
57+
"overrides": {
58+
"basic-ftp": "^5.2.0"
5659
}
5760
}

packages/model-viewer-effects/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,28 @@
8383
"@rollup/plugin-commonjs": "^28.0.3",
8484
"@rollup/plugin-node-resolve": "^16.0.0",
8585
"@rollup/plugin-replace": "^6.0.2",
86+
"@rollup/plugin-swc": "^0.4.0",
87+
"@rollup/plugin-terser": "^0.4.4",
88+
"@swc/core": "^1.11.8",
8689
"@types/mocha": "^10.0.10",
8790
"@types/pngjs": "^6.0.5",
8891
"@types/three": "^0.182.0",
8992
"@ungap/event-target": "^0.2.4",
9093
"@web/test-runner": "^0.20.0",
9194
"@web/test-runner-playwright": "^0.11.0",
9295
"chai": "^5.2.0",
93-
"@rollup/plugin-swc": "^0.4.0",
94-
"@swc/core": "^1.11.8",
9596
"focus-visible": "^5.2.1",
9697
"http-server": "^14.1.1",
9798
"mocha": "^11.1.0",
9899
"npm-run-all": "^4.1.5",
99-
"rollup": "^4.35.0",
100+
"rollup": "^4.59.0",
100101
"rollup-plugin-cleanup": "^3.2.1",
101102
"rollup-plugin-dts": "^6.1.1",
102103
"rollup-plugin-polyfill": "^4.2.0",
103-
"@rollup/plugin-terser": "^0.4.4",
104104
"three": "^0.182.0",
105105
"typescript": "5.8.2"
106106
},
107107
"publishConfig": {
108108
"access": "public"
109109
}
110-
}
110+
}

packages/model-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"http-server": "^14.1.1",
107107
"mocha": "^11.1.0",
108108
"npm-run-all": "^4.1.5",
109-
"rollup": "^4.35.0",
109+
"rollup": "^4.59.0",
110110
"rollup-plugin-cleanup": "^3.2.1",
111111
"rollup-plugin-dts": "^6.1.1",
112112
"rollup-plugin-polyfill": "^4.2.0",

packages/modelviewer.dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"prismjs": "^1.30.0"
3434
},
3535
"devDependencies": {
36-
"rollup": "^4.35.0",
3736
"@rollup/plugin-node-resolve": "^16.0.0",
37+
"@rollup/plugin-replace": "^6.0.2",
3838
"@rollup/plugin-swc": "^0.4.0",
3939
"@swc/core": "^1.11.8",
40-
"@rollup/plugin-replace": "^6.0.2",
40+
"rollup": "^4.59.0",
4141
"typescript": "5.8.2"
4242
}
43-
}
43+
}

packages/render-fidelity-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-replace": "^6.0.2",
4545
"@types/yargs": "^17.0.33",
4646
"polymer-build": "^3.1.4",
47-
"rollup": "^4.35.0",
47+
"rollup": "^4.59.0",
4848
"rollup-plugin-external-globals": "^0.13.0",
4949
"typescript": "5.8.2"
5050
}

packages/space-opera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"qrious": "^4.0.2",
7373
"redux": "^5.0.1",
7474
"remote-redux-devtools": "^0.5.16",
75-
"rollup": "^4.35.0",
75+
"rollup": "^4.59.0",
7676
"simple-dropzone": "^0.8.3",
7777
"ts-closure-library": "^2022.502.5",
7878
"typescript": "5.8.2",

0 commit comments

Comments
 (0)