@backstage/plugin-techdocs-node 1.7.2-next.1 → 1.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b43e030911f2: Upgrade `@azure/identity` to support using Workload Identity to authenticate against Azure.
8
+ - 7d4a09304f67: Use latest techdocs docker image by default. The latest image contains security updates.
9
+ - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.19.0
12
+ - @backstage/integration-aws-node@0.1.4
13
+ - @backstage/integration@1.5.0
14
+ - @backstage/catalog-model@1.4.0
15
+ - @backstage/errors@1.2.0
16
+ - @backstage/config@1.0.8
17
+ - @backstage/plugin-search-common@1.2.4
18
+
19
+ ## 1.7.2-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
24
+ - Updated dependencies
25
+ - @backstage/integration-aws-node@0.1.4-next.1
26
+ - @backstage/backend-common@0.19.0-next.2
27
+ - @backstage/catalog-model@1.4.0-next.1
28
+ - @backstage/config@1.0.7
29
+ - @backstage/errors@1.2.0-next.0
30
+ - @backstage/integration@1.5.0-next.0
31
+ - @backstage/plugin-search-common@1.2.4-next.0
32
+
3
33
  ## 1.7.2-next.1
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
3
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
4
- "version": "1.7.2-next.1",
4
+ "version": "1.7.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -39,20 +39,20 @@
39
39
  "url": "https://github.com/backstage/backstage/issues"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-sdk/client-s3": "^3.310.0",
43
- "@aws-sdk/credential-providers": "^3.310.0",
44
- "@aws-sdk/lib-storage": "^3.310.0",
45
- "@aws-sdk/node-http-handler": "^3.310.0",
46
- "@aws-sdk/types": "^3.310.0",
47
- "@azure/identity": "^2.1.0",
42
+ "@aws-sdk/client-s3": "^3.350.0",
43
+ "@aws-sdk/credential-providers": "^3.350.0",
44
+ "@aws-sdk/lib-storage": "^3.350.0",
45
+ "@aws-sdk/node-http-handler": "^3.350.0",
46
+ "@aws-sdk/types": "^3.347.0",
47
+ "@azure/identity": "^3.2.1",
48
48
  "@azure/storage-blob": "^12.5.0",
49
- "@backstage/backend-common": "^0.19.0-next.1",
50
- "@backstage/catalog-model": "^1.4.0-next.0",
51
- "@backstage/config": "^1.0.7",
52
- "@backstage/errors": "^1.2.0-next.0",
53
- "@backstage/integration": "^1.5.0-next.0",
54
- "@backstage/integration-aws-node": "^0.1.4-next.0",
55
- "@backstage/plugin-search-common": "^1.2.4-next.0",
49
+ "@backstage/backend-common": "^0.19.0",
50
+ "@backstage/catalog-model": "^1.4.0",
51
+ "@backstage/config": "^1.0.8",
52
+ "@backstage/errors": "^1.2.0",
53
+ "@backstage/integration": "^1.5.0",
54
+ "@backstage/integration-aws-node": "^0.1.4",
55
+ "@backstage/plugin-search-common": "^1.2.4",
56
56
  "@google-cloud/storage": "^6.0.0",
57
57
  "@trendyol-js/openstack-swift-sdk": "^0.0.6",
58
58
  "@types/express": "^4.17.6",
@@ -69,7 +69,7 @@
69
69
  "winston": "^3.2.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/cli": "^0.22.8-next.1",
72
+ "@backstage/cli": "^0.22.8",
73
73
  "@types/fs-extra": "^9.0.5",
74
74
  "@types/js-yaml": "^4.0.0",
75
75
  "@types/mime-types": "^2.1.0",