From 5481d6158695d2dba8185ddf3bdbef801ff2c38c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 22:06:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29ed8148..6894b811 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "@xylabs/react-button": "workspace:~", "@xylabs/react-common": "workspace:~", "@xylabs/react-cookie-consent": "workspace:~", - "@xylabs/react-crypto": "workspace:~", - "@xylabs/react-dialogs": "workspace:~", - "@xylabs/react-experiments": "workspace:~", - "@xylabs/react-flexbox": "workspace:~", + "@xylabs/react-crypto": "2.12.13", + "@xylabs/react-dialogs": "2.15.3", + "@xylabs/react-experiments": "2.12.13", + "@xylabs/react-flexbox": "2.12.13", "@xylabs/react-identicon": "workspace:~", "@xylabs/react-invertible-theme": "workspace:~", "@xylabs/react-link": "workspace:~", @@ -30,7 +30,7 @@ "@xylabs/react-pixel": "workspace:~", "@xylabs/react-pixel-debugger": "workspace:~", "@xylabs/react-promise": "workspace:~", - "@xylabs/react-quick-tip-button": "workspace:~", + "@xylabs/react-quick-tip-button": "2.14.5", "@xylabs/react-render-spin-check": "workspace:~", "@xylabs/react-rich-result": "workspace:~", "@xylabs/react-scroll-to-top": "workspace:~",