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