@backstage/integration 1.2.2-next.1 → 1.2.2-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 +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
+
## 1.2.2-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e2d7b76f43: Upgrade git-url-parse to 12.0.0.
|
|
8
|
+
|
|
9
|
+
Motivation for upgrade is transitively upgrading parse-url which is vulnerable
|
|
10
|
+
to several CVEs detected by Snyk.
|
|
11
|
+
|
|
12
|
+
- SNYK-JS-PARSEURL-2935944
|
|
13
|
+
- SNYK-JS-PARSEURL-2935947
|
|
14
|
+
- SNYK-JS-PARSEURL-2936249
|
|
15
|
+
|
|
3
16
|
## 1.2.2-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration",
|
|
3
3
|
"description": "Helpers for managing integrations towards external systems",
|
|
4
|
-
"version": "1.2.2-next.
|
|
4
|
+
"version": "1.2.2-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@octokit/auth-app": "^3.4.0",
|
|
39
39
|
"@octokit/rest": "^18.5.3",
|
|
40
40
|
"cross-fetch": "^3.1.5",
|
|
41
|
-
"git-url-parse": "^
|
|
41
|
+
"git-url-parse": "^12.0.0",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"luxon": "^2.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.18.0-next.
|
|
46
|
+
"@backstage/cli": "^0.18.0-next.2",
|
|
47
47
|
"@backstage/config-loader": "^1.1.3-next.0",
|
|
48
48
|
"@backstage/test-utils": "^1.1.2-next.1",
|
|
49
49
|
"@types/jest": "^26.0.7",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"config.d.ts"
|
|
56
56
|
],
|
|
57
57
|
"configSchema": "config.d.ts",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "3eddfb061dd0abe711f4b88d2e0fb4b99e692978",
|
|
59
59
|
"module": "dist/index.esm.js"
|
|
60
60
|
}
|