@backstage/plugin-auth-backend 0.0.0-nightly-20220211021943 → 0.0.0-nightly-20220215022550

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 +7 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20220211021943
3
+ ## 0.0.0-nightly-20220215022550
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
+ - a31559d1f5: Bump `passport-oauth2` to version 1.6.1
8
9
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20220211021943
10
- - @backstage/catalog-client@0.0.0-nightly-20220211021943
11
- - @backstage/errors@0.0.0-nightly-20220211021943
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20220211021943
10
+ - @backstage/backend-common@0.0.0-nightly-20220215022550
11
+ - @backstage/catalog-client@0.0.0-nightly-20220215022550
12
+ - @backstage/errors@0.0.0-nightly-20220215022550
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20220215022550
14
+ - @backstage/catalog-model@0.0.0-nightly-20220215022550
13
15
 
14
16
  ## 0.10.0
15
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
3
  "description": "A Backstage backend plugin that handles authentication",
4
- "version": "0.0.0-nightly-20220211021943",
4
+ "version": "0.0.0-nightly-20220215022550",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20220211021943",
34
- "@backstage/backend-common": "^0.0.0-nightly-20220211021943",
35
- "@backstage/catalog-client": "^0.0.0-nightly-20220211021943",
36
- "@backstage/catalog-model": "^0.9.10",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20220215022550",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20220215022550",
35
+ "@backstage/catalog-client": "^0.0.0-nightly-20220215022550",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220215022550",
37
37
  "@backstage/config": "^0.1.13",
38
- "@backstage/errors": "^0.0.0-nightly-20220211021943",
38
+ "@backstage/errors": "^0.0.0-nightly-20220215022550",
39
39
  "@backstage/types": "^0.1.1",
40
40
  "@google-cloud/firestore": "^5.0.2",
41
41
  "@types/express": "^4.17.6",
@@ -65,7 +65,7 @@
65
65
  "passport-gitlab2": "^5.0.0",
66
66
  "passport-google-oauth20": "^2.0.0",
67
67
  "passport-microsoft": "^0.1.0",
68
- "passport-oauth2": "^1.5.0",
68
+ "passport-oauth2": "^1.6.1",
69
69
  "passport-okta-oauth": "^0.0.1",
70
70
  "passport-onelogin-oauth": "^0.0.1",
71
71
  "passport-saml": "^3.1.2",
@@ -74,8 +74,8 @@
74
74
  "yn": "^4.0.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.0.0-nightly-20220211021943",
78
- "@backstage/test-utils": "^0.0.0-nightly-20220211021943",
77
+ "@backstage/cli": "^0.0.0-nightly-20220215022550",
78
+ "@backstage/test-utils": "^0.0.0-nightly-20220215022550",
79
79
  "@types/body-parser": "^1.19.0",
80
80
  "@types/cookie-parser": "^1.4.2",
81
81
  "@types/express-session": "^1.17.2",