From ee19b38ccc1d46022e19f74da5878eee3da78adf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:25:58 +0000 Subject: [PATCH] fix: packages/filter/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/filter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filter/package.json b/packages/filter/package.json index c107a256..f562aa64 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -26,7 +26,7 @@ "dist" ], "dependencies": { - "@equinor/eds-core-react": "^0.28.0", + "@equinor/eds-core-react": "^0.33.0", "@equinor/eds-icons": "^0.18.0", "@equinor/eds-tokens": "^0.9.0", "@tanstack/react-query": "^5.32.0",