From a28ffa41ac7cd7ca180633c3abf9a64d9390771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:07:18 +0000 Subject: [PATCH] build(deps-dev): bump @authup/core from 0.32.0 to 0.32.2 Bumps [@authup/core](https://github.com/authup/authup/tree/HEAD/packages/core) from 0.32.0 to 0.32.2. - [Release notes](https://github.com/authup/authup/releases) - [Changelog](https://github.com/authup/authup/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/authup/authup/commits/v0.32.2/packages/core) --- updated-dependencies: - dependency-name: "@authup/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ada0b69..6d314f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "smob": "^1.0.0" }, "devDependencies": { - "@authup/core": "^0.32.0", + "@authup/core": "^0.32.2", "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-typescript": "^7.21.4", @@ -72,9 +72,9 @@ } }, "node_modules/@authup/core": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/@authup/core/-/core-0.32.0.tgz", - "integrity": "sha512-55mG1v8eIOsN7mfwqjxjtrRUF8D5H5kZpyYG28QYO7zzFqm7UP3u3HZP1bGjgaEFI0+W5br7XajJtfRqA2fVRQ==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@authup/core/-/core-0.32.2.tgz", + "integrity": "sha512-phouwQli/1lGWh1wi4sk4YkIoD5Yc2VpiB7i2Sk1YXMIL3TAEW0EsDhyko8ks5CyWJ5c1R0Fma11AJ2jMCaskw==", "dev": true, "dependencies": { "@ebec/http": "^1.0.0", @@ -12159,9 +12159,9 @@ } }, "@authup/core": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/@authup/core/-/core-0.32.0.tgz", - "integrity": "sha512-55mG1v8eIOsN7mfwqjxjtrRUF8D5H5kZpyYG28QYO7zzFqm7UP3u3HZP1bGjgaEFI0+W5br7XajJtfRqA2fVRQ==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@authup/core/-/core-0.32.2.tgz", + "integrity": "sha512-phouwQli/1lGWh1wi4sk4YkIoD5Yc2VpiB7i2Sk1YXMIL3TAEW0EsDhyko8ks5CyWJ5c1R0Fma11AJ2jMCaskw==", "dev": true, "requires": { "@ebec/http": "^1.0.0", diff --git a/package.json b/package.json index 6fb9654..d95d0a7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "license": "MIT", "devDependencies": { - "@authup/core": "^0.32.0", + "@authup/core": "^0.32.2", "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-typescript": "^7.21.4",