@backstage/plugin-auth-node 0.0.0-nightly-20240906022905 → 0.0.0-nightly-20240908023050

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 +5 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240906022905
3
+ ## 0.0.0-nightly-20240908023050
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c46eb0f: Extend the "unable to resolve user identity" message
8
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
8
9
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240906022905
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240906022905
11
- - @backstage/catalog-client@0.0.0-nightly-20240906022905
10
+ - @backstage/backend-common@0.0.0-nightly-20240908023050
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240908023050
12
+ - @backstage/catalog-client@0.0.0-nightly-20240908023050
12
13
  - @backstage/catalog-model@1.6.0
13
14
  - @backstage/config@1.2.0
14
15
  - @backstage/errors@1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240906022905",
3
+ "version": "0.0.0-nightly-20240908023050",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -37,9 +37,9 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240906022905",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240906022905",
42
- "@backstage/catalog-client": "^0.0.0-nightly-20240906022905",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240908023050",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240908023050",
42
+ "@backstage/catalog-client": "^0.0.0-nightly-20240908023050",
43
43
  "@backstage/catalog-model": "^1.6.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
@@ -56,13 +56,13 @@
56
56
  "zod-to-json-schema": "^3.21.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240906022905",
60
- "@backstage/cli": "^0.0.0-nightly-20240906022905",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240908023050",
60
+ "@backstage/cli": "^0.0.0-nightly-20240908023050",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",
64
64
  "msw": "^1.0.0",
65
- "supertest": "^6.1.3",
65
+ "supertest": "^7.0.0",
66
66
  "uuid": "^9.0.0"
67
67
  }
68
68
  }