Skip to content

Commit

Permalink
fix: starsky/starsky/clientapp/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Mar 19, 2024
1 parent 42a615e commit 015e34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starsky/starsky/clientapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/builder-vite": "^7.6.17",
Expand Down Expand Up @@ -61,7 +61,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"storybook": "^7.6.17",
"storybook": "^8.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 015e34a

Please sign in to comment.