From e43c9d50b43de65c03796af425e77d2ea33e0c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:15:24 +0000 Subject: [PATCH] fix(deps): bump @contentful/f36-components (#9339) Bumps the production-dependencies group in /examples/function-potterdb with 1 update: [@contentful/f36-components](https://github.com/contentful/forma-36). Updates `@contentful/f36-components` from 4.75.1 to 4.75.2 - [Release notes](https://github.com/contentful/forma-36/releases) - [Changelog](https://github.com/contentful/forma-36/blob/main/CHANGELOG.md) - [Commits](https://github.com/contentful/forma-36/compare/@contentful/f36-components@4.75.1...@contentful/f36-components@4.75.2) --- updated-dependencies: - dependency-name: "@contentful/f36-components" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/function-potterdb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/function-potterdb/package.json b/examples/function-potterdb/package.json index d97b2cc931..3750b376d9 100644 --- a/examples/function-potterdb/package.json +++ b/examples/function-potterdb/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.75.1", + "@contentful/f36-components": "4.75.2", "@contentful/f36-icons": "^4.28.2", "@contentful/f36-tokens": "4.1.0", "@contentful/field-editor-single-line": "^1.4.4",