From a76ee5e25b6732f560b82e13849150d52745902e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:56:42 +0000 Subject: [PATCH 1/2] build(deps): update whatwg-fetch requirement Updates the requirements on [whatwg-fetch](https://github.com/github/fetch) to permit the latest version. - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/fetch/compare/v3.0.0...v3.6.20) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/packages/superset-ui-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 62deb7709b652..3da5cf229741a 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -60,7 +60,7 @@ "reselect": "^4.0.0", "rison": "^0.1.1", "seedrandom": "^3.0.5", - "whatwg-fetch": "^3.0.0", + "whatwg-fetch": "^3.6.20", "xss": "^1.0.14" }, "devDependencies": { From 61dd31995e86d08bb1cce1f3201d9d039d77beda Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 23 Jan 2024 12:45:13 -0700 Subject: [PATCH 2/2] Update package-lock.json --- superset-frontend/package-lock.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index d84c688b128d7..75af5eaf7e306 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -62064,7 +62064,7 @@ "reselect": "^4.0.0", "rison": "^0.1.1", "seedrandom": "^3.0.5", - "whatwg-fetch": "^3.0.0", + "whatwg-fetch": "^3.6.20", "xss": "^1.0.14" }, "devDependencies": { @@ -62191,6 +62191,11 @@ "jest": ">= 22.4.2" } }, + "packages/superset-ui-core/node_modules/whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" + }, "packages/superset-ui-demo": { "name": "@superset-ui/demo", "version": "0.18.25", @@ -77290,7 +77295,7 @@ "resize-observer-polyfill": "1.5.1", "rison": "^0.1.1", "seedrandom": "^3.0.5", - "whatwg-fetch": "^3.0.0", + "whatwg-fetch": "^3.6.20", "xss": "^1.0.14" }, "dependencies": { @@ -77370,6 +77375,11 @@ "integrity": "sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg==", "dev": true, "requires": {} + }, + "whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" } } },