diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 82e84343a..c8b1492dd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "@nivo/bar": "^0.80.0", "@nivo/core": "^0.80.0", "@nivo/pie": "^0.80.0", - "@trussworks/react-uswds": "^5.1.1", + "@trussworks/react-uswds": "^6.2.0", "autoprefixer": "^10.4.13", "aws-amplify": "^5.3.12", "axios": "^1.6.2", @@ -19067,14 +19067,14 @@ "dev": true }, "node_modules/@trussworks/react-uswds": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@trussworks/react-uswds/-/react-uswds-5.2.0.tgz", - "integrity": "sha512-js8726e3ypifAsPyJ0wwjgQuswIwbYkA80jt4EEmyxRHOwJrC7qBLvdYUzgLBS+MPNNOy/d51UlguWeBoQiduw==", + "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.4.1", + "@uswds/uswds": "^3.7.1", "react": "^16.x || ^17.x || ^18.x", "react-dom": "^16.x || ^17.x || ^18.x" } @@ -19958,12 +19958,12 @@ } }, "node_modules/@uswds/uswds": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.4.1.tgz", - "integrity": "sha512-eLYbWUqf9eWUa2P6CO3ckIjtQyM3AylrIOHxN5gYG3P62TDd3FzRDyoACfvOe6CNk0w0PqXWJnuPzxpNoOgWNA==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.7.1.tgz", + "integrity": "sha512-32u2S50bf5dwIujebqL+f1Jgx2rmRrpxcaccSZzdo3Qv9HaDUdcmeavlrxHqN30edHc7p8kRPjvjevOmOJKB7w==", "peer": true, "dependencies": { - "classlist-polyfill": "1.0.3", + "classlist-polyfill": "1.2.0", "object-assign": "4.1.1", "receptor": "1.0.0", "resolve-id-refs": "0.1.0" @@ -22275,10 +22275,9 @@ "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" }, "node_modules/classlist-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.0.3.tgz", - "integrity": "sha512-bDLDUsSg5LYFWsc2hphtG6ulyaCFSupdEBU3wxNECKWHnyPVvY8EB9Wbt9DzWkstWclFZhDaZK/VnEK/DmqE/Q==", - "peer": true + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz", + "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==" }, "node_modules/classnames": { "version": "2.3.2", @@ -43001,11 +43000,6 @@ "node": ">= 4" } }, - "node_modules/uswds/node_modules/classlist-polyfill": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz", - "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==" - }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", diff --git a/frontend/package.json b/frontend/package.json index d094d3341..0b441556c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@nivo/bar": "^0.80.0", "@nivo/core": "^0.80.0", "@nivo/pie": "^0.80.0", - "@trussworks/react-uswds": "^5.1.1", + "@trussworks/react-uswds": "^6.2.0", "autoprefixer": "^10.4.13", "aws-amplify": "^5.3.12", "axios": "^1.6.2",