Skip to content

Commit 8087928

Browse files
authored
Update packages to fix d3-color vulnerability (#2650)
1 parent b30b9cb commit 8087928

File tree

3 files changed

+343
-190
lines changed

3 files changed

+343
-190
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
"resolutions": {
7272
"trim": "1.0.1",
7373
"trim-newlines": "3.0.1",
74-
"@types/react": "18.0.21"
74+
"@types/react": "18.0.21",
75+
"vega-functions": "5.13.0",
76+
"vega-scale": "7.2.0"
7577
}
7678
}

webview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"react-intersection-observer": "^9.3.5",
3333
"react-redux": "^8.0.2",
3434
"react-table": "^7.8.0",
35-
"react-vega": "^7.4.4",
35+
"react-vega": "^7.6.0",
3636
"react-virtualized": "^9.22.3",
37-
"vega": "^5.21.0",
38-
"vega-lite": "^5.2.0"
37+
"vega": "^5.22.1",
38+
"vega-lite": "^5.6.0"
3939
},
4040
"devDependencies": {
4141
"@storybook/addon-essentials": "6.5.12",

0 commit comments

Comments
 (0)