@backstage/plugin-app-backend 0.0.0-nightly-20220829030048 → 0.0.0-nightly-20220830025943

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 +10 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220829030048
3
+ ## 0.0.0-nightly-20220830025943
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d669d89206: Minor API signatures cleanup
8
+ - 60b85d8ade: Updated dependency `helmet` to `^6.0.0`.
9
+
10
+ Please note that these policies are no longer applied by default:
11
+
12
+ helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
13
+ helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
14
+
8
15
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
9
16
  - 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
10
17
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20220829030048
12
- - @backstage/config-loader@0.0.0-nightly-20220829030048
18
+ - @backstage/backend-common@0.0.0-nightly-20220830025943
19
+ - @backstage/config-loader@0.0.0-nightly-20220830025943
13
20
 
14
21
  ## 0.3.36-next.0
15
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
3
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
4
- "version": "0.0.0-nightly-20220829030048",
4
+ "version": "0.0.0-nightly-20220830025943",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "0.0.0-nightly-20220829030048",
37
- "@backstage/config-loader": "0.0.0-nightly-20220829030048",
36
+ "@backstage/backend-common": "0.0.0-nightly-20220830025943",
37
+ "@backstage/config-loader": "0.0.0-nightly-20220830025943",
38
38
  "@backstage/config": "^1.0.1",
39
39
  "@backstage/types": "^1.0.0",
40
40
  "@types/express": "^4.17.6",
@@ -42,7 +42,7 @@
42
42
  "express": "^4.17.1",
43
43
  "express-promise-router": "^4.1.0",
44
44
  "fs-extra": "10.1.0",
45
- "helmet": "^5.0.2",
45
+ "helmet": "^6.0.0",
46
46
  "knex": "^2.0.0",
47
47
  "lodash": "^4.17.21",
48
48
  "luxon": "^3.0.0",
@@ -50,8 +50,8 @@
50
50
  "yn": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20220829030048",
54
- "@backstage/cli": "0.0.0-nightly-20220829030048",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220830025943",
54
+ "@backstage/cli": "0.0.0-nightly-20220830025943",
55
55
  "@backstage/types": "^1.0.0",
56
56
  "@types/supertest": "^2.0.8",
57
57
  "mock-fs": "^5.1.0",