@backstage/plugin-auth-node 0.0.0-nightly-20231218021609 → 0.0.0-nightly-20231222021330

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 +17 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,28 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20231218021609
3
+ ## 0.0.0-nightly-20231222021330
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20231222021330
9
+ - @backstage/catalog-client@0.0.0-nightly-20231222021330
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231222021330
11
+ - @backstage/catalog-model@1.4.3
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.4.2
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - a62764b: Updated dependency `passport` to `^0.7.0`.
8
21
  - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
9
22
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20231218021609
11
- - @backstage/catalog-client@0.0.0-nightly-20231218021609
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20231218021609
23
+ - @backstage/backend-common@0.20.0
24
+ - @backstage/catalog-client@1.5.0
25
+ - @backstage/backend-plugin-api@0.6.8
13
26
  - @backstage/catalog-model@1.4.3
14
27
  - @backstage/config@1.1.1
15
28
  - @backstage/errors@1.2.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20231218021609",
3
+ "version": "0.0.0-nightly-20231222021330",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,9 +28,9 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20231218021609",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231218021609",
33
- "@backstage/catalog-client": "^0.0.0-nightly-20231218021609",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20231222021330",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231222021330",
33
+ "@backstage/catalog-client": "^0.0.0-nightly-20231222021330",
34
34
  "@backstage/catalog-model": "^1.4.3",
35
35
  "@backstage/config": "^1.1.1",
36
36
  "@backstage/errors": "^1.2.3",
@@ -47,8 +47,8 @@
47
47
  "zod-to-json-schema": "^3.21.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231218021609",
51
- "@backstage/cli": "^0.0.0-nightly-20231218021609",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231222021330",
51
+ "@backstage/cli": "^0.0.0-nightly-20231222021330",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",