diff --git a/client/package-lock.json b/client/package-lock.json index 6746dc47d..d6a20ce57 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,6 @@ "backgrid-select-all": "0.3.5", "ci": "^2.2.0", "csv-file-validator": "^1.7.4", - "d3-color": "^2.0.0", "d3-scale": "^3.2.3", "d3-scale-chromatic": "^2.0.0", "d3-selection": "^2.0.0", @@ -36,7 +35,6 @@ "jquery-touchswipe": "^1.6.19", "jquery-ui": "^1.12.1", "jquery-ui-timepicker-addon": "^1.6.3", - "jquery.cookie": "^1.4.1", "jquery.flot": "^0.8.3", "jquery.flot.tooltip": "^0.9.0", "lodash-es": "^4.17.21", @@ -12065,11 +12063,6 @@ "node": ">= 0.8.0" } }, - "node_modules/jquery.cookie": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jquery.cookie/-/jquery.cookie-1.4.1.tgz", - "integrity": "sha512-c/hZOOL+8VSw/FkTVH637gS1/6YzMSCROpTZ2qBYwJ7s7sHajU7uBkSSiE5+GXWwrfCCyO+jsYjUQ7Hs2rIxAA==" - }, "node_modules/jquery.flot": { "version": "0.8.3", "resolved": "https://registry.npmjs.org/jquery.flot/-/jquery.flot-0.8.3.tgz", diff --git a/client/package.json b/client/package.json index b29eb56a1..742f073e3 100644 --- a/client/package.json +++ b/client/package.json @@ -71,7 +71,6 @@ "backgrid-select-all": "0.3.5", "ci": "^2.2.0", "csv-file-validator": "^1.7.4", - "d3-color": "^2.0.0", "d3-scale": "^3.2.3", "d3-scale-chromatic": "^2.0.0", "d3-selection": "^2.0.0", @@ -87,7 +86,6 @@ "jquery-touchswipe": "^1.6.19", "jquery-ui": "^1.12.1", "jquery-ui-timepicker-addon": "^1.6.3", - "jquery.cookie": "^1.4.1", "jquery.flot": "^0.8.3", "jquery.flot.tooltip": "^0.9.0", "lodash-es": "^4.17.21",