@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230612023212 → 0.0.0-nightly-20230614022819

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,16 +1,30 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20230612023212
3
+ ## 0.0.0-nightly-20230614022819
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230612023212
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20230612023212
10
- - @backstage/backend-tasks@0.0.0-nightly-20230612023212
11
- - @backstage/plugin-events-node@0.0.0-nightly-20230612023212
9
+ - @backstage/backend-common@0.0.0-nightly-20230614022819
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230614022819
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230614022819
12
12
  - @backstage/config@1.0.7
13
13
  - @backstage/types@1.0.2
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20230614022819
15
+
16
+ ## 0.2.1-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.19.0-next.2
23
+ - @backstage/backend-plugin-api@0.5.3-next.2
24
+ - @backstage/backend-tasks@0.5.3-next.2
25
+ - @backstage/config@1.0.7
26
+ - @backstage/types@1.0.2
27
+ - @backstage/plugin-events-node@0.2.7-next.2
14
28
 
15
29
  ## 0.2.1-next.1
16
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230612023212",
3
+ "version": "0.0.0-nightly-20230614022819",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230612023212",
3
+ "version": "0.0.0-nightly-20230614022819",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,22 +33,22 @@
33
33
  "postpack": "backstage-cli package postpack"
34
34
  },
35
35
  "dependencies": {
36
- "@aws-sdk/client-sqs": "^3.310.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20230612023212",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230612023212",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230612023212",
36
+ "@aws-sdk/client-sqs": "^3.350.0",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230614022819",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230614022819",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230614022819",
40
40
  "@backstage/config": "^1.0.7",
41
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230612023212",
41
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230614022819",
42
42
  "@backstage/types": "^1.0.2",
43
43
  "luxon": "^3.0.0",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@aws-sdk/types": "^3.310.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20230612023212",
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230612023212",
50
- "@backstage/cli": "^0.0.0-nightly-20230612023212",
51
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230612023212",
47
+ "@aws-sdk/types": "^3.347.0",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20230614022819",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230614022819",
50
+ "@backstage/cli": "^0.0.0-nightly-20230614022819",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230614022819",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [