@loopback/authentication-passport 8.0.3 → 8.0.5

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 +0 -1
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -213,7 +213,6 @@ in
213
213
  ```
214
214
 
215
215
  The Provider should have two functions:
216
-
217
216
  - A function that takes in the verify callback function and returns a
218
217
  configured basic strategy. To know more about the configuration, please
219
218
  check
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.3",
4
+ "version": "8.0.5",
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.2",
49
- "passport": "^0.6.0",
48
+ "@loopback/security": "^0.12.4",
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.3",
55
- "@loopback/build": "^12.0.1",
56
- "@loopback/core": "^7.0.1",
57
- "@loopback/eslint-config": "^16.0.0",
58
- "@loopback/mock-oauth2-provider": "^0.10.1",
59
- "@loopback/openapi-spec-builder": "^8.0.1",
60
- "@loopback/rest": "^15.0.2",
61
- "@loopback/testlab": "^8.0.1",
62
- "@types/jsonwebtoken": "^9.0.9",
63
- "@types/lodash": "^4.17.17",
54
+ "@loopback/authentication": "^12.0.5",
55
+ "@loopback/build": "^12.0.3",
56
+ "@loopback/core": "^7.0.3",
57
+ "@loopback/eslint-config": "^16.0.1",
58
+ "@loopback/mock-oauth2-provider": "^0.10.3",
59
+ "@loopback/openapi-spec-builder": "^8.0.3",
60
+ "@loopback/rest": "^15.0.4",
61
+ "@loopback/testlab": "^8.0.3",
62
+ "@types/jsonwebtoken": "^9.0.10",
63
+ "@types/lodash": "^4.17.20",
64
64
  "@types/node": "^16.18.126",
65
65
  "@types/passport": "^1.0.17",
66
66
  "@types/passport-http": "^0.3.11",
67
- "@types/passport-oauth2": "^1.4.17",
67
+ "@types/passport-oauth2": "^1.8.0",
68
68
  "@types/qs": "^6.14.0",
69
- "axios": "^1.9.0",
69
+ "axios": "^1.11.0",
70
70
  "body-parser": "^2.2.0",
71
71
  "express": "^4.21.2",
72
- "form-data": "^4.0.3",
72
+ "form-data": "^4.0.4",
73
73
  "jsonwebtoken": "^9.0.2",
74
74
  "lodash": "^4.17.21",
75
75
  "passport-http": "^0.3.0",
76
76
  "passport-oauth2": "^1.8.0",
77
77
  "qs": "^6.14.0",
78
- "supertest": "^7.1.1"
78
+ "supertest": "^7.1.4"
79
79
  },
80
- "gitHead": "cb51b4297e6f1c6aadc6492ba2a7c8c3ac4867c7"
80
+ "gitHead": "292b33022f1d9eb85ded26e7b07a3d7a47d3b2e8"
81
81
  }