diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 35f211effb835..9c9c13f9bbcaa 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -154,7 +154,7 @@ "devDependencies": { "@applitools/eyes-storybook": "^3.30.1", "@babel/cli": "^7.22.6", - "@babel/compat-data": "^7.22.6", + "@babel/compat-data": "^7.23.5", "@babel/core": "^7.22.8", "@babel/eslint-parser": "^7.22.7", "@babel/node": "^7.22.6", @@ -1632,9 +1632,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz", - "integrity": "sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "engines": { "node": ">=6.9.0" } @@ -63329,7 +63329,7 @@ "d3": "^3.5.17", "d3-array": "^2.4.0", "d3-color": "^1.4.1", - "datamaps": "^0.5.8", + "datamaps": "^0.5.9", "prop-types": "^15.8.1" }, "peerDependencies": { @@ -64958,9 +64958,9 @@ } }, "@babel/compat-data": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz", - "integrity": "sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==" + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==" }, "@babel/core": { "version": "7.22.8", @@ -78170,7 +78170,7 @@ "d3": "^3.5.17", "d3-array": "^2.4.0", "d3-color": "^1.4.1", - "datamaps": "^0.5.8", + "datamaps": "^0.5.9", "prop-types": "^15.8.1" }, "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 4aeb85c6e17cb..6025c202d73fa 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -220,7 +220,7 @@ "devDependencies": { "@applitools/eyes-storybook": "^3.30.1", "@babel/cli": "^7.22.6", - "@babel/compat-data": "^7.22.6", + "@babel/compat-data": "^7.23.5", "@babel/core": "^7.22.8", "@babel/eslint-parser": "^7.22.7", "@babel/node": "^7.22.6",