From 153cd72361ea43538b11d2ef25f9030d168f620c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:23:47 +0000 Subject: [PATCH] build(deps-dev): Bump @types/d3-array from 3.0.2 to 3.0.9 Bumps [@types/d3-array](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-array) from 3.0.2 to 3.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-array) --- updated-dependencies: - dependency-name: "@types/d3-array" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d862b1c51..268a6fe55b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@swc/core": "~1.3.51", "@testcafe-community/axe": "^3.0.0", "@types/chalk": "^2.2.0", - "@types/d3-array": "^3.0.2", + "@types/d3-array": "^3.0.9", "@types/d3-color": "^3.0.2", "@types/d3-scale": "^4.0.1", "@types/d3-shape": "^3.0.2", @@ -9543,9 +9543,9 @@ } }, "node_modules/@types/d3-array": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.2.tgz", - "integrity": "sha512-5mjGjz6XOXKOCdTajXTZ/pMsg236RdiwKPrRPWAEf/2S/+PzwY+LLYShUpeysWaMvsdS7LArh6GdUefoxpchsQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.9.tgz", + "integrity": "sha512-mZowFN3p64ajCJJ4riVYlOjNlBJv3hctgAY01pjw3qTnJePD8s9DZmYDzhHKvzfCYvdjwylkU38+Vdt7Cu2FDA==", "dev": true }, "node_modules/@types/d3-color": { @@ -45164,9 +45164,9 @@ } }, "@types/d3-array": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.2.tgz", - "integrity": "sha512-5mjGjz6XOXKOCdTajXTZ/pMsg236RdiwKPrRPWAEf/2S/+PzwY+LLYShUpeysWaMvsdS7LArh6GdUefoxpchsQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.9.tgz", + "integrity": "sha512-mZowFN3p64ajCJJ4riVYlOjNlBJv3hctgAY01pjw3qTnJePD8s9DZmYDzhHKvzfCYvdjwylkU38+Vdt7Cu2FDA==", "dev": true }, "@types/d3-color": { diff --git a/package.json b/package.json index fea6325db3..47dbb1d7b9 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@swc/core": "~1.3.51", "@testcafe-community/axe": "^3.0.0", "@types/chalk": "^2.2.0", - "@types/d3-array": "^3.0.2", + "@types/d3-array": "^3.0.9", "@types/d3-color": "^3.0.2", "@types/d3-scale": "^4.0.1", "@types/d3-shape": "^3.0.2",