diff --git a/package-lock.json b/package-lock.json index 675538da..37a08f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -836,9 +836,9 @@ } }, "node_modules/@google-cloud/functions-framework": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@google-cloud/functions-framework/-/functions-framework-3.2.1.tgz", - "integrity": "sha512-sWpJOAh9tpa1rznTxo90i/iOzG5MYAKGVjqLVh/NgxVYCYQvwrJ2ypuV0wROuS5mIpNvyGUyMfLn4nXeE3TrCQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@google-cloud/functions-framework/-/functions-framework-3.3.0.tgz", + "integrity": "sha512-+4O1dX5VNRK1W1NyAia7zy5jLf88ytuz39/1kVUUaNiOf76YbMZKV0YjZwfk7uEwRrC6l2wynK1G+q8Gb5DeVw==", "dependencies": { "@types/express": "4.17.17", "body-parser": "^1.18.3", @@ -10713,7 +10713,7 @@ "packages/embeddings-creation": { "version": "1.0.0", "dependencies": { - "@google-cloud/functions-framework": "^3.2.1", + "@google-cloud/functions-framework": "^3.3.0", "@google-cloud/storage": "^6.11.0", "@manypkg/find-root": "^2.2.1", "dotenv": "^16.3.1", @@ -10747,7 +10747,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.22.5", "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@google-cloud/functions-framework": "^3.2.1", + "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", "esmock": "^2.3.1", "sinon": "^15.2.0", diff --git a/packages/embeddings-creation/package.json b/packages/embeddings-creation/package.json index 92ed8795..5dac8a01 100644 --- a/packages/embeddings-creation/package.json +++ b/packages/embeddings-creation/package.json @@ -11,7 +11,7 @@ "lint": "eslint ." }, "dependencies": { - "@google-cloud/functions-framework": "^3.2.1", + "@google-cloud/functions-framework": "^3.3.0", "@google-cloud/storage": "^6.11.0", "@manypkg/find-root": "^2.2.1", "dotenv": "^16.3.1", diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index e2d7fbba..927c95cc 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.22.5", "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@google-cloud/functions-framework": "^3.2.1", + "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", "esmock": "^2.3.1", "sinon": "^15.2.0",