From fd092288d026d1d70ca043b17cee838f6c3d4314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:29:17 +0000 Subject: [PATCH] fix(deps): bump @authup/core from 1.0.0-beta.3 to 1.0.0-beta.4 Bumps [@authup/core](https://github.com/authup/authup/tree/HEAD/global/packages/core) from 1.0.0-beta.3 to 1.0.0-beta.4. - [Release notes](https://github.com/authup/authup/releases) - [Changelog](https://github.com/authup/authup/blob/master/global/packages/core/CHANGELOG.md) - [Commits](https://github.com/authup/authup/commits/client-vue-v1.0.0-beta.4/global/packages/core) --- updated-dependencies: - dependency-name: "@authup/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++---------- packages/client-ui/package.json | 2 +- packages/client-vue/package.json | 2 +- packages/core/package.json | 4 +-- packages/server-analysis-manager/package.json | 2 +- packages/server-core/package.json | 2 +- packages/server-kit/package.json | 2 +- packages/server-realtime/package.json | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2ae6ed50..4503901b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,16 +96,16 @@ } }, "node_modules/@authup/core": { - "version": "1.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@authup/core/-/core-1.0.0-beta.3.tgz", - "integrity": "sha512-iMp/Uik6qBEpc8oqhtU3HcjsSQMCbCeA/C0+sXAscSUzHDP2LSRzwSkCWuOWF12KNgdbCssPD8/PhCinnItMTg==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@authup/core/-/core-1.0.0-beta.4.tgz", + "integrity": "sha512-8ztmg2+l80OSzvjyGTwRbVfNFI7hCQAO87Pn/vqmC7TCrx9oBAxYCOl4qOF8hqxc5IphkROgC/G7SWo+YdFM9Q==", "dependencies": { "@ebec/http": "^2.3.0", "@types/jsonwebtoken": "^9.0.5", "@ucast/mongo2js": "^1.3.4", "change-case": "^4.1.2", - "nanoid": "^3.3.4", - "std-env": "^3.7.0" + "destr": "^2.0.2", + "nanoid": "^3.3.4" }, "peerDependencies": { "@hapic/oauth2": "^2.4.1", @@ -25622,7 +25622,7 @@ "license": "Apache-2.0", "devDependencies": { "@authup/client-vue": "^1.0.0-beta.3", - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@bootstrap-vue-next/nuxt": "^0.15.5", "@fortawesome/fontawesome-free": "^6.5.1", "@nuxtjs/google-fonts": "^3.1.3", @@ -25660,7 +25660,7 @@ "license": "Apache-2.0", "devDependencies": { "@authup/client-vue": "^1.0.0-beta.3", - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@privateaim/core": "^0.0.0", "@types/node": "^20.11.19", "@vitejs/plugin-vue": "^5.0.4", @@ -25709,12 +25709,12 @@ "nanoid": "^3.3.4" }, "devDependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "hapic": "^2.5.0", "rapiq": "^0.9.0" }, "peerDependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "hapic": "^2.5.0", "rapiq": ">=0.9 <1.0.0" } @@ -25724,7 +25724,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.2", @@ -25816,7 +25816,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.2", @@ -25876,7 +25876,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@ebec/http": "^2.3.0", "@privateaim/core": "^0.0.0", "@socket.io/redis-emitter": "^5.1.0" @@ -25893,7 +25893,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@privateaim/core": "^0.0.0", diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index 79abef8ac..d0ff75a1a 100644 --- a/packages/client-ui/package.json +++ b/packages/client-ui/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@authup/client-vue": "^1.0.0-beta.3", - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@bootstrap-vue-next/nuxt": "^0.15.5", "@fortawesome/fontawesome-free": "^6.5.1", "@nuxtjs/google-fonts": "^3.1.3", diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index 41bc351f7..2ada7f233 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/PrivateAim/hub#readme", "devDependencies": { "@authup/client-vue": "^1.0.0-beta.3", - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@privateaim/core": "^0.0.0", "@types/node": "^20.11.19", "@vitejs/plugin-vue": "^5.0.4", diff --git a/packages/core/package.json b/packages/core/package.json index 3c8764ecc..c71cd674e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,12 +26,12 @@ "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch" }, "devDependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "hapic": "^2.5.0", "rapiq": "^0.9.0" }, "peerDependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "hapic": "^2.5.0", "rapiq": ">=0.9 <1.0.0" }, diff --git a/packages/server-analysis-manager/package.json b/packages/server-analysis-manager/package.json index f024d8cda..94e92a000 100644 --- a/packages/server-analysis-manager/package.json +++ b/packages/server-analysis-manager/package.json @@ -21,7 +21,7 @@ "test:coverage": "npm run test -- --coverage" }, "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.2", diff --git a/packages/server-core/package.json b/packages/server-core/package.json index 67c78633d..d9d4b91be 100644 --- a/packages/server-core/package.json +++ b/packages/server-core/package.json @@ -11,7 +11,7 @@ "description": "This package contains the server core service.", "main": "./dist/cli/index.js", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@hapic/harbor": "^2.3.2", diff --git a/packages/server-kit/package.json b/packages/server-kit/package.json index b49e6b14f..30e846456 100644 --- a/packages/server-kit/package.json +++ b/packages/server-kit/package.json @@ -15,7 +15,7 @@ "build": "tsc -p tsconfig.build.json" }, "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@ebec/http": "^2.3.0", "@privateaim/core": "^0.0.0", "@socket.io/redis-emitter": "^5.1.0" diff --git a/packages/server-realtime/package.json b/packages/server-realtime/package.json index b967ad61d..cfc517713 100644 --- a/packages/server-realtime/package.json +++ b/packages/server-realtime/package.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "description": "This package contains the realtime application which connects the API with socket based clients.", "dependencies": { - "@authup/core": "^1.0.0-beta.3", + "@authup/core": "^1.0.0-beta.4", "@authup/server-adapter": "^1.0.0-beta.3", "@ebec/http": "^2.3.0", "@privateaim/core": "^0.0.0",