diff --git a/package-lock.json b/package-lock.json index 41f37f672..919f8ad31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@uswds/uswds": "3.8.2", + "@uswds/uswds": "3.9.0", "autoprefixer": "^10.4.19", "csv-parse": "^5.5.6", "eleventy-plugin-embed-twitter": "^1.4.1", @@ -2300,9 +2300,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==", "dependencies": { "object-assign": "4.1.1", "receptor": "1.0.0", diff --git a/package.json b/package.json index 23e322f2c..870b499b8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@uswds/uswds": "3.8.2", + "@uswds/uswds": "3.9.0", "autoprefixer": "^10.4.19", "csv-parse": "^5.5.6", "eleventy-plugin-embed-twitter": "^1.4.1",