diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 1b8688c5b39..e6b6f27aa5f 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -223,7 +223,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-jsx-remove-data-test-id": "^3.0.0", "babel-plugin-lodash": "^3.3.4", - "baseline-browser-mapping": "^2.9.19", + "baseline-browser-mapping": "^2.10.0", "cheerio": "1.2.0", "concurrently": "^9.2.1", "copy-webpack-plugin": "^13.0.1", @@ -18932,13 +18932,16 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.9.19", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", - "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz", + "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==", "dev": true, "license": "Apache-2.0", "bin": { - "baseline-browser-mapping": "dist/cli.js" + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" } }, "node_modules/basic-auth": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 2662ba39524..965f6d347ab 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -304,7 +304,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-jsx-remove-data-test-id": "^3.0.0", "babel-plugin-lodash": "^3.3.4", - "baseline-browser-mapping": "^2.9.19", + "baseline-browser-mapping": "^2.10.0", "cheerio": "1.2.0", "concurrently": "^9.2.1", "copy-webpack-plugin": "^13.0.1",