diff --git a/package-lock.json b/package-lock.json index a718e155db..889764ef70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13836,9 +13836,10 @@ } }, "node_modules/less": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", - "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.1.tgz", + "integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==", + "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", "parse-node-version": "^1.0.1", @@ -14105,9 +14106,10 @@ "dev": true }, "node_modules/lightweight-charts": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-4.1.1.tgz", - "integrity": "sha512-HYjm66NAIOhoLDNaaQsiwOVWiFHL1yrygZeKd4PgdZESnWyp5dPoTe3pH3t2h4ix+Ix5TwLZaNbWroZqQuj6OA==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-4.2.2.tgz", + "integrity": "sha512-H5u9BfUeWzOA90QaqAlGjz1tePa7kUihKSOMiE4538/xMuM3k3n6bWYxuZSj9zwIj1PhgY/J5HTA/4lMk/lYYQ==", + "license": "Apache-2.0", "dependencies": { "fancy-canvas": "2.1.0" } @@ -23390,7 +23392,7 @@ "d3-interpolate": "^3.0.1", "date-fns": "^2.29.3", "escape-string-regexp": "^5.0.0", - "lightweight-charts": "^4.1.0", + "lightweight-charts": "^4.2.0", "tslib": "^2.3.1" }, "devDependencies": { @@ -23522,7 +23524,7 @@ "fs-extra": "^8.1.0", "glob": "^10.3.9", "htmlparser2": "^4.0.0", - "less": "^4.2.0", + "less": "^4.2.1", "less-plugin-npm-import": "^2.1.0", "postcss": "^8.4.49", "svgo": "^3.2.0", diff --git a/packages/elements/package.json b/packages/elements/package.json index 3d878e276f..c2d9addc39 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -466,7 +466,7 @@ "d3-interpolate": "^3.0.1", "date-fns": "^2.29.3", "escape-string-regexp": "^5.0.0", - "lightweight-charts": "^4.1.0", + "lightweight-charts": "^4.2.0", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/elements/src/interactive-chart/__test__/__snapshots__/interactive-chart.test.snap.js b/packages/elements/src/interactive-chart/__test__/__snapshots__/interactive-chart.test.snap.js index 8165285ce4..61bd87b095 100644 --- a/packages/elements/src/interactive-chart/__test__/__snapshots__/interactive-chart.test.snap.js +++ b/packages/elements/src/interactive-chart/__test__/__snapshots__/interactive-chart.test.snap.js @@ -10,12 +10,13 @@ snapshots["interactive-chart/InteractiveChart Default DOM structure is correct"]