summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-10 02:02:11 +0000
committerGitHub <noreply@github.com>2022-12-10 02:02:11 +0000
commitb87be5cd3663bccf93f78df943e41549e5ae6aed (patch)
tree2d5b87d702b72bc87941c481d99bac8e17b73b9c
parent0c198dcab698873b33c3701a30e847b7a781f94c (diff)
Bump d3 from 7.6.1 to 7.7.0
Bumps [d3](https://github.com/d3/d3) from 7.6.1 to 7.7.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.6.1...v7.7.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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 4e82d3ed..0710be64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"@nextcloud/vue": "^7.1.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^7.0.0",
- "d3": "^7.4.4",
+ "d3": "^7.7.0",
"d3-org-chart": "^2.6.0",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
@@ -5659,9 +5659,9 @@
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
},
"node_modules/d3": {
- "version": "7.6.1",
- "resolved": "https://registry.npmjs.org/d3/-/d3-7.6.1.tgz",
- "integrity": "sha512-txMTdIHFbcpLx+8a0IFhZsbp+PfBBPt8yfbmukZTQFroKuFqIwqswF0qE5JXWefylaAVpSXFoKm3yP+jpNLFLw==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/d3/-/d3-7.7.0.tgz",
+ "integrity": "sha512-VEwHCMgMjD2WBsxeRGUE18RmzxT9Bn7ghDpzvTEvkLSBAKgTMydJjouZTjspgQfRHpPt/PB3EHWBa6SSyFQq4g==",
"dependencies": {
"d3-array": "3",
"d3-axis": "3",
@@ -20708,9 +20708,9 @@
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
},
"d3": {
- "version": "7.6.1",
- "resolved": "https://registry.npmjs.org/d3/-/d3-7.6.1.tgz",
- "integrity": "sha512-txMTdIHFbcpLx+8a0IFhZsbp+PfBBPt8yfbmukZTQFroKuFqIwqswF0qE5JXWefylaAVpSXFoKm3yP+jpNLFLw==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/d3/-/d3-7.7.0.tgz",
+ "integrity": "sha512-VEwHCMgMjD2WBsxeRGUE18RmzxT9Bn7ghDpzvTEvkLSBAKgTMydJjouZTjspgQfRHpPt/PB3EHWBa6SSyFQq4g==",
"requires": {
"d3-array": "3",
"d3-axis": "3",
diff --git a/package.json b/package.json
index 2bf13c26..3b4a2263 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"@nextcloud/vue": "^7.1.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^7.0.0",
- "d3": "^7.4.4",
+ "d3": "^7.7.0",
"d3-org-chart": "^2.6.0",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",