From f0fb8943233b891dd6f169f5c70b7b2735906f98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 14:44:25 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.5 to 4.17.21 Snyk has created this PR to upgrade lodash from 4.17.5 to 4.17.21. See this package in npm: lodash See this project in Snyk: https://app.snyk.io/org/pushkar.choupane/project/1e4b36a8-f5bd-4cb0-86fc-fcc1029ff54d?utm_source=github&utm_medium=referral&page=upgrade-pr --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 1e49508cfaa..4b6e36801c7 100644 --- a/js/package.json +++ b/js/package.json @@ -33,7 +33,7 @@ "dependencies": { "plotly.js": "1.41.3", "@jupyter-widgets/base": "^1.0.0", - "lodash": "^4.17.4" + "lodash": "^4.17.21" }, "jupyterlab": { "extension": "src/jupyterlab-plugin"