From f8a1464266b37f2f8f680b7f29279c6decf1f93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:02:51 +0000 Subject: [PATCH] ci(dependabot): bump @councildataproject/cdp-frontend in /web Bumps [@councildataproject/cdp-frontend](https://github.com/CouncilDataProject/cdp-frontend) from 3.1.3 to 3.2.0. - [Release notes](https://github.com/CouncilDataProject/cdp-frontend/releases) - [Commits](https://github.com/CouncilDataProject/cdp-frontend/compare/v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: "@councildataproject/cdp-frontend" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 0f3518d..7cf7e37 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "deploy": "gh-pages -d build" }, "dependencies": { - "@councildataproject/cdp-frontend": "3.1.3", + "@councildataproject/cdp-frontend": "3.2.0", "react": "^16.13.1", "react-dom": "^16.13.1" },