diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 92cb465c06e..ae3db3472f9 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -152,7 +152,7 @@ "devDependencies": { "@applitools/eyes-storybook": "^3.50.9", "@babel/cli": "^7.22.6", - "@babel/compat-data": "^7.22.6", + "@babel/compat-data": "^7.26.8", "@babel/core": "^7.26.0", "@babel/eslint-parser": "^7.25.9", "@babel/node": "^7.22.6", @@ -1160,9 +1160,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz", - "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==", + "version": "7.26.8", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz", + "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", "dev": true, "license": "MIT", "engines": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index e879c53bb4e..e46b828fc15 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -219,7 +219,7 @@ "devDependencies": { "@applitools/eyes-storybook": "^3.50.9", "@babel/cli": "^7.22.6", - "@babel/compat-data": "^7.22.6", + "@babel/compat-data": "^7.26.8", "@babel/core": "^7.26.0", "@babel/eslint-parser": "^7.25.9", "@babel/node": "^7.22.6",