Skip to content

Commit

Permalink
fix: upgrade d3-ease from 1.0.6 to 1.0.7 (naver#1617)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade d3-ease from 1.0.6 to 1.0.7.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/netil/project/c3e87459-1a07-44ed-8d6c-fa80ffc81654?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Aug 21, 2020
1 parent 4f80835 commit 4f78533
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"d3-color": "^1.4.1",
"d3-drag": "^1.2.5",
"d3-dsv": "^1.2.0",
"d3-ease": "^1.0.6",
"d3-ease": "^1.0.7",
"d3-interpolate": "^1.4.0",
"d3-scale": "^2.2.2",
"d3-selection": "^1.4.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4360,11 +4360,16 @@ d3-dsv@^1.2.0:
iconv-lite "0.4"
rw "1"

d3-ease@1, d3-ease@^1.0.6:
d3-ease@1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.6.tgz#ebdb6da22dfac0a22222f2d4da06f66c416a0ec0"
integrity sha512-SZ/lVU7LRXafqp7XtIcBdxnWl8yyLpgOmzAk0mWBI9gXNzLDx5ybZgnRbH9dN/yY5tzVBqCQ9avltSnqVwessQ==

d3-ease@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.7.tgz#9a834890ef8b8ae8c558b2fe55bd57f5993b85e2"
integrity sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==

d3-format@1, d3-format@^1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.4.4.tgz#356925f28d0fd7c7983bfad593726fce46844030"
Expand Down

0 comments on commit 4f78533

Please sign in to comment.