From fa97781ac2c61b72410fc1c530481281a721cf9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 23:46:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51510fcadfe7..e18e64725159 100644 --- a/package.json +++ b/package.json @@ -386,7 +386,7 @@ "@react-aria/live-announcer": "^3.1.0", "@sentry/browser": "^7.8.1", "@sourcegraph/extension-api-classes": "^1.1.0", - "@storybook/addon-controls": "^6.5.14", + "@storybook/addon-controls": "^7.0.0", "@tauri-apps/api": "^1.2.0", "@testing-library/react": "^13.4.0", "@visx/annotation": "^2.10.0", @@ -449,7 +449,7 @@ "linguist-languages": "^7.14.0", "linkifyjs": "^4.1.0", "lit-html": "^2.7.2", - "lodash": "^4.17.20", + "lodash": "^4.17.23", "lru-cache": "^7.8.0", "marked": "4.0.16", "mdi-react": "^8.1.0",