From 028ed34d267904b39d981cd0d8a47b643adead15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 19:16:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEGITCONFIG-9403763 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TSUP-9056218 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f0231706..77f6f018 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "@xylabs/react-appbar": "workspace:^", "@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-crypto": "2.12.13", "@xylabs/react-dialogs": "workspace:^", "@xylabs/react-experiments": "workspace:^", "@xylabs/react-flexbox": "workspace:^",