diff --git a/.gitignore b/.gitignore index 52a2db6..a1fcc1a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # dependencies /node_modules +/node_modules* /.pnp .pnp.* .yarn/* diff --git a/package-lock.json b/package-lock.json index 5764020..c82dc78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "firebase": "^11.0.1", "firebase-admin": "^13.0.1", - "firebase-functions": "^6.1.0", + "firebase-functions": "^6.1.1", "firebase-tools": "^13.24.2", "framer-motion": "^11.11.11", "lucide-react": "^0.456.0", @@ -1901,7 +1901,6 @@ "version": "2.8.17", "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", - "license": "MIT", "dependencies": { "@types/node": "*" } @@ -5821,10 +5820,9 @@ } }, "node_modules/firebase-functions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-6.1.0.tgz", - "integrity": "sha512-7Gq7XpIA2qo9wKhYA9Ksb0v2bHfXD70zQwBJO6//Q624A7D9KAb449K6DM0swrCoPO7NGExbPf2eC7j7e+4+xA==", - "license": "MIT", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-6.1.1.tgz", + "integrity": "sha512-q+4zsQhX04YJUz6hqaiH/j5kixljPj0PMxkm8KN3juYp3I4NC6CZ4qfy5JRfwvV8VfXM2KkJrZuyJtLyZr97aw==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "^4.17.21", @@ -5839,7 +5837,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^11.10.0 || ^12.0.0" + "firebase-admin": "^11.10.0 || ^12.0.0 || ^13.0.0" } }, "node_modules/firebase-tools": { @@ -16662,9 +16660,9 @@ } }, "firebase-functions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-6.1.0.tgz", - "integrity": "sha512-7Gq7XpIA2qo9wKhYA9Ksb0v2bHfXD70zQwBJO6//Q624A7D9KAb449K6DM0swrCoPO7NGExbPf2eC7j7e+4+xA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-6.1.1.tgz", + "integrity": "sha512-q+4zsQhX04YJUz6hqaiH/j5kixljPj0PMxkm8KN3juYp3I4NC6CZ4qfy5JRfwvV8VfXM2KkJrZuyJtLyZr97aw==", "requires": { "@types/cors": "^2.8.5", "@types/express": "^4.17.21", diff --git a/package.json b/package.json index cc68da0..782df4e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cobe": "^0.6.3", "firebase": "^11.0.1", "firebase-admin": "^13.0.1", - "firebase-functions": "^6.1.0", + "firebase-functions": "^6.1.1", "firebase-tools": "^13.24.2", "framer-motion": "^11.11.11", "lucide-react": "^0.456.0",