@loopback/authentication-passport 8.0.9 → 8.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -283,9 +283,7 @@ in
283
283
  import {BasicVerifyFunction} from 'passport-http';
284
284
  import {INVALID_USER_CREDENTIALS_MESSAGE} from '../keys';
285
285
 
286
- export class VerifyFunctionProvider
287
- implements Provider<BasicVerifyFunction>
288
- {
286
+ export class VerifyFunctionProvider implements Provider<BasicVerifyFunction> {
289
287
  constructor(@repository('users') private userRepo: MyUserRepository) {}
290
288
 
291
289
  value(): BasicVerifyFunction {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/authentication-passport",
3
3
  "description": "A package creating adapters between the passport module and @loopback/authentication",
4
- "version": "8.0.9",
4
+ "version": "8.0.10",
5
5
  "keywords": [
6
6
  "Passport",
7
7
  "Authentication",
@@ -45,37 +45,37 @@
45
45
  "@loopback/rest": "^15.0.1"
46
46
  },
47
47
  "dependencies": {
48
- "@loopback/security": "^0.12.8",
48
+ "@loopback/security": "^0.12.9",
49
49
  "passport": "^0.7.0",
50
50
  "tslib": "^2.8.1",
51
51
  "util-promisifyall": "^1.0.6"
52
52
  },
53
53
  "devDependencies": {
54
- "@loopback/authentication": "^12.0.9",
55
- "@loopback/build": "^12.0.7",
56
- "@loopback/core": "^7.0.7",
54
+ "@loopback/authentication": "^12.0.10",
55
+ "@loopback/build": "^12.0.8",
56
+ "@loopback/core": "^7.0.8",
57
57
  "@loopback/eslint-config": "^16.0.1",
58
- "@loopback/mock-oauth2-provider": "^0.10.7",
59
- "@loopback/openapi-spec-builder": "^8.0.7",
60
- "@loopback/rest": "^15.0.8",
61
- "@loopback/testlab": "^8.0.7",
58
+ "@loopback/mock-oauth2-provider": "^0.10.8",
59
+ "@loopback/openapi-spec-builder": "^8.0.8",
60
+ "@loopback/rest": "^15.0.9",
61
+ "@loopback/testlab": "^8.0.8",
62
62
  "@types/jsonwebtoken": "^9.0.10",
63
- "@types/lodash": "^4.17.21",
63
+ "@types/lodash": "^4.17.23",
64
64
  "@types/node": "^16.18.126",
65
65
  "@types/passport": "^1.0.17",
66
66
  "@types/passport-http": "^0.3.11",
67
67
  "@types/passport-oauth2": "^1.8.0",
68
68
  "@types/qs": "^6.14.0",
69
69
  "axios": "^1.13.2",
70
- "body-parser": "^2.2.1",
70
+ "body-parser": "^2.2.2",
71
71
  "express": "^4.22.1",
72
72
  "form-data": "^4.0.5",
73
73
  "jsonwebtoken": "^9.0.3",
74
74
  "lodash": "^4.17.21",
75
75
  "passport-http": "^0.3.0",
76
76
  "passport-oauth2": "^1.8.0",
77
- "qs": "^6.14.0",
78
- "supertest": "^7.1.4"
77
+ "qs": "^6.14.1",
78
+ "supertest": "^7.2.2"
79
79
  },
80
- "gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2"
80
+ "gitHead": "497f7e22bb6a9867e5afe830bb82a39172fe5c78"
81
81
  }