mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Bump d3 from 7.8.5 to 7.9.0 (#10158)
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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+7
-7
@@ -54,7 +54,7 @@
|
||||
"cldr-core": "^44.0.1",
|
||||
"cldr-localenames-full": "^44.1.0",
|
||||
"concat-files": "^0.1.1",
|
||||
"d3": "~7.8.5",
|
||||
"d3": "~7.9.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
|
||||
"esbuild": "^0.20.1",
|
||||
@@ -2690,9 +2690,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"d3-array": "3",
|
||||
@@ -10665,9 +10665,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"d3-array": "3",
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@
|
||||
"cldr-core": "^44.0.1",
|
||||
"cldr-localenames-full": "^44.1.0",
|
||||
"concat-files": "^0.1.1",
|
||||
"d3": "~7.8.5",
|
||||
"d3": "~7.9.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
|
||||
"esbuild": "^0.20.1",
|
||||
|
||||
Reference in New Issue
Block a user