From db6da791341a7334723c3f49daa94d37220f61b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 03:46:26 +0000 Subject: [PATCH] fix(deps): bump @contentful/f36-components Bumps the production-dependencies group in /examples/function-potterdb-rest-api with 1 update: [@contentful/f36-components](https://github.com/contentful/forma-36). Updates `@contentful/f36-components` from 4.75.3 to 4.75.4 - [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.3...@contentful/f36-components@4.75.4) --- 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] --- examples/function-potterdb-rest-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/function-potterdb-rest-api/package.json b/examples/function-potterdb-rest-api/package.json index 3cbbb78fde..c19587759e 100644 --- a/examples/function-potterdb-rest-api/package.json +++ b/examples/function-potterdb-rest-api/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.75.3", + "@contentful/f36-components": "4.75.4", "@contentful/f36-icons": "^4.28.0", "@contentful/f36-tokens": "4.1.0", "@contentful/field-editor-single-line": "^1.4.4",