diff --git a/ui/package-lock.json b/ui/package-lock.json index 6f02737644..283700d015 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@headlessui/react": "^1.7.3", "@heroicons/react": "^2.0.13", - "@tanstack/react-table": "^8.5.22", + "@tanstack/react-table": "^8.5.27", "@tippyjs/react": "^4.2.6", "copy-to-clipboard": "^3.3.2", "dayjs": "^1.11.6", @@ -1582,11 +1582,11 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.22.tgz", - "integrity": "sha512-01XaxQTxcI+w7g+i/YRblxdAikM9G7L1S7LwqaiD/gkKmNUs+g2BXw4GfIcuzzE75Q5t0BXlyqM7MyxxBuvQXA==", + "version": "8.5.27", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.27.tgz", + "integrity": "sha512-dUl8qRGvWVaJkOk/goUxb3w675FtioY7uh6NalRG04dYBiwIpjHn8a1Jhmp9lE+Puk88GZ0OCF7svCVXIJviqQ==", "dependencies": { - "@tanstack/table-core": "8.5.22" + "@tanstack/table-core": "8.5.27" }, "engines": { "node": ">=12" @@ -1601,9 +1601,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.22.tgz", - "integrity": "sha512-D3wDbVXl3Bi5PdGfle6DijhLzZxrvMyZsE1dSHH0xBsqEbu7Pkxn5EEd6CA9tGsCgXIEP1s4Yfy1cZ9xnMz1sQ==", + "version": "8.5.27", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.27.tgz", + "integrity": "sha512-sxGZPV97bNYap+U/ZxYVmx3Uy872Fc/M0qjKl85PzMaqBgikosybtkOEEjLdeJlBthqG5G8VI6zN1/Pej9awWA==", "engines": { "node": ">=12" }, @@ -9537,17 +9537,17 @@ } }, "@tanstack/react-table": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.22.tgz", - "integrity": "sha512-01XaxQTxcI+w7g+i/YRblxdAikM9G7L1S7LwqaiD/gkKmNUs+g2BXw4GfIcuzzE75Q5t0BXlyqM7MyxxBuvQXA==", + "version": "8.5.27", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.27.tgz", + "integrity": "sha512-dUl8qRGvWVaJkOk/goUxb3w675FtioY7uh6NalRG04dYBiwIpjHn8a1Jhmp9lE+Puk88GZ0OCF7svCVXIJviqQ==", "requires": { - "@tanstack/table-core": "8.5.22" + "@tanstack/table-core": "8.5.27" } }, "@tanstack/table-core": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.22.tgz", - "integrity": "sha512-D3wDbVXl3Bi5PdGfle6DijhLzZxrvMyZsE1dSHH0xBsqEbu7Pkxn5EEd6CA9tGsCgXIEP1s4Yfy1cZ9xnMz1sQ==" + "version": "8.5.27", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.27.tgz", + "integrity": "sha512-sxGZPV97bNYap+U/ZxYVmx3Uy872Fc/M0qjKl85PzMaqBgikosybtkOEEjLdeJlBthqG5G8VI6zN1/Pej9awWA==" }, "@testing-library/dom": { "version": "8.16.0", diff --git a/ui/package.json b/ui/package.json index a99b6863cf..620a1d6e7d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@headlessui/react": "^1.7.3", "@heroicons/react": "^2.0.13", - "@tanstack/react-table": "^8.5.22", + "@tanstack/react-table": "^8.5.27", "@tippyjs/react": "^4.2.6", "copy-to-clipboard": "^3.3.2", "dayjs": "^1.11.6",