Skip to content

Commit 0e5781d

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592
1 parent cf7c36a commit 0e5781d

File tree

2 files changed

+106
-60
lines changed

2 files changed

+106
-60
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"core-js": "^3.35.0",
4343
"d3-array": "^2.12.0",
4444
"d3-axis": "^2.1.0",
45-
"d3-brush": "^1.1.6",
45+
"d3-brush": "^3.0.0",
4646
"d3-color": "^1.4.0",
4747
"d3-drag": "^1.2.4",
4848
"d3-force": "^2.1.1",
4949
"d3-hierarchy": "^1.1.9",
50-
"d3-interpolate": "^2.0.1",
50+
"d3-interpolate": "^3.0.0",
5151
"d3-path": "^1.0.9",
5252
"d3-quadtree": "^1.0.6",
53-
"d3-scale": "^3.3.0",
53+
"d3-scale": "^4.0.0",
5454
"d3-selection": "^1.4.2",
5555
"d3-shape": "^1.3.5",
56-
"d3-transition": "^1.2.0",
57-
"d3-zoom": "^1.8.3",
56+
"d3-transition": "^3.0.0",
57+
"d3-zoom": "^3.0.0",
5858
"graphql": "^15.8.0",
5959
"graphql-tag": "^2.12.6",
6060
"highlight.js": "^11.9.0",

0 commit comments

Comments
 (0)