From 2301acd1de48153112d75da20553a1afa067de99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:10:48 +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 5b8e0f1..43ffa63 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" },