From 1af3eaa480f611eccd6564c4315eb79699779a06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 08:31:22 +0000 Subject: [PATCH] feat: upgrade d3-scale from 2.1.2 to 3.2.1 Snyk has created this PR to upgrade d3-scale from 2.1.2 to 3.2.1. See this package in NPM: https://www.npmjs.com/package/d3-scale See this project in Snyk: https://app.snyk.io/org/skyscanner/project/f52065be-ce79-411f-bf19-bcace9bc1e1a?utm_source=github&utm_medium=upgrade-pr --- packages/bpk-component-barchart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bpk-component-barchart/package.json b/packages/bpk-component-barchart/package.json index 46dac90073..33f5eaed85 100644 --- a/packages/bpk-component-barchart/package.json +++ b/packages/bpk-component-barchart/package.json @@ -18,7 +18,7 @@ "bpk-react-utils": "^2.9.4", "bpk-tokens": "^32.0.2", "d3-path": "^1.0.5", - "d3-scale": "^2.1.0", + "d3-scale": "^3.2.1", "lodash.debounce": "^4.0.8", "prop-types": "^15.6.2" },