diff --git a/package-lock.json b/package-lock.json index eccaaff2c..f1134ceb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.8", - "@uswds/uswds": "^3.6.1", + "@uswds/uswds": "^3.7.0", "autoprefixer": "^10.4.16", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.19.5", @@ -1552,11 +1552,11 @@ "dev": true }, "node_modules/@uswds/uswds": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.6.1.tgz", - "integrity": "sha512-KDr3r4xvbvQ1X05tfacid42m/vLjAAt8N3q2/LDuujjrrBxEdHgK9ROftsesuSBoaD2Fss4lKxS0dPojLzdbbw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.7.0.tgz", + "integrity": "sha512-8mjiP0x0tE5JC7YTuF7WIXkC0pmTVQPzP2CfYE8GHDLdDCnEVUCNjTSljKTqEGxsQuP5JXgNpt99H7pmZY7PIA==", "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" @@ -2222,9 +2222,9 @@ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" }, "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==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz", + "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==" }, "node_modules/clear-module": { "version": "4.1.2", diff --git a/package.json b/package.json index 94e35aa05..9cbc0bcfd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.8", - "@uswds/uswds": "^3.6.1", + "@uswds/uswds": "^3.7.0", "autoprefixer": "^10.4.16", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.19.5",