@sudoplatform/sudo-common 8.5.1 → 8.5.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/README.md +5 -0
  2. package/package.json +14 -16
package/README.md CHANGED
@@ -6,3 +6,8 @@ This project provides tools and libraries to help with creating new Web SDK's an
6
6
 
7
7
  #### `yarn build`
8
8
 
9
+ ## Automatic Dependency Updates
10
+
11
+ In this project [Renovate](https://gitlab.tools.anonyome.com/platform/renovate) is used for scheduled dependency updates, where MRs will be created on the First Sunday of the Month.
12
+
13
+ For more information on the Renovate Dependency Update schedule, see [GC Platform Renovate Configuration](https://gitlab.tools.anonyome.com/platform/gc-platform-renovate-config).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudoplatform/sudo-common",
3
- "version": "8.5.1",
3
+ "version": "8.5.2",
4
4
  "author": "Anonyome Labs, Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,35 +51,34 @@
51
51
  "resolutions": {
52
52
  "**/apollo-cache-inmemory": "^1.6.6",
53
53
  "**/apollo-client": "^2.6.10",
54
- "json5": "^1.0.2",
55
- "xml2js": "^0.5.0"
54
+ "xml2js": "^0.6.0"
56
55
  },
57
56
  "dependencies": {
58
- "@aws-sdk/client-s3": "^3.317.0",
57
+ "@aws-sdk/client-s3": "^3.342.0",
59
58
  "apollo-client": "^2.6.10",
60
59
  "asn1js": "^3.0.5",
61
60
  "browser-bunyan": "^1.8.0",
62
- "fflate": "^0.7.4",
61
+ "fflate": "^0.8.0",
63
62
  "graphql": "^15.8.0",
64
63
  "pkijs": "^3.0.14",
65
- "tslib": "^2.5.0"
64
+ "tslib": "^2.5.2"
66
65
  },
67
66
  "peerDependencies": {
68
67
  "io-ts": "^2.2.16"
69
68
  },
70
69
  "devDependencies": {
71
70
  "@types/jest": "^27.5.2",
72
- "@types/node": "16.18.24",
73
- "@typescript-eslint/eslint-plugin": "^5.59.0",
74
- "@typescript-eslint/parser": "^5.59.0",
71
+ "@types/node": "16.18.34",
72
+ "@typescript-eslint/eslint-plugin": "^5.59.8",
73
+ "@typescript-eslint/parser": "^5.59.8",
75
74
  "aws-sdk-mock": "^5.8.0",
76
- "concurrently": "^8.0.1",
77
- "eslint": "^8.39.0",
75
+ "concurrently": "^8.1.0",
76
+ "eslint": "^8.41.0",
78
77
  "eslint-config-prettier": "^8.8.0",
79
78
  "eslint-plugin-import": "^2.27.5",
80
79
  "eslint-plugin-prettier": "^4.2.1",
81
80
  "eslint-plugin-tree-shaking": "^1.10.0",
82
- "fp-ts": "^2.14.0",
81
+ "fp-ts": "^2.16.0",
83
82
  "io-ts": "^2.2.20",
84
83
  "io-ts-types": "^0.5.19",
85
84
  "isomorphic-fetch": "^3.0.0",
@@ -88,11 +87,11 @@
88
87
  "monocle-ts": "^2.3.13",
89
88
  "newtype-ts": "^0.3.5",
90
89
  "prettier": "^2.8.8",
91
- "rimraf": "^5.0.0",
90
+ "rimraf": "^5.0.1",
92
91
  "ts-jest": "^27.1.5",
93
92
  "ts-mockito": "^2.6.1",
94
93
  "ts-node": "^10.9.1",
95
- "typedoc": "^0.24.5",
94
+ "typedoc": "^0.24.7",
96
95
  "typescript": "^4.9.5"
97
96
  },
98
97
  "outdatedSuppressions": {
@@ -102,8 +101,7 @@
102
101
  "graphql": 1684846723,
103
102
  "jest": 1684846723,
104
103
  "ts-jest": 1684846723,
105
- "typescript": 1684846723,
106
- "json5": 1684846723
104
+ "typescript": 1684846723
107
105
  }
108
106
  }
109
107
  }