diff --git a/bun.lockb b/bun.lockb index 3fce2305..5b552152 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 36a3f733..23e715d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "algoliasearch": "5.1.1", "firebase-admin": "12.3.1", - "firebase-functions": "5.1.0" + "firebase-functions": "5.1.1" }, "devDependencies": { "@types/sinon": "17.0.3", @@ -3977,9 +3977,9 @@ } }, "node_modules/firebase-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.1.0.tgz", - "integrity": "sha512-VO46n9lqljrNiqOv4BbnFHYxY+yYCdZcOeUIF1t9DbFxBbVPztHdMM9MvpfCDp0nzXP2PugdmghSgM0hORrNvw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.1.1.tgz", + "integrity": "sha512-KkyKZE98Leg/C73oRyuUYox04PQeeBThdygMfeX+7t1cmKWYKa/ZieYa89U8GHgED+0mF7m7wfNZOfbURYxIKg==", "license": "MIT", "dependencies": { "@types/cors": "^2.8.5", diff --git a/package.json b/package.json index 4217b128..ec6c56d7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "algoliasearch": "5.1.1", "firebase-admin": "12.3.1", - "firebase-functions": "5.1.0" + "firebase-functions": "5.1.1" }, "devDependencies": { "@types/sinon": "17.0.3",