diff --git a/examples/function-potterdb-rest-api/package-lock.json b/examples/function-potterdb-rest-api/package-lock.json index 8d29f53bdc..e8b63f4764 100644 --- a/examples/function-potterdb-rest-api/package-lock.json +++ b/examples/function-potterdb-rest-api/package-lock.json @@ -8,7 +8,7 @@ "name": "potterdb-rest-api-fn-example-app", "version": "0.1.0", "dependencies": { - "@contentful/app-sdk": "^4.29.0", + "@contentful/app-sdk": "^4.29.1", "@contentful/f36-components": "4.68.1", "@contentful/f36-icons": "^4.28.0", "@contentful/f36-tokens": "4.0.5", @@ -2180,9 +2180,9 @@ } }, "node_modules/@contentful/app-sdk": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/@contentful/app-sdk/-/app-sdk-4.29.0.tgz", - "integrity": "sha512-g1PHiCZGImrJq1+ctdb3leCaRrnLaj1yOSHBaibQSzNncH5M5g6zefW7Isy8LHhav5+g+0/WNjsoucBH27d7gg==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@contentful/app-sdk/-/app-sdk-4.29.1.tgz", + "integrity": "sha512-bgBPSBVL7plZ0fGGC9+aIhPB2eTzMwcQE+ePvd//ywZJPdYco0pEuXS9iFEnhJjgvomDeOmrV3YLXmCtA5woqA==", "dependencies": { "contentful-management": ">=7.30.0" } diff --git a/examples/function-potterdb-rest-api/package.json b/examples/function-potterdb-rest-api/package.json index 4987abd712..6b81ed531f 100644 --- a/examples/function-potterdb-rest-api/package.json +++ b/examples/function-potterdb-rest-api/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@contentful/app-sdk": "^4.29.0", + "@contentful/app-sdk": "^4.29.1", "@contentful/f36-components": "4.68.1", "@contentful/f36-icons": "^4.28.0", "@contentful/f36-tokens": "4.0.5",