summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-28 06:10:06 +0000
committerGitHub <noreply@github.com>2023-01-28 06:10:06 +0000
commit1c93db30cddf044708cbbd94bad1d952d28a6283 (patch)
treeea3a3f279ef83819efa614e10c46dd1ea4ee013b
parentce6e90b373a7bef767111515674525ec9c12b5a3 (diff)
chore(deps): bump d3 from 7.8.1 to 7.8.2
Bumps [d3](https://github.com/d3/d3) from 7.8.1 to 7.8.2. - [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.1...v7.8.2) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6376980c..62270f48 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"@nextcloud/vue": "^7.5.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^7.0.1",
- "d3": "^7.8.1",
+ "d3": "^7.8.2",
"d3-org-chart": "^2.7.0",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
@@ -5974,9 +5974,9 @@
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
},
"node_modules/d3": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.1.tgz",
- "integrity": "sha512-fdipulGWUYTZTxxU9gDJ2P4mpZL2u7Oqe6n2FI95Q8UY0AjbKNYjPHvhLOsvR+HcSao4vo3YYy4Bk9CWOrt1Vw==",
+ "version": "7.8.2",
+ "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.2.tgz",
+ "integrity": "sha512-WXty7qOGSHb7HR7CfOzwN1Gw04MUOzN8qh9ZUsvwycIMb4DYMpY9xczZ6jUorGtO6bR9BPMPaueIKwiDxu9uiQ==",
"dependencies": {
"d3-array": "3",
"d3-axis": "3",
@@ -21225,9 +21225,9 @@
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
},
"d3": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.1.tgz",
- "integrity": "sha512-fdipulGWUYTZTxxU9gDJ2P4mpZL2u7Oqe6n2FI95Q8UY0AjbKNYjPHvhLOsvR+HcSao4vo3YYy4Bk9CWOrt1Vw==",
+ "version": "7.8.2",
+ "resolved": "https://registry.npmjs.org/d3/-/d3-7.8.2.tgz",
+ "integrity": "sha512-WXty7qOGSHb7HR7CfOzwN1Gw04MUOzN8qh9ZUsvwycIMb4DYMpY9xczZ6jUorGtO6bR9BPMPaueIKwiDxu9uiQ==",
"requires": {
"d3-array": "3",
"d3-axis": "3",
diff --git a/package.json b/package.json
index de054c4b..9b7ec012 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"@nextcloud/vue": "^7.5.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^7.0.1",
- "d3": "^7.8.1",
+ "d3": "^7.8.2",
"d3-org-chart": "^2.7.0",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",