@sudoplatform/sudo-user 10.0.1 → 10.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudoplatform/sudo-user",
3
- "version": "10.0.1",
3
+ "version": "10.1.0",
4
4
  "author": "Anonyome Labs, Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,26 +32,29 @@
32
32
  "./lib/runtimes/node/node-crypto.js": "./lib/runtimes/browser/browser-crypto.js"
33
33
  },
34
34
  "dependencies": {
35
- "@aws-sdk/client-cognito-identity-provider": "^3.37.0",
36
- "@graphql-typed-document-node/core": "^3.1.0",
37
- "@sudoplatform/sudo-web-crypto-provider": "^3.0.0",
35
+ "@aws-sdk/client-cognito-identity-provider": "^3.80.0",
36
+ "@graphql-typed-document-node/core": "^3.1.1",
37
+ "@sudoplatform/sudo-web-crypto-provider": "^3.1.0",
38
38
  "amazon-cognito-auth-js": "^1.3.3",
39
39
  "apollo-cache-inmemory": "^1.6.6",
40
- "asn1js": "^2.1.1",
41
- "aws-appsync": "4.0.3",
42
- "fp-ts": "^2.11.5",
40
+ "asn1js": "^2.4.0",
41
+ "aws-appsync": "4.1.5",
42
+ "fp-ts": "^2.12.1",
43
43
  "graphql": "^15.6.1",
44
44
  "io-ts": "^2.2.16",
45
45
  "jsonwebtoken": "^8.5.1",
46
46
  "lodash": "^4.17.21",
47
- "monocle-ts": "^2.3.11",
48
- "newtype-ts": "^0.3.4",
49
- "tslib": "^2.3.1",
47
+ "monocle-ts": "^2.3.13",
48
+ "newtype-ts": "^0.3.5",
49
+ "tslib": "^2.4.0",
50
50
  "uuid": "^8.3.2"
51
51
  },
52
52
  "resolutions": {
53
53
  "apollo-cache-inmemory": "^1.6.6",
54
- "@graphql-codegen/**/ansi-regex": "^5.0.1"
54
+ "@graphql-codegen/**/ansi-regex": "^5.0.1",
55
+ "cross-fetch": "^3.1.5",
56
+ "node-fetch": "^2.6.7",
57
+ "minimist": "^1.2.6"
55
58
  },
56
59
  "devDependencies": {
57
60
  "@babel/cli": "^7.16.0",
@@ -67,30 +70,30 @@
67
70
  "@graphql-codegen/typescript": "^2.2.4",
68
71
  "@graphql-codegen/typescript-operations": "^2.1.8",
69
72
  "@graphql-typed-document-node/apollo-client-2": "^1.0.0",
70
- "@sudoplatform/sudo-common": "^6.0.0",
73
+ "@sudoplatform/sudo-common": "^6.2.0",
71
74
  "@types/amazon-cognito-auth-js": "^1.3.0",
72
75
  "@types/firefox-webext-browser": "^82.0.1",
73
- "@types/jest": "^27.0.2",
74
- "@types/jsonwebtoken": "^8.5.6",
75
- "@types/lodash": "^4.14.177",
76
+ "@types/jest": "^27.4.1",
77
+ "@types/jsonwebtoken": "^8.5.8",
78
+ "@types/lodash": "^4.14.182",
76
79
  "@types/node": "^14.17.27",
77
- "@types/uuid": "^8.3.1",
78
- "@typescript-eslint/eslint-plugin": "^5.1.0",
79
- "@typescript-eslint/parser": "^5.1.0",
80
+ "@types/uuid": "^8.3.4",
81
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
82
+ "@typescript-eslint/parser": "^5.21.0",
80
83
  "apollo-client": "^2.6.10",
81
- "eslint": "^8.0.1",
82
- "eslint-config-prettier": "^8.3.0",
83
- "eslint-plugin-import": "^2.25.2",
84
+ "eslint": "^8.14.0",
85
+ "eslint-config-prettier": "^8.5.0",
86
+ "eslint-plugin-import": "^2.26.0",
84
87
  "eslint-plugin-prettier": "^4.0.0",
85
88
  "isomorphic-fetch": "^3.0.0",
86
89
  "isomorphic-webcrypto": "^2.3.8",
87
90
  "jest": "27.3.1",
88
- "prettier": "^2.4.1",
91
+ "prettier": "^2.6.2",
89
92
  "react": "16.13.1",
90
- "subscriptions-transport-ws": "^0.9.19",
93
+ "subscriptions-transport-ws": "^0.11.0",
91
94
  "ts-mockito": "^2.6.1",
92
- "typedoc": "^0.22.9",
93
- "typescript": "^4.4.4",
95
+ "typedoc": "^0.22.15",
96
+ "typescript": "^4.6.4",
94
97
  "websocket": "^1.0.34"
95
98
  },
96
99
  "peerDependencies": {