diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f7ca2276..3bfa2be46 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": "^8.0.0", "autoprefixer": "^10.4.13", "aws-amplify": "^5.3.12", "axios": "^1.6.2", @@ -19086,14 +19086,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": "8.0.0", + "resolved": "https://registry.npmjs.org/@trussworks/react-uswds/-/react-uswds-8.0.0.tgz", + "integrity": "sha512-VxllH/CbqKKnHgjPGJltdssPRxo/km6uNfRAC0MvYTqHcLoeg+0/5omdG6gh94KAil1ZxEqiCadbEzPIn9jg/w==", "engines": { - "node": ">= 16.20.0" + "node": ">= 18" }, "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" } @@ -19986,12 +19986,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" @@ -22303,10 +22303,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", @@ -43048,11 +43047,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 8f7150e50..ca3addb03 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": "^8.0.0", "autoprefixer": "^10.4.13", "aws-amplify": "^5.3.12", "axios": "^1.6.2",