diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-06 02:54:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 02:54:18 +0000 |
commit | 8f7b938d31084b0a855c8bf9267239465ca00a09 (patch) | |
tree | e36e5997f115849822299d6bc0debf296dd62d55 | |
parent | e304ffa53764c9d2e935a88a11559edfd67832fc (diff) |
chore(deps): bump d3 from 7.8.5 to 7.9.0
Bumps [d3](https://github.com/d3/d3) from 7.8.5 to 7.9.0.
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](https://github.com/d3/d3/compare/v7.8.5...v7.9.0)
---
updated-dependencies:
- dependency-name: d3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index fcf04a8e..3ad6a20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vueuse/core": "^10.9.0", "b64-to-blob": "^1.2.19", "camelcase": "^8.0.0", - "d3": "^7.8.5", + "d3": "^7.9.0", "d3-org-chart": "^3.1.1", "debounce": "^2.0.0", "downloadjs": "^1.4.7", @@ -6907,9 +6907,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/d3": { - "version": "7.8.5", - "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.5.tgz", - "integrity": "sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", + "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", "dependencies": { "d3-array": "3", "d3-axis": "3", @@ -24380,9 +24380,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "d3": { - "version": "7.8.5", - "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.5.tgz", - "integrity": "sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", + "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", "requires": { "d3-array": "3", "d3-axis": "3", diff --git a/package.json b/package.json index 5ca25aa8..f3f24260 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@vueuse/core": "^10.9.0", "b64-to-blob": "^1.2.19", "camelcase": "^8.0.0", - "d3": "^7.8.5", + "d3": "^7.9.0", "d3-org-chart": "^3.1.1", "debounce": "^2.0.0", "downloadjs": "^1.4.7", |