@backstage/plugin-catalog-backend 1.2.1-next.1 → 1.2.1-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.2.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
8
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
9
+
10
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
11
+ to several CVEs detected by Snyk.
12
+
13
+ - SNYK-JS-PARSEURL-2935944
14
+ - SNYK-JS-PARSEURL-2935947
15
+ - SNYK-JS-PARSEURL-2936249
16
+
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.1.0-next.2
19
+ - @backstage/backend-common@0.14.1-next.2
20
+ - @backstage/integration@1.2.2-next.2
21
+
3
22
  ## 1.2.1-next.1
4
23
 
5
24
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.2.1-next.1",
3
+ "version": "1.2.1-next.2",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
3
  "description": "The Backstage backend plugin that provides the Backstage catalog",
4
- "version": "1.2.1-next.1",
4
+ "version": "1.2.1-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.14.1-next.1",
37
+ "@backstage/backend-common": "^0.14.1-next.2",
38
38
  "@backstage/catalog-client": "^1.0.4-next.1",
39
- "@backstage/catalog-model": "^1.1.0-next.1",
39
+ "@backstage/catalog-model": "^1.1.0-next.2",
40
40
  "@backstage/config": "^1.0.1",
41
41
  "@backstage/errors": "^1.1.0-next.0",
42
- "@backstage/integration": "^1.2.2-next.1",
42
+ "@backstage/integration": "^1.2.2-next.2",
43
43
  "@backstage/plugin-catalog-common": "^1.0.4-next.0",
44
44
  "@backstage/plugin-permission-common": "^0.6.3-next.0",
45
45
  "@backstage/plugin-permission-node": "^0.6.3-next.1",
@@ -53,9 +53,9 @@
53
53
  "express-promise-router": "^4.1.0",
54
54
  "fast-json-stable-stringify": "^2.1.0",
55
55
  "fs-extra": "10.1.0",
56
- "git-url-parse": "^11.6.0",
56
+ "git-url-parse": "^12.0.0",
57
57
  "glob": "^7.1.6",
58
- "knex": "^1.0.2",
58
+ "knex": "^2.0.0",
59
59
  "lodash": "^4.17.21",
60
60
  "luxon": "^2.0.2",
61
61
  "node-fetch": "^2.6.7",
@@ -68,8 +68,8 @@
68
68
  "zod": "^3.11.6"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "^0.1.26-next.1",
72
- "@backstage/cli": "^0.18.0-next.1",
71
+ "@backstage/backend-test-utils": "^0.1.26-next.2",
72
+ "@backstage/cli": "^0.18.0-next.2",
73
73
  "@backstage/plugin-permission-common": "^0.6.3-next.0",
74
74
  "@backstage/plugin-search-backend-node": "0.6.3-next.1",
75
75
  "@types/core-js": "^2.5.4",
@@ -90,5 +90,5 @@
90
90
  "config.d.ts"
91
91
  ],
92
92
  "configSchema": "config.d.ts",
93
- "gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a"
93
+ "gitHead": "3eddfb061dd0abe711f4b88d2e0fb4b99e692978"
94
94
  }