@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220707025354 → 0.0.0-nightly-20220708025041

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 +9 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220707025354
3
+ ## 0.0.0-nightly-20220708025041
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,6 +17,7 @@
17
17
 
18
18
  - a70869e775: Updated dependency `msw` to `^0.43.0`.
19
19
  - 679b32172e: Updated dependency `knex` to `^2.0.0`.
20
+ - 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
20
21
  - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
21
22
 
22
23
  Motivation for upgrade is transitively upgrading parse-url which is vulnerable
@@ -27,13 +28,13 @@
27
28
  - SNYK-JS-PARSEURL-2936249
28
29
 
29
30
  - Updated dependencies
30
- - @backstage/backend-common@0.0.0-nightly-20220707025354
31
- - @backstage/catalog-model@0.0.0-nightly-20220707025354
32
- - @backstage/catalog-client@0.0.0-nightly-20220707025354
33
- - @backstage/integration@0.0.0-nightly-20220707025354
34
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220707025354
35
- - @backstage/errors@0.0.0-nightly-20220707025354
36
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220707025354
31
+ - @backstage/backend-common@0.0.0-nightly-20220708025041
32
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220708025041
33
+ - @backstage/catalog-model@0.0.0-nightly-20220708025041
34
+ - @backstage/catalog-client@0.0.0-nightly-20220708025041
35
+ - @backstage/integration@0.0.0-nightly-20220708025041
36
+ - @backstage/errors@0.0.0-nightly-20220708025041
37
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220708025041
37
38
 
38
39
  ## 1.4.0-next.2
39
40
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "0.0.0-nightly-20220707025354",
4
+ "version": "0.0.0-nightly-20220708025041",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,18 +34,18 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220707025354",
38
- "@backstage/catalog-client": "^0.0.0-nightly-20220707025354",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20220707025354",
37
+ "@backstage/backend-common": "0.0.0-nightly-20220708025041",
38
+ "@backstage/catalog-client": "0.0.0-nightly-20220708025041",
39
+ "@backstage/catalog-model": "0.0.0-nightly-20220708025041",
40
40
  "@backstage/config": "^1.0.1",
41
- "@backstage/errors": "^0.0.0-nightly-20220707025354",
42
- "@backstage/integration": "^0.0.0-nightly-20220707025354",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220707025354",
44
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220707025354",
41
+ "@backstage/errors": "0.0.0-nightly-20220708025041",
42
+ "@backstage/integration": "0.0.0-nightly-20220708025041",
43
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220708025041",
44
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220708025041",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@gitbeaker/core": "^35.6.0",
47
47
  "@gitbeaker/node": "^35.1.0",
48
- "@octokit/webhooks": "^9.14.1",
48
+ "@octokit/webhooks": "^10.0.0",
49
49
  "@types/express": "^4.17.6",
50
50
  "azure-devops-node-api": "^11.0.1",
51
51
  "command-exists": "^1.2.9",
@@ -76,8 +76,8 @@
76
76
  "zod": "^3.11.6"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220707025354",
80
- "@backstage/cli": "^0.0.0-nightly-20220707025354",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220708025041",
80
+ "@backstage/cli": "0.0.0-nightly-20220708025041",
81
81
  "@types/command-exists": "^1.2.0",
82
82
  "@types/fs-extra": "^9.0.1",
83
83
  "@types/git-url-parse": "^9.0.0",