Update dependency d3-time-format to v2.2.1 (https://github.com/woocommerce/woocommerce-admin/pull/3133)
This commit is contained in:
parent
64ad5ee465
commit
90e7491b44
|
@ -7414,9 +7414,9 @@
|
|||
"integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA=="
|
||||
},
|
||||
"d3-time-format": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.3.tgz",
|
||||
"integrity": "sha512-6k0a2rZryzGm5Ihx+aFMuO1GgelgIz+7HhB4PH4OEndD5q2zGn1mDfRdNrulspOfR6JXkb2sThhDK41CSK85QA==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.1.tgz",
|
||||
"integrity": "sha512-VA6WqORO1+H1SvSzgl2oT0z3niANh3opa8Cencpen1LFthw/bEX71R/DgjPlWw78J4UHmD0jCPP1W0HpwMkhjg==",
|
||||
"requires": {
|
||||
"d3-time": "1"
|
||||
}
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"d3-scale-chromatic": "1.5.0",
|
||||
"d3-selection": "1.4.0",
|
||||
"d3-shape": "1.3.5",
|
||||
"d3-time-format": "2.1.3",
|
||||
"d3-time-format": "2.2.1",
|
||||
"debug": "4.1.1",
|
||||
"dompurify": "2.0.7",
|
||||
"emoji-flags": "1.2.0",
|
||||
|
|
Loading…
Reference in New Issue