diff --git a/app/static/package-lock.json b/app/static/package-lock.json index 61fceec..01d0701 100644 --- a/app/static/package-lock.json +++ b/app/static/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "CC0-1.0", "dependencies": { - "@uswds/uswds": "3.8.2", + "@uswds/uswds": "^3.9.0", "chart.js": "^4.4.5", "htmx.org": "^2.0.3", "rollup": "^4.24.0" @@ -1476,9 +1476,9 @@ } }, "node_modules/@uswds/uswds": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.8.2.tgz", - "integrity": "sha512-8sTx/GqlbTwSIK+0AFOGrYdaW1rKVB7Bp0+v9AMVt3I5vPK7CL0+I6vlclSf3U7ysJZeTTdkNS8q89sIAeL+AA==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.9.0.tgz", + "integrity": "sha512-8THm36j7iLjrDiI1D0C6b3hHsmM/Sy5Iiz+IjE+i/gYzVUMG9XVthxAZYonhU97Q1b079n6nYwlUmDSYowJecQ==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "object-assign": "4.1.1", diff --git a/app/static/package.json b/app/static/package.json index e8b0418..85b166d 100644 --- a/app/static/package.json +++ b/app/static/package.json @@ -23,7 +23,7 @@ "test": "test" }, "dependencies": { - "@uswds/uswds": "3.8.2", + "@uswds/uswds": "3.9.0", "chart.js": "^4.4.5", "htmx.org": "^2.0.3", "rollup": "^4.24.0"