1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-17 06:32:21 +00:00

build(deps): bump d3 from 7.8.3 to 7.8.4 in /web

Bumps [d3](https://github.com/d3/d3) from 7.8.3 to 7.8.4.
- [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.3...v7.8.4)

---
updated-dependencies:
- dependency-name: d3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-13 12:01:32 +00:00 committed by Brenden Matthews
parent d2a54bb7d9
commit ae32c0ea00
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -16,7 +16,7 @@
"@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.2",
"colord": "^2.9.3",
"d3": "^7.8.3",
"d3": "^7.8.4",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"inter-ui": "^3.19.3",
@ -4080,9 +4080,9 @@
}
},
"node_modules/d3": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/d3/-/d3-7.8.3.tgz",
"integrity": "sha512-cAa866AkPXtt4IzRx6nzGf50uerq6VYks7p/tTH94be4QfhUkyTfJfaxXGPOB5ZRVUZmUV1wcM1dism/Ua0lCw==",
"version": "7.8.4",
"resolved": "https://registry.npmjs.org/d3/-/d3-7.8.4.tgz",
"integrity": "sha512-q2WHStdhiBtD8DMmhDPyJmXUxr6VWRngKyiJ5EfXMxPw+tqT6BhNjhJZ4w3BHsNm3QoVfZLY8Orq/qPFczwKRA==",
"dependencies": {
"d3-array": "3",
"d3-axis": "3",

View File

@ -30,7 +30,7 @@
"@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.2",
"colord": "^2.9.3",
"d3": "^7.8.3",
"d3": "^7.8.4",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"inter-ui": "^3.19.3",