diff --git a/package-lock.json b/package-lock.json index c25c32887..e2b06a669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,8 +67,8 @@ "@types/d3-array": "^3.2.1", "@types/d3-axis": "^3.0.6", "@types/d3-scale": "^4.0.8", - "@types/d3-selection": "^3.0.10", - "@types/d3-shape": "^3.1.6", + "@types/d3-selection": "^3.0.11", + "@types/d3-shape": "^3.1.7", "@types/eslint": "^8.56.5", "@types/express": "^4.17.21", "@types/jsdom": "^21.1.6", @@ -2982,15 +2982,15 @@ } }, "node_modules/@types/d3-selection": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.10.tgz", - "integrity": "sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", + "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", "dev": true }, "node_modules/@types/d3-shape": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz", - "integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", + "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", "dev": true, "dependencies": { "@types/d3-path": "*" diff --git a/package.json b/package.json index d17be5ca8..6fac03cae 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "@types/d3-array": "^3.2.1", "@types/d3-axis": "^3.0.6", "@types/d3-scale": "^4.0.8", - "@types/d3-selection": "^3.0.10", - "@types/d3-shape": "^3.1.6", + "@types/d3-selection": "^3.0.11", + "@types/d3-shape": "^3.1.7", "@types/eslint": "^8.56.5", "@types/express": "^4.17.21", "@types/jsdom": "^21.1.6",