You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/01/12 22:02:58 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-nvd3/lodash-tw-4.17.21 created (now 0c7797a2b7)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-nvd3/lodash-tw-4.17.21
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 0c7797a2b7 build(deps): update lodash requirement

This branch includes the following new commits:

     new 0c7797a2b7 build(deps): update lodash requirement

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: build(deps): update lodash requirement

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-nvd3/lodash-tw-4.17.21
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0c7797a2b7d4fcaec762a10def2f95cd97d17061
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 12 21:59:25 2024 +0000

    build(deps): update lodash requirement
    
    Updates the requirements on [lodash](https://github.com/lodash/lodash) to permit the latest version.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 superset-frontend/plugins/legacy-preset-chart-nvd3/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
index dca88bb83e..7961e0e497 100644
--- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
+++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
@@ -34,7 +34,7 @@
     "d3-tip": "^0.9.1",
     "dompurify": "^2.0.6",
     "fast-safe-stringify": "^2.0.6",
-    "lodash": "^4.17.11",
+    "lodash": "^4.17.21",
     "moment": "^2.20.1",
     "nvd3-fork": "^2.0.5",
     "prop-types": "^15.6.2",