Skip to content

Commit

Permalink
Bump d3 color (#79)
Browse files Browse the repository at this point in the history
* Bump React 16.12.0 to 16.14.0 (#55)

Signed-off-by: kaddy645 <[email protected]>

Signed-off-by: kaddy645 <[email protected]>

* [CVE] Bump d3-color

Signed-off-by: Kartik <[email protected]>

Signed-off-by: kaddy645 <[email protected]>
Signed-off-by: Kartik <[email protected]>
  • Loading branch information
kaddy645 authored Sep 29, 2022
1 parent dd73c36 commit fa3d410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"**/got": "^11.8.5",
"**/postcss": "^7.0.39",
"**/eslint": "^7.10.0",
"**/har-validator": "^5.1.5"
"**/har-validator": "^5.1.5",
"**/d3-color": "^3.1.0"
},
"pre-commit": [
"test-staged"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5167,10 +5167,10 @@ d3-collection@1, d3-collection@^1.0.7:
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==

d3-color@1, d3-color@^1.4.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a"
integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==
d3-color@1, d3-color@^1.4.0, d3-color@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==

d3-dispatch@^1.0.3:
version "1.0.6"
Expand Down

0 comments on commit fa3d410

Please sign in to comment.