From fcb3d3d103ba7d413088db51f09f30a8bf0dde3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:11:29 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [@superset-ui/embedded-sdk](https://github.com/apache/superset/tree/HEAD/superset-embedded-sdk) and [lodash](https://github.com/lodash/lodash). Updates `@superset-ui/embedded-sdk` from 0.1.3 to 0.3.0 - [Release notes](https://github.com/apache/superset/releases) - [Changelog](https://github.com/apache/superset/blob/master/CHANGELOG.md) - [Commits](https://github.com/apache/superset/commits/superset-helm-chart-0.3.0/superset-embedded-sdk) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: "@superset-ui/embedded-sdk" dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 69cfc4fc5..7cae4350d 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "@dhis2/d2-i18n": "^1.1.3", "@dhis2/ui": "^10.7.4", "@krakenjs/post-robot": "^11.0.0", - "@superset-ui/embedded-sdk": "^0.1.3", + "@superset-ui/embedded-sdk": "^0.3.0", "classnames": "^2.3.2", "d2-utilizr": "^0.2.16", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "moment": "^2.30.1", "react-grid-layout": "1.2.2", "react-redux": "^7.2.9", diff --git a/yarn.lock b/yarn.lock index f9caa062e..921da6b11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3436,10 +3436,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@superset-ui/embedded-sdk@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@superset-ui/embedded-sdk/-/embedded-sdk-0.1.3.tgz#32279aff9ae5479a73f70ac1ec41b0b15c24381c" - integrity sha512-7NJMTx+rWzOzY0CHTFkh+iZjxsvz9ga8HJxpAN/LaY+uM6jBObbzo8KXah6qcX6no2wEfOQYdSazDPfWOrnHQw== +"@superset-ui/embedded-sdk@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@superset-ui/embedded-sdk/-/embedded-sdk-0.3.0.tgz#07572b06df3e64cf883d822a93302c7c895a7c4c" + integrity sha512-Q1ttlQy5H69pvJ29K5mY3/7awzwmOgTyEa/IzGwIZKlz0/dpV8GT/6zPic8C88TMJpkt5cDlpj8B1aUZm+K7Qg== dependencies: "@superset-ui/switchboard" "^0.20.3" jwt-decode "^4.0.0" @@ -10534,10 +10534,10 @@ lodash.uniqby@^4.7.0: resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww== -lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.18.1, lodash@^4.7.0: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== log-symbols@^4.0.0: version "4.1.0"