From b3bd5226a169bdd748db99714a890f237f418c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:39:59 +0000 Subject: [PATCH] Bump vuefire from 2.2.5 to 3.2.0 Bumps [vuefire](https://github.com/vuejs/vuefire) from 2.2.5 to 3.2.0. - [Release notes](https://github.com/vuejs/vuefire/releases) - [Changelog](https://github.com/vuejs/vuefire/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuefire/compare/vuefire@2.2.5...vuefire@3.2.0) --- updated-dependencies: - dependency-name: vuefire dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 61 ++++++++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 51 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd0a8f92c..1d7ff26c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "vue-json-csv": "^1.2.10", "vue-multi-select": "^4.6.0", "vue-router": "^3.6.5", - "vuefire": "^2.2.5" + "vuefire": "^3.2.0" }, "devDependencies": { "@vitejs/plugin-vue2": "^2.3.1", @@ -1258,11 +1258,6 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/@posva/vuefire-core": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@posva/vuefire-core/-/vuefire-core-2.3.4.tgz", - "integrity": "sha512-jumUMMDBMDRtx9reIKCkC92TRwxJ/vG0+7iX2gQNXbS9cIVh4iI78PQm8e9ztCiBmdlALuBvfbcvDoD60cvJuw==" - }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -5072,14 +5067,58 @@ } }, "node_modules/vuefire": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/vuefire/-/vuefire-2.2.5.tgz", - "integrity": "sha512-VwEmpJi6mJNdWXnEvjqqtpMZ1evJcVblnrr/AScmp1TRi5PKxmiT2uL4CJBysiGn+uUJpupuRnpfxH/qof7z5w==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vuefire/-/vuefire-3.2.0.tgz", + "integrity": "sha512-fcJqNwPeGgL5vx++c0bVjMvYvZUzPHoYLPmlQpB0AS7722P+staJViG3RlcjNGMu7fgA1+HmGm5uwngFwVqnRw==", "dependencies": { - "@posva/vuefire-core": "^2.3.4" + "vue-demi": "latest" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "consola": "^3.2.3", + "firebase": "^9.0.0 || ^10.0.0", + "vue": "^2.7.0 || ^3.2.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + }, + "consola": { + "optional": true + }, + "firebase": { + "optional": true + } + } + }, + "node_modules/vuefire/node_modules/vue-demi": { + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", + "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "firebase": ">=4.0.0" + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } } }, "node_modules/w3c-xmlserializer": { diff --git a/package.json b/package.json index 6c28f7646..93730a55e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "vue-json-csv": "^1.2.10", "vue-multi-select": "^4.6.0", "vue-router": "^3.6.5", - "vuefire": "^2.2.5" + "vuefire": "^3.2.0" }, "devDependencies": { "@vitejs/plugin-vue2": "^2.3.1",