diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40e9d0508e..fe6fc2ebd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -438,8 +438,8 @@ importers: specifier: ^1.25.1 version: 1.25.1 '@tanstack/react-table': - specifier: ^8.19.3 - version: 8.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^8.20.1 + version: 8.20.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@trussworks/react-uswds': specifier: ^4.0.0 version: 4.2.1(@uswds/uswds@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -5302,15 +5302,15 @@ packages: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} - '@tanstack/react-table@8.19.3': - resolution: {integrity: sha512-MtgPZc4y+cCRtU16y1vh1myuyZ2OdkWgMEBzyjYsoMWMicKZGZvcDnub3Zwb6XF2pj9iRMvm1SO1n57lS0vXLw==} + '@tanstack/react-table@8.20.1': + resolution: {integrity: sha512-PJK+07qbengObe5l7c8vCdtefXm8cyR4i078acWrHbdm8JKw1ES7YpmOtVt9ALUVEEFAHscdVpGRhRgikgFMbQ==} engines: {node: '>=12'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/table-core@8.19.3': - resolution: {integrity: sha512-IqREj9ADoml9zCAouIG/5kCGoyIxPFdqdyoxis9FisXFi5vT+iYfEfLosq4xkU/iDbMcEuAj+X8dWRLvKYDNoQ==} + '@tanstack/table-core@8.20.1': + resolution: {integrity: sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==} engines: {node: '>=12'} '@testim/chrome-version@1.1.4': @@ -21054,13 +21054,13 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/react-table@8.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-table@8.20.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/table-core': 8.19.3 + '@tanstack/table-core': 8.20.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/table-core@8.19.3': {} + '@tanstack/table-core@8.20.1': {} '@testim/chrome-version@1.1.4': {} diff --git a/services/app-web/package.json b/services/app-web/package.json index 0fe16cf93c..155880735d 100644 --- a/services/app-web/package.json +++ b/services/app-web/package.json @@ -92,7 +92,7 @@ "@opentelemetry/resources": "^1.18.1", "@opentelemetry/sdk-trace-web": "^1.18.1", "@opentelemetry/semantic-conventions": "^1.25.1", - "@tanstack/react-table": "^8.19.3", + "@tanstack/react-table": "^8.20.1", "@trussworks/react-uswds": "^4.0.0", "@types/path-browserify": "^1.0.0", "@vitejs/plugin-react": "^4.3.0",