Skip to content

Commit

Permalink
fix: 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-NANOID-8492085
  • Loading branch information
snyk-bot committed Dec 13, 2024
1 parent a3491ac commit 73e5fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"dependencies": {
"@xylabs/react-accordion": "workspace:^",
"@xylabs/react-animation": "workspace:^",
"@xylabs/react-appbar": "workspace:^",
"@xylabs/react-appbar": "2.14.5",
"@xylabs/react-async-effect": "workspace:^",
"@xylabs/react-button": "workspace:^",
"@xylabs/react-common": "workspace:^",
"@xylabs/react-common": "2.12.13",
"@xylabs/react-cookie-consent": "workspace:^",
"@xylabs/react-crypto": "workspace:^",
"@xylabs/react-dialogs": "workspace:^",
Expand All @@ -80,7 +80,7 @@
"@xylabs/react-promise": "workspace:^",
"@xylabs/react-quick-tip-button": "workspace:^",
"@xylabs/react-render-spin-check": "workspace:^",
"@xylabs/react-rich-result": "workspace:^",
"@xylabs/react-rich-result": "2.14.5",
"@xylabs/react-scroll-to-top": "workspace:^",
"@xylabs/react-shared": "workspace:^",
"@xylabs/react-theme": "workspace:^"
Expand Down

0 comments on commit 73e5fea

Please sign in to comment.