From 99c7ce3418670bec1d83ed81e1021955b88e075c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 23:46:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f5ed51..4802aa7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@kaizen/components": "Version locked as attempt to upgrade to 1.39.2 causes build errors" }, "dependencies": { - "@kaizen/components": "1.21.0", + "@kaizen/components": "1.24.2", "@kaizen/design-tokens": "^10.3.17", "@kaizen/tailwind": "1.2.3", "@storybook/addons": "^7.2.1",