Skip to content

Commit 502e300

Browse files
authored
Merge pull request #13060 from CesiumGS/release-npm-update
Updates outdated npm packages
2 parents df31bf3 + e4f334e commit 502e300

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757
"devDependencies": {
5858
"@cesium/eslint-config": "^12.0.0",
5959
"@playwright/test": "^1.41.1",
60-
"chokidar": "^4.0.1",
60+
"chokidar": "^5.0.0",
6161
"cloc": "^2.6.0-cloc",
6262
"compression": "^1.7.4",
63-
"esbuild": "^0.25.8",
63+
"esbuild": "^0.27.0",
6464
"eslint": "^9.32.0",
6565
"eslint-plugin-html": "^8.1.1",
6666
"eslint-plugin-react-hooks": "^7.0.0",
6767
"eslint-plugin-react-refresh": "^0.4.19",
6868
"express": "^5.1.0",
6969
"globals": "^16.0.0",
70-
"globby": "^15.0.0",
70+
"globby": "^16.0.0",
7171
"glsl-strip-comments": "^1.0.0",
7272
"gulp": "^5.0.0",
7373
"gulp-clean-css": "^4.3.0",
@@ -92,12 +92,12 @@
9292
"karma-safari-launcher": "^1.0.0",
9393
"karma-sourcemap-loader": "^0.4.0",
9494
"karma-spec-reporter": "^0.0.36",
95-
"markdownlint-cli": "^0.45.0",
95+
"markdownlint-cli": "^0.46.0",
9696
"merge-stream": "^2.0.0",
9797
"mkdirp": "^3.0.1",
9898
"node-fetch": "^3.2.10",
99-
"open": "^10.0.2",
100-
"prettier": "3.6.2",
99+
"open": "^11.0.0",
100+
"prettier": "3.7.3",
101101
"prismjs": "^1.28.0",
102102
"rimraf": "^6.0.1",
103103
"tsd-jsdoc": "^2.5.0",

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@zip.js/zip.js": "^2.8.1",
4040
"autolinker": "^4.0.0",
4141
"bitmap-sdf": "^1.0.3",
42-
"dompurify": "^3.0.2",
42+
"dompurify": "^3.3.0",
4343
"draco3d": "^1.5.1",
4444
"earcut": "^3.0.0",
4545
"grapheme-splitter": "^1.0.4",

packages/sandcastle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"classnames": "^2.5.1",
2121
"monaco-editor": "^0.52.2",
2222
"pako": "^2.1.0",
23-
"prettier": "^3.5.3",
23+
"prettier": "^3.7.3",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
2626
"react-stay-scrolled": "^9.0.0",
@@ -34,7 +34,7 @@
3434
"@types/react": "^19.0.10",
3535
"@types/react-dom": "^19.0.4",
3636
"@vitejs/plugin-react": "^5.0.4",
37-
"globby": "^15.0.0",
37+
"globby": "^16.0.0",
3838
"jsdom": "^27.0.0",
3939
"pagefind": "^1.3.0",
4040
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)