Skip to content

Commit

Permalink
fix: examples/tabs/palette-exemplar/package.json to reduce vulnerabil…
Browse files Browse the repository at this point in the history
…ities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 28, 2024
1 parent 18f176b commit 24e509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/core": "0.5.0",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
Expand All @@ -29,7 +29,7 @@
"@blueprintjs/table": "3.9.9",
"@blueprintjs/timezone": "3.9.15",
"@redux-saga/core": "1.1.3",
"axios": "0.21.4",
"axios": "1.7.8",
"connected-react-router": "6.6.1",
"dayjs": "1.10.7",
"enum-utils": "1.0.0",
Expand Down

0 comments on commit 24e509d

Please sign in to comment.