Skip to content

Commit

Permalink
fix(deps): update dependency firebase [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent b4d8147 commit b1fe852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.10",
"firebase": "^9.17.1",
"firebase": "^10.0.0",
"firebase-admin": "^11.5.0",
"nuxt-vuefire": "^0.1.5",
"three": "^0.150.0",
Expand Down
4 changes: 2 additions & 2 deletions patches/nuxt-vuefire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@firebase/app-types": ">=0.8.1",
"firebase": "^9.0.0",
"firebase": "^9.0.0 || ^11.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.0.1"
Expand All @@ -51,7 +51,7 @@
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.31.0",
"firebase": "^9.15.0",
"firebase": "^11.0.0",
"firebase-admin": "^11.4.0",
"firebase-functions": "^4.1.1",
"nuxt": "^3.0.0",
Expand Down

0 comments on commit b1fe852

Please sign in to comment.