diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 2f3fa1599ef..86f7b63a002 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -53312,7 +53312,7 @@ "classnames": "^2.5.1", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "memoize-one": "^5.2.1", + "memoize-one": "^6.0.0", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", "xss": "^1.0.15" @@ -53345,6 +53345,12 @@ "node": ">=12" } }, + "plugins/plugin-chart-table/node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", + "license": "MIT" + }, "plugins/plugin-chart-word-cloud": { "name": "@superset-ui/plugin-chart-word-cloud", "version": "0.20.4", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index d4b9f099a69..62d5ab5ed84 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -29,7 +29,7 @@ "classnames": "^2.5.1", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "memoize-one": "^5.2.1", + "memoize-one": "^6.0.0", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", "xss": "^1.0.15"