From b637df0b4dec418eb67ba6d75febea9f0b992850 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 02:37:05 +0000 Subject: [PATCH] fix: packages/notifications/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- packages/notifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 5c30f05779d..66af3087b41 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -15,7 +15,7 @@ "start": "tsc --watch" }, "dependencies": { - "@codesandbox/components": "^0.0.3", + "@codesandbox/components": "^0.0.4", "react-spring": "^8.0.25", "styled-components": "^5.2.0", "uuid": "^3.3.2"