Skip to content

Commit

Permalink
Merge pull request #4159 from GordonSmith/D3_COLOR_VER
Browse files Browse the repository at this point in the history
chore: Bump d3-color version (security)
  • Loading branch information
GordonSmith authored Jan 24, 2024
2 parents f1286d2 + bc840d3 commit 568a639
Show file tree
Hide file tree
Showing 8 changed files with 2,389 additions and 4,732 deletions.
7,092 changes: 2,373 additions & 4,719 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tests/*"
],
"scripts": {
"uninstall": "lerna clean && rimraf demos/**/node_modules apps/**/node_modules",
"uninstall": "lerna clean && rimraf demos/**/node_modules apps/**/node_modules && rimraf package-lock.json",
"clean-root": "rimraf build coverage dist lib* types temp tmp *.tsbuildinfo .vitepress/dist .vitepress/cache docs/api",
"clean": "lerna run clean && npm run clean-root",
"stamp": "lerna run stamp",
Expand Down Expand Up @@ -123,6 +123,9 @@
"webpack-cli": "5.1.4",
"webpack-hasjs-plugin": "1.0.4"
},
"overrides": {
"d3-color": "3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/Visualization.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@hpcc-js/bundle": "^2.11.5",
"d3-collection": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-format": "^1",
"d3-selection": "^1",
"tslib": "2.6.2"
Expand All @@ -59,4 +59,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"d3-array": "^1",
"d3-axis": "^1",
"d3-brush": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-contour": "^1",
"d3-format": "^1",
"d3-geo": "^1",
Expand Down Expand Up @@ -78,4 +78,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"d3-array": "^1",
"d3-brush": "^1",
"d3-collection": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-dispatch": "^1",
"d3-drag": "^1",
"d3-dsv": "^1",
Expand All @@ -90,4 +90,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@hpcc-js/bundle": "^2.11.5",
"d3-brush": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-drag": "^1",
"d3-scale": "^1",
"d3-selection": "^1",
Expand All @@ -62,4 +62,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
4 changes: 2 additions & 2 deletions packages/map-deck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@hpcc-js/bundle": "^2.11.5",
"d3-array": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-transition": "^1",
"tslib": "2.6.2"
},
Expand All @@ -61,4 +61,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
4 changes: 2 additions & 2 deletions packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@hpcc-js/bundle": "^2.11.5",
"d3-collection": "^1",
"d3-color": "^1",
"d3-color": "3.1.0",
"d3-format": "^1",
"d3-geo": "^1",
"d3-quadtree": "^1",
Expand All @@ -72,4 +72,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}

0 comments on commit 568a639

Please sign in to comment.