diff --git a/package-lock.json b/package-lock.json index 0c0810277..6a3064e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@remix-run/css-bundle": "^2.5.1", "@remix-run/node": "^2.5.1", "@remix-run/react": "^2.5.1", - "@trussworks/react-uswds": "^6.1.0", + "@trussworks/react-uswds": "^6.2.0", "aws-lambda-ses-forwarder": "github:lpsinger/aws-lambda-ses-forwarder#aws-sdk-v3", "classnames": "^2.5.1", "color-convert": "^2.0.1", @@ -9081,14 +9081,14 @@ } }, "node_modules/@trussworks/react-uswds": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@trussworks/react-uswds/-/react-uswds-6.1.0.tgz", - "integrity": "sha512-UyS+quISxEAXY7nrYonSkQYLJv4xR8jPYOaGFm4YzgOo3TaopJ30Laf4hIlfjtazDIZrNbaRTfBu/fArQv6PPQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@trussworks/react-uswds/-/react-uswds-6.2.0.tgz", + "integrity": "sha512-B7Yi9hy+dF4A3XiXUB3BofvcNekhcb/NTldaAIM4Lt+jEd7wIFbTJc03v1inIJHUMLcke0nYFx4gOmixpivPZg==", "engines": { "node": ">= 16.20.0" }, "peerDependencies": { - "@uswds/uswds": "^3.6.0", + "@uswds/uswds": "^3.7.1", "react": "^16.x || ^17.x || ^18.x", "react-dom": "^16.x || ^17.x || ^18.x" } diff --git a/package.json b/package.json index a16200331..6972e5193 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@remix-run/css-bundle": "^2.5.1", "@remix-run/node": "^2.5.1", "@remix-run/react": "^2.5.1", - "@trussworks/react-uswds": "^6.1.0", + "@trussworks/react-uswds": "^6.2.0", "aws-lambda-ses-forwarder": "github:lpsinger/aws-lambda-ses-forwarder#aws-sdk-v3", "classnames": "^2.5.1", "color-convert": "^2.0.1",