From 6afa1edaa6a507ca336afb1d2fb8c58b0cc20b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:17:50 +0000 Subject: [PATCH] Bump @uswds/uswds from 3.5.0 to 3.6.0 Bumps [@uswds/uswds](https://github.com/uswds/uswds) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/uswds/uswds/releases) - [Commits](https://github.com/uswds/uswds/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: "@uswds/uswds" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 165a4a2cc..285f0d729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.0", - "@uswds/uswds": "^3.2.0", + "@uswds/uswds": "^3.6.0", "autoprefixer": "^10.4.15", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.18.20", @@ -1545,9 +1545,9 @@ "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" }, "node_modules/@uswds/uswds": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.5.0.tgz", - "integrity": "sha512-pXgxmAwHsFPopZ1fll8La9jOsaQPHDM2g8oqv14GF1084RoCcBIRy3eZUux0VjeO/jscxsxACWy8v/vulQK4CQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@uswds/uswds/-/uswds-3.6.0.tgz", + "integrity": "sha512-bsFSwhMctRgCushvId/rnfPthKJUGC2v0stOuc98LxgQzwQWP90C3P3FDVzEWKz0HYr4XTGgrWA5rcuZ9qml2w==", "dependencies": { "classlist-polyfill": "1.0.3", "object-assign": "4.1.1", diff --git a/package.json b/package.json index 390f4a56d..851562e13 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.0", - "@uswds/uswds": "^3.2.0", + "@uswds/uswds": "^3.6.0", "autoprefixer": "^10.4.15", "eleventy-plugin-svg-sprite": "^2.4.2", "esbuild": "^0.18.20",