From d9372057b6eb9f343bff004978eec604cb9d8162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:34:50 +0000 Subject: [PATCH] Bump @uswds/uswds from 3.8.2 to 3.9.0 Bumps [@uswds/uswds](https://github.com/uswds/uswds) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/uswds/uswds/releases) - [Commits](https://github.com/uswds/uswds/compare/v3.8.2...v3.9.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 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",