diff --git a/package-lock.json b/package-lock.json index 06df6867f..7a7390be3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@layer5/meshery-design-embed": "^0.6.0", - "@sistent/mui-datatables": "^7.1.0", + "@sistent/mui-datatables": "^8.0.0", "@types/mui-datatables": "*", "billboard.js": "^3.18.0", "js-yaml": "^4.1.1", @@ -587,18 +587,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.29.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.2.tgz", - "integrity": "sha512-Lc94FOD5+0aXhdb0Tdg3RUtqT6yWbI/BbFWvlaSJ3gAb9Ks+99nHRDKADVqC37er4eCB0fHyWT+y+K3QOvJKbw==", - "license": "MIT", - "dependencies": { - "core-js-pure": "^3.48.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/template": { "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", @@ -4119,13 +4107,13 @@ } }, "node_modules/@sistent/mui-datatables": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@sistent/mui-datatables/-/mui-datatables-7.1.1.tgz", - "integrity": "sha512-q5++eXJT8KrNKm6XcKMCgWrz/hqZ+52bpv4ng36ZX51csLrEvQUU1FiS8FY6FVESqL4KdC+sFy4KKJDbiO5xaw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@sistent/mui-datatables/-/mui-datatables-8.0.0.tgz", + "integrity": "sha512-kbHNr4RcdNYy0dJ5TK8n6cxr6tnSbOiJ1A35+UC0MUYxf1tB1HTL1sfPhW230vDCP22FcTP9/9A1mnbYkid6tw==", "license": "MIT", "dependencies": { - "@babel/runtime-corejs3": "^7.29.2", "@emotion/cache": "^11.14.0", + "@swc/helpers": "^0.5.21", "clsx": "^2.1.1", "lodash.assignwith": "^4.2.0", "lodash.clonedeep": "^4.5.0", @@ -4417,6 +4405,15 @@ "dev": true, "license": "Apache-2.0" }, + "node_modules/@swc/helpers": { + "version": "0.5.23", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz", + "integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + } + }, "node_modules/@swc/jest": { "version": "0.2.39", "resolved": "https://registry.npmjs.org/@swc/jest/-/jest-0.2.39.tgz", @@ -6783,17 +6780,6 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "license": "MIT" }, - "node_modules/core-js-pure": { - "version": "3.49.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.49.0.tgz", - "integrity": "sha512-XM4RFka59xATyJv/cS3O3Kml72hQXUeGRuuTmMYFxwzc9/7C8OYTaIR/Ji+Yt8DXzsFLNhat15cE/JP15HrCgw==", - "hasInstallScript": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/cosmiconfig": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz", diff --git a/package.json b/package.json index 760f75cd2..da61bfd76 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@layer5/meshery-design-embed": "^0.6.0", - "@sistent/mui-datatables": "^7.1.0", + "@sistent/mui-datatables": "^8.0.0", "@types/mui-datatables": "*", "billboard.js": "^3.18.0", "js-yaml": "^4.1.1",