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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 18f176b commit 5c8ba19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6.0",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
Expand All @@ -42,8 +42,8 @@
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.5",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-router": "6.0.0",
"react-router-dom": "6.0.0",
"react-transition-group": "4.4.1",
"redux": "4.1.1",
"redux-saga": "1.1.3",
Expand Down

0 comments on commit 5c8ba19

Please sign in to comment.