diff --git a/package-lock.json b/package-lock.json index 8df42e1860..7a40e606d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.1", - "@uswds/uswds": "^3.6.0", + "@uswds/uswds": "^3.6.1", "autoprefixer": "^10.4.16", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.19.3", @@ -1545,9 +1545,9 @@ "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" }, "node_modules/@uswds/uswds": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.6.0.tgz", - "integrity": "sha512-bsFSwhMctRgCushvId/rnfPthKJUGC2v0stOuc98LxgQzwQWP90C3P3FDVzEWKz0HYr4XTGgrWA5rcuZ9qml2w==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.6.1.tgz", + "integrity": "sha512-KDr3r4xvbvQ1X05tfacid42m/vLjAAt8N3q2/LDuujjrrBxEdHgK9ROftsesuSBoaD2Fss4lKxS0dPojLzdbbw==", "dependencies": { "classlist-polyfill": "1.0.3", "object-assign": "4.1.1", diff --git a/package.json b/package.json index af19ce0950..31e36465df 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.1", - "@uswds/uswds": "^3.6.0", + "@uswds/uswds": "^3.6.1", "autoprefixer": "^10.4.16", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.19.3",