From 4cf3b9f98719f0b81fa88c82b6d86be6386c3afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:14:14 +0000 Subject: [PATCH] npm(deps): bump fauna from 1.0.1 to 2.3.0 Bumps [fauna](https://github.com/fauna/fauna-js) from 1.0.1 to 2.3.0. - [Release notes](https://github.com/fauna/fauna-js/releases) - [Commits](https://github.com/fauna/fauna-js/compare/v1.0.1...v2.3.0) --- updated-dependencies: - dependency-name: fauna dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c6bbfa..fd5b59f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nestjs/common": "^10.0.5", - "fauna": "^1.0.1", + "fauna": "^2.3.0", "rxjs": "^7.8.1" }, "devDependencies": { @@ -580,6 +580,25 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/big-integer": { "version": "1.6.51", "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", @@ -1148,9 +1167,12 @@ } }, "node_modules/fauna": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fauna/-/fauna-1.0.1.tgz", - "integrity": "sha512-0jAjqDHQ4Df9Gee4vhKehhccpOIyShuT25hHCU4lkIFrMsVXZ68pFxUDBqh8GcCPQznSt0dMsEpw6ZPlzKKtCA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/fauna/-/fauna-2.3.0.tgz", + "integrity": "sha512-7mavTqMGvXGtmCOo5Ng+q2OdLWQrSfGX8iJIz8ABcJVC6IvI/sWwvOLRl59fZ4w1coyWX6zin0TC8DfroTiS3g==", + "dependencies": { + "base64-js": "^1.5.1" + } }, "node_modules/file-entry-cache": { "version": "6.0.1", diff --git a/package.json b/package.json index ffa56b3..875ca6a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@nestjs/common": "^10.0.5", - "fauna": "^1.0.1", + "fauna": "^2.3.0", "rxjs": "^7.8.1" }, "peerDependencies": {