From 16e6cdeea7fa2ba24de98f5f5665ad770447bbd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 03:03:45 +0000 Subject: [PATCH] Update dependency @types/plotly.js-dist to v2 --- imprint/frontend/package-lock.json | 24 +++++++++--------------- imprint/frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/imprint/frontend/package-lock.json b/imprint/frontend/package-lock.json index 819a779e..19c7b973 100644 --- a/imprint/frontend/package-lock.json +++ b/imprint/frontend/package-lock.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@types/plotly.js": "^1.54.20", - "@types/plotly.js-dist": "npm:@types/plotly.js@^1.54.20" + "@types/plotly.js-dist": "npm:@types/plotly.js@^2.0.0" } }, "node_modules/@adobe/css-tools": { @@ -4204,13 +4204,10 @@ }, "node_modules/@types/plotly.js-dist": { "name": "@types/plotly.js", - "version": "1.54.22", - "resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.22.tgz", - "integrity": "sha512-/xL9++eA7VnIIZqNQOw6sZ7DtEmfoHj5rAD2CjU2LCOqem/BxTA1KlpdUWEHOiou6za4HKnM+Nvho3jTBPYJ/w==", - "dev": true, - "dependencies": { - "@types/d3": "^3" - } + "version": "2.12.8", + "resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-2.12.8.tgz", + "integrity": "sha512-h7gkIDxjC7ZgAZTActvrMJNDFsEPIAOr6kvMIhTOgxOrXTnXH3ywnmjtfoUViuKFNhos3zhhTtcT5QQT/bH/2w==", + "dev": true }, "node_modules/@types/prettier": { "version": "2.7.1", @@ -20408,13 +20405,10 @@ } }, "@types/plotly.js-dist": { - "version": "npm:@types/plotly.js@1.54.22", - "resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.22.tgz", - "integrity": "sha512-/xL9++eA7VnIIZqNQOw6sZ7DtEmfoHj5rAD2CjU2LCOqem/BxTA1KlpdUWEHOiou6za4HKnM+Nvho3jTBPYJ/w==", - "dev": true, - "requires": { - "@types/d3": "^3" - } + "version": "npm:@types/plotly.js@2.12.8", + "resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-2.12.8.tgz", + "integrity": "sha512-h7gkIDxjC7ZgAZTActvrMJNDFsEPIAOr6kvMIhTOgxOrXTnXH3ywnmjtfoUViuKFNhos3zhhTtcT5QQT/bH/2w==", + "dev": true }, "@types/prettier": { "version": "2.7.1", diff --git a/imprint/frontend/package.json b/imprint/frontend/package.json index c96ff9dd..98fcd1ff 100644 --- a/imprint/frontend/package.json +++ b/imprint/frontend/package.json @@ -50,6 +50,6 @@ }, "devDependencies": { "@types/plotly.js": "^1.54.20", - "@types/plotly.js-dist": "npm:@types/plotly.js@^1.54.20" + "@types/plotly.js-dist": "npm:@types/plotly.js@^2.0.0" } }