From c641e0f69b5242f72555ecd0c3b04a5e5f224952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:09:42 +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.3. - [Release notes](https://github.com/CouncilDataProject/cdp-frontend/releases) - [Commits](https://github.com/CouncilDataProject/cdp-frontend/compare/v3.1.3...v3.2.3) --- 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..c2d325e 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.3", "react": "^16.13.1", "react-dom": "^16.13.1" },