Skip to content

Commit b73d7b7

Browse files
chore(deps): bump @types/d3-array from 3.2.1 to 3.2.2
Bumps [@types/d3-array](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-array) from 3.2.1 to 3.2.2. - [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-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe512e commit b73d7b7

1 file changed

Lines changed: 34 additions & 9 deletions

File tree

yarn.lock

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,9 +2744,9 @@
27442744
integrity sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==
27452745

27462746
"@types/d3-array@^3.0.2":
2747-
version "3.2.1"
2748-
resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.2.1.tgz#1f6658e3d2006c4fceac53fde464166859f8b8c5"
2749-
integrity sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==
2747+
version "3.2.2"
2748+
resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.2.2.tgz#e02151464d02d4a1b44646d0fcdb93faf88fde8c"
2749+
integrity sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==
27502750

27512751
"@types/d3-color@^3.1.3":
27522752
version "3.1.3"
@@ -9969,7 +9969,16 @@ streamx@^2.21.0:
99699969
fast-fifo "^1.3.2"
99709970
text-decoder "^1.1.0"
99719971

9972-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9972+
"string-width-cjs@npm:string-width@^4.2.0":
9973+
version "4.2.3"
9974+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9975+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9976+
dependencies:
9977+
emoji-regex "^8.0.0"
9978+
is-fullwidth-code-point "^3.0.0"
9979+
strip-ansi "^6.0.1"
9980+
9981+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
99739982
version "4.2.3"
99749983
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
99759984
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10075,7 +10084,7 @@ string_decoder@~1.1.1:
1007510084
dependencies:
1007610085
safe-buffer "~5.1.0"
1007710086

10078-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10087+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1007910088
version "6.0.1"
1008010089
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1008110090
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10089,6 +10098,13 @@ strip-ansi@^3.0.0:
1008910098
dependencies:
1009010099
ansi-regex "^2.0.0"
1009110100

10101+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10102+
version "6.0.1"
10103+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10104+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10105+
dependencies:
10106+
ansi-regex "^5.0.1"
10107+
1009210108
strip-ansi@^7.0.1:
1009310109
version "7.1.0"
1009410110
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10816,9 +10832,9 @@ vite-bundle-analyzer@^1.3.6:
1081610832
integrity sha512-elFXkF9oGy4CJEeOdP1DSEHRDKWfmaEDfT9/GuF4jmyfmUF6nC//iN+ythqMEVvrtchOEHGKLumZwnu1NjoI0w==
1081710833

1081810834
vite@^4.5.0, "vite@^6.0.0 || ^7.0.0", vite@^7.3.1:
10819-
version "7.3.2"
10820-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.2.tgz#cb041794d4c1395e28baea98198fd6e8f4b96b5c"
10821-
integrity sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==
10835+
version "7.3.5"
10836+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.5.tgz#90c2d0b7b94a224e7e7dcf22d2912ff0b5291165"
10837+
integrity sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==
1082210838
dependencies:
1082310839
esbuild "^0.27.0"
1082410840
fdir "^6.5.0"
@@ -11049,7 +11065,7 @@ wordwrapjs@^5.1.0:
1104911065
resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-5.1.1.tgz#bfd1eb426f0f7eec73b7df32cf7df1f618bfb3a9"
1105011066
integrity sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==
1105111067

11052-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11068+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1105311069
version "7.0.0"
1105411070
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1105511071
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11067,6 +11083,15 @@ wrap-ansi@^6.0.1:
1106711083
string-width "^4.1.0"
1106811084
strip-ansi "^6.0.0"
1106911085

11086+
wrap-ansi@^7.0.0:
11087+
version "7.0.0"
11088+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11089+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11090+
dependencies:
11091+
ansi-styles "^4.0.0"
11092+
string-width "^4.1.0"
11093+
strip-ansi "^6.0.0"
11094+
1107011095
wrap-ansi@^8.1.0:
1107111096
version "8.1.0"
1107211097
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)