Merge pull request #95 from wbkd/dependabot/npm_and_yarn/develop/d3-selection-1.4.1

chore(deps): bump d3-selection from 1.4.0 to 1.4.1
This commit is contained in:
Moritz
2020-02-24 16:46:00 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3518,9 +3518,9 @@
}
},
"d3-selection": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.0.tgz",
"integrity": "sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg=="
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.1.tgz",
"integrity": "sha512-BTIbRjv/m5rcVTfBs4AMBLKs4x8XaaLkwm28KWu9S2vKNqXkXt2AH2Qf0sdPZHjFxcWg/YL53zcqAz+3g4/7PA=="
},
"d3-timer": {
"version": "1.0.9",

View File

@@ -8,7 +8,7 @@
"@svgr/rollup": "^4.3.3",
"@welldone-software/why-did-you-render": "^3.3.9",
"classnames": "^2.2.6",
"d3-selection": "^1.4.0",
"d3-selection": "^1.4.1",
"d3-zoom": "^1.8.3",
"easy-peasy": "^3.1.0",
"fast-deep-equal": "^3.0.0-beta.2",