@backstage/plugin-auth-backend-module-pinniped-provider 0.1.7 → 0.1.8-next.2

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/CHANGELOG.md +13 -9
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,28 +1,32 @@
1
1
  # @backstage/plugin-auth-backend-module-pinniped-provider
2
2
 
3
- ## 0.1.7
3
+ ## 0.1.8-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.4.8
9
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/plugin-auth-node@0.4.9-next.2
9
+ - @backstage/backend-plugin-api@0.6.14-next.2
10
+ - @backstage/config@1.2.0-next.1
10
11
 
11
- ## 0.1.6
12
+ ## 0.1.8-next.1
12
13
 
13
14
  ### Patch Changes
14
15
 
15
16
  - Updated dependencies
16
- - @backstage/plugin-auth-node@0.4.7
17
- - @backstage/backend-plugin-api@0.6.12
17
+ - @backstage/config@1.2.0-next.1
18
+ - @backstage/backend-plugin-api@0.6.14-next.1
19
+ - @backstage/plugin-auth-node@0.4.9-next.1
18
20
 
19
- ## 0.1.5
21
+ ## 0.1.7-next.0
20
22
 
21
23
  ### Patch Changes
22
24
 
25
+ - 2af5354: Bump dependency `jose` to v5
23
26
  - Updated dependencies
24
- - @backstage/plugin-auth-node@0.4.6
25
- - @backstage/backend-plugin-api@0.6.11
27
+ - @backstage/plugin-auth-node@0.4.8-next.0
28
+ - @backstage/backend-plugin-api@0.6.13-next.0
29
+ - @backstage/config@1.1.2-next.0
26
30
 
27
31
  ## 0.1.4
28
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-pinniped-provider",
3
3
  "description": "The pinniped-provider backend module for the auth plugin.",
4
- "version": "0.1.7",
4
+ "version": "0.1.8-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,21 +28,21 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-plugin-api": "^0.6.13",
32
- "@backstage/config": "^1.1.1",
33
- "@backstage/plugin-auth-node": "^0.4.8",
31
+ "@backstage/backend-plugin-api": "^0.6.14-next.2",
32
+ "@backstage/config": "^1.2.0-next.1",
33
+ "@backstage/plugin-auth-node": "^0.4.9-next.2",
34
34
  "luxon": "^3.4.3",
35
35
  "openid-client": "^5.4.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/backend-defaults": "^0.2.13",
39
- "@backstage/backend-test-utils": "^0.3.3",
40
- "@backstage/cli": "^0.25.2",
41
- "@backstage/plugin-auth-backend": "^0.21.3",
38
+ "@backstage/backend-defaults": "^0.2.14-next.2",
39
+ "@backstage/backend-test-utils": "^0.3.4-next.2",
40
+ "@backstage/cli": "^0.25.3-next.2",
41
+ "@backstage/plugin-auth-backend": "^0.22.0-next.2",
42
42
  "cookie-parser": "^1.4.6",
43
43
  "express": "^4.18.2",
44
44
  "express-session": "^1.17.3",
45
- "jose": "^4.14.6",
45
+ "jose": "^5.0.0",
46
46
  "msw": "^1.3.0",
47
47
  "passport": "^0.7.0",
48
48
  "supertest": "^6.3.3"