@bitgo-beta/sdk-api 1.10.1-beta.2 → 1.10.1-beta.200

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.
@@ -48,6 +48,13 @@
48
48
  * @license MIT
49
49
  */
50
50
 
51
+ /*!
52
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
53
+ *
54
+ * Copyright (c) 2014-2017, Jon Schlinkert.
55
+ * Released under the MIT License.
56
+ */
57
+
51
58
  /*! *****************************************************************************
52
59
  Copyright (c) Microsoft Corporation.
53
60
 
@@ -73,7 +80,7 @@ PERFORMANCE OF THIS SOFTWARE.
73
80
  *
74
81
  */
75
82
 
76
- /*! OpenPGP.js v5.1.0 - 2022-01-24 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
83
+ /*! OpenPGP.js v5.10.1 - 2023-08-29 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
77
84
 
78
85
  /*! https://mths.be/punycode v1.3.2 by @mathias */
79
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-api",
3
- "version": "1.10.1-beta.2",
3
+ "version": "1.10.1-beta.200",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "browser": {
15
- "superagent-proxy": false
15
+ "proxy-agent": false
16
16
  },
17
17
  "scripts": {
18
18
  "build": "yarn tsc --build --incremental --verbose .",
@@ -50,23 +50,29 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@bitgo-beta/sdk-core": "8.2.1-beta.2",
54
- "@bitgo-beta/sjcl": "1.0.2-beta.238",
55
- "@bitgo-beta/unspents": "0.13.2-beta.2",
56
- "@bitgo-beta/utxo-lib": "8.0.3-beta.2",
53
+ "@bitgo-beta/sdk-core": "8.2.1-beta.200",
54
+ "@bitgo-beta/sjcl": "1.0.2-beta.438",
55
+ "@bitgo-beta/unspents": "0.13.2-beta.200",
56
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.201",
57
57
  "@types/superagent": "4.1.15",
58
- "bitcoinjs-message": "^2.0.0",
58
+ "bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.2",
59
59
  "bluebird": "^3.5.3",
60
60
  "browser-or-node": "2.0.0",
61
61
  "bs58": "^2.0.1",
62
62
  "debug": "3.1.0",
63
63
  "eol": "^0.5.0",
64
64
  "lodash": "^4.17.15",
65
- "sanitize-html": "^1.27.5",
65
+ "proxy-agent": "6.3.1",
66
+ "sanitize-html": "^2.11",
66
67
  "secp256k1": "^4.0.2",
67
68
  "secrets.js-grempe": "^1.1.0",
68
- "superagent": "3.8.3",
69
- "superagent-proxy": "3.0.0"
69
+ "superagent": "3.8.3"
70
70
  },
71
- "gitHead": "2c10be476ba01652f877b485bf1b9d193fd8c177"
71
+ "overrides": {
72
+ "degenerator": "5.0.0"
73
+ },
74
+ "resolutions": {
75
+ "degenerator": "5.0.0"
76
+ },
77
+ "gitHead": "f4c0e4efdacde660d7b1866a54349bf84bccb827"
72
78
  }