@backstage/plugin-search-backend 1.4.8-next.3 → 1.4.9-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.4.9-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.20.1-next.0
10
+ - @backstage/backend-openapi-utils@0.1.2-next.0
11
+ - @backstage/backend-plugin-api@0.6.9-next.0
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-auth-node@0.4.3-next.0
16
+ - @backstage/plugin-permission-common@0.7.11
17
+ - @backstage/plugin-permission-node@0.7.20-next.0
18
+ - @backstage/plugin-search-backend-node@1.2.13-next.0
19
+ - @backstage/plugin-search-common@1.2.9
20
+
21
+ ## 1.4.8
22
+
23
+ ### Patch Changes
24
+
25
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.20.0
28
+ - @backstage/backend-openapi-utils@0.1.1
29
+ - @backstage/plugin-auth-node@0.4.2
30
+ - @backstage/plugin-permission-common@0.7.11
31
+ - @backstage/plugin-permission-node@0.7.19
32
+ - @backstage/plugin-search-backend-node@1.2.12
33
+ - @backstage/backend-plugin-api@0.6.8
34
+ - @backstage/config@1.1.1
35
+ - @backstage/errors@1.2.3
36
+ - @backstage/types@1.1.1
37
+ - @backstage/plugin-search-common@1.2.9
38
+
3
39
  ## 1.4.8-next.3
4
40
 
5
41
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "1.4.8-next.3",
3
+ "version": "1.4.9-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
3
  "description": "The Backstage backend plugin that provides your backstage app with search",
4
- "version": "1.4.8-next.3",
4
+ "version": "1.4.9-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,30 +40,29 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.20.0-next.3",
44
- "@backstage/backend-openapi-utils": "^0.1.1-next.3",
45
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
43
+ "@backstage/backend-common": "^0.20.1-next.0",
44
+ "@backstage/backend-openapi-utils": "^0.1.2-next.0",
45
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
46
46
  "@backstage/config": "^1.1.1",
47
47
  "@backstage/errors": "^1.2.3",
48
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
49
- "@backstage/plugin-permission-common": "^0.7.10",
50
- "@backstage/plugin-permission-node": "^0.7.19-next.3",
51
- "@backstage/plugin-search-backend-node": "^1.2.12-next.3",
52
- "@backstage/plugin-search-common": "^1.2.8",
48
+ "@backstage/plugin-auth-node": "^0.4.3-next.0",
49
+ "@backstage/plugin-permission-common": "^0.7.11",
50
+ "@backstage/plugin-permission-node": "^0.7.20-next.0",
51
+ "@backstage/plugin-search-backend-node": "^1.2.13-next.0",
52
+ "@backstage/plugin-search-common": "^1.2.9",
53
53
  "@backstage/types": "^1.1.1",
54
54
  "@types/express": "^4.17.6",
55
55
  "dataloader": "^2.0.0",
56
56
  "express": "^4.17.1",
57
- "express-promise-router": "^4.1.0",
58
57
  "lodash": "^4.17.21",
59
58
  "qs": "^6.10.1",
60
59
  "winston": "^3.2.1",
61
60
  "yn": "^4.0.0",
62
- "zod": "^3.21.4"
61
+ "zod": "^3.22.4"
63
62
  },
64
63
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.2.9-next.3",
66
- "@backstage/cli": "^0.25.0-next.3",
64
+ "@backstage/backend-test-utils": "^0.2.10-next.0",
65
+ "@backstage/cli": "^0.25.1-next.0",
67
66
  "@types/supertest": "^2.0.8",
68
67
  "supertest": "^6.1.3"
69
68
  },