From 501e45ec568c2b9bccb427583a90478a46e16511 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:43:24 +0000 Subject: [PATCH] Increment authentication-service version [skip ci] --- authentication-service/package-lock.json | 18 +++++++++--------- authentication-service/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/authentication-service/package-lock.json b/authentication-service/package-lock.json index 79a9e94..51e4afa 100644 --- a/authentication-service/package-lock.json +++ b/authentication-service/package-lock.json @@ -1,16 +1,16 @@ { "name": "@useful-tools/docky-authentication-service", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@useful-tools/docky-authentication-service", - "version": "1.0.7", + "version": "1.0.8", "license": "ISC", "dependencies": { "@types/express": "^4.17.13", - "@useful-tools/docky-shared-kernel": "^1.1.6", + "@useful-tools/docky-shared-kernel": "^1.1.8", "cookie-parser": "^1.4.6", "debug": "^4.3.4", "deep-email-validator": "^0.1.21", @@ -2729,9 +2729,9 @@ } }, "node_modules/@useful-tools/docky-shared-kernel": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@useful-tools/docky-shared-kernel/-/docky-shared-kernel-1.1.6.tgz", - "integrity": "sha512-PgSnPAoOau5hRipFRml4m6rBMt+gteZUpgVN55IEuxuioynbwWfOrjhjKUyvAbR54qfTe5XVvQPi5sSsDyknmA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@useful-tools/docky-shared-kernel/-/docky-shared-kernel-1.1.8.tgz", + "integrity": "sha512-yzH/L7sThjICoiw85xv9Om/Ddg4X9bsX/tYy/7PUK7MO+QfwMVmsXZPKJ6a/1/WUrfple1K3PlKLsvC2+1jjDQ==", "dependencies": { "@types/express": "^4.17.13", "cors": "^2.8.5", @@ -10248,9 +10248,9 @@ } }, "@useful-tools/docky-shared-kernel": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@useful-tools/docky-shared-kernel/-/docky-shared-kernel-1.1.6.tgz", - "integrity": "sha512-PgSnPAoOau5hRipFRml4m6rBMt+gteZUpgVN55IEuxuioynbwWfOrjhjKUyvAbR54qfTe5XVvQPi5sSsDyknmA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@useful-tools/docky-shared-kernel/-/docky-shared-kernel-1.1.8.tgz", + "integrity": "sha512-yzH/L7sThjICoiw85xv9Om/Ddg4X9bsX/tYy/7PUK7MO+QfwMVmsXZPKJ6a/1/WUrfple1K3PlKLsvC2+1jjDQ==", "requires": { "@types/express": "^4.17.13", "cors": "^2.8.5", diff --git a/authentication-service/package.json b/authentication-service/package.json index efe87d9..2438147 100644 --- a/authentication-service/package.json +++ b/authentication-service/package.json @@ -1,6 +1,6 @@ { "name": "@useful-tools/docky-authentication-service", - "version": "1.0.7", + "version": "1.0.8", "description": "", "main": "src/index.ts", "scripts": { @@ -18,7 +18,7 @@ "license": "ISC", "dependencies": { "@types/express": "^4.17.13", - "@useful-tools/docky-shared-kernel": "^1.1.6", + "@useful-tools/docky-shared-kernel": "^1.1.8", "cookie-parser": "^1.4.6", "debug": "^4.3.4", "deep-email-validator": "^0.1.21",