Skip to content

Commit 9067129

Browse files
committed
fix: clustering-map/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent ae5cb7c commit 9067129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clustering-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@sigmacomputing/plugin": "^1.0.6",
1414
"copy-to-clipboard": "^3.3.1",
15-
"deck.gl": "8.3.11",
15+
"deck.gl": "9.0.7",
1616
"mapbox-gl": "^3.10.0",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2",
19-
"react-map-gl": "^6.1.1",
19+
"react-map-gl": "^7.0.1",
2020
"supercluster": "^7.1.4",
2121
"typescript": "^5.7.3",
2222
"web-vitals": "^1.0.1"

0 commit comments

Comments
 (0)