diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 45e0e81b7..9ebeadb35 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -125,7 +125,7 @@ "react-syntax-highlighter": "^15.4.5", "react-table": "^7.8.0", "react-transition-group": "^2.5.3", - "react-ultimate-pagination": "^1.3.0", + "react-ultimate-pagination": "^1.3.2", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", "redux": "^4.2.1", @@ -202,7 +202,7 @@ "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.19", "@types/react-transition-group": "^4.4.10", - "@types/react-ultimate-pagination": "^1.2.0", + "@types/react-ultimate-pagination": "^1.2.4", "@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-window": "^1.8.8", "@types/redux-localstorage": "^1.0.8", @@ -13589,9 +13589,10 @@ } }, "node_modules/@types/react-ultimate-pagination": { - "version": "1.2.0", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/react-ultimate-pagination/-/react-ultimate-pagination-1.2.4.tgz", + "integrity": "sha512-1y9jLt3KEFGzFD+99qVpJUI/Eu4cEx48sClB957eGoepWRLVVi+r1UBj0157Mg7HYZcIF4I1/qGZYaBBQWhaqg==", "dev": true, - "license": "MIT", "dependencies": { "@types/react": "*" } @@ -45318,15 +45319,16 @@ } }, "node_modules/react-ultimate-pagination": { - "version": "1.3.0", - "license": "MIT", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/react-ultimate-pagination/-/react-ultimate-pagination-1.3.2.tgz", + "integrity": "sha512-TDrUFR0hcI4nx9/EK3Gj4nlbhNQ5cXi6/7CGuF3j7k0vur7NUFOczm3POlGnuhTku2KUnpoM4Jf7E0l8Fpi2/Q==", "dependencies": { "prop-types": "^15.0.0", "ultimate-pagination": "1.0.0" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", - "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/react-use-measure": { @@ -67773,7 +67775,9 @@ } }, "@types/react-ultimate-pagination": { - "version": "1.2.0", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/react-ultimate-pagination/-/react-ultimate-pagination-1.2.4.tgz", + "integrity": "sha512-1y9jLt3KEFGzFD+99qVpJUI/Eu4cEx48sClB957eGoepWRLVVi+r1UBj0157Mg7HYZcIF4I1/qGZYaBBQWhaqg==", "dev": true, "requires": { "@types/react": "^16.9.53" @@ -87880,7 +87884,9 @@ } }, "react-ultimate-pagination": { - "version": "1.3.0", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/react-ultimate-pagination/-/react-ultimate-pagination-1.3.2.tgz", + "integrity": "sha512-TDrUFR0hcI4nx9/EK3Gj4nlbhNQ5cXi6/7CGuF3j7k0vur7NUFOczm3POlGnuhTku2KUnpoM4Jf7E0l8Fpi2/Q==", "requires": { "prop-types": "^15.0.0", "ultimate-pagination": "1.0.0" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index df3f90a63..d39494b7a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -190,7 +190,7 @@ "react-syntax-highlighter": "^15.4.5", "react-table": "^7.8.0", "react-transition-group": "^2.5.3", - "react-ultimate-pagination": "^1.3.0", + "react-ultimate-pagination": "^1.3.2", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", "redux": "^4.2.1", @@ -267,7 +267,7 @@ "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.19", "@types/react-transition-group": "^4.4.10", - "@types/react-ultimate-pagination": "^1.2.0", + "@types/react-ultimate-pagination": "^1.2.4", "@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-window": "^1.8.8", "@types/redux-localstorage": "^1.0.8",