@bitgo-beta/sdk-api 1.10.1-beta.94 → 1.10.1-beta.96

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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-api",
3
- "version": "1.10.1-beta.94",
3
+ "version": "1.10.1-beta.96",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -50,10 +50,10 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@bitgo-beta/sdk-core": "8.2.1-beta.94",
54
- "@bitgo-beta/sjcl": "1.0.2-beta.331",
55
- "@bitgo-beta/unspents": "0.13.2-beta.94",
56
- "@bitgo-beta/utxo-lib": "8.0.3-beta.94",
53
+ "@bitgo-beta/sdk-core": "8.2.1-beta.96",
54
+ "@bitgo-beta/sjcl": "1.0.2-beta.333",
55
+ "@bitgo-beta/unspents": "0.13.2-beta.96",
56
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.96",
57
57
  "@types/superagent": "4.1.15",
58
58
  "bitcoinjs-message": "^2.0.0",
59
59
  "bluebird": "^3.5.3",
@@ -62,11 +62,11 @@
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
+ "sanitize-html": "^2.11",
66
66
  "secp256k1": "^4.0.2",
67
67
  "secrets.js-grempe": "^1.1.0",
68
68
  "superagent": "3.8.3",
69
69
  "superagent-proxy": "3.0.0"
70
70
  },
71
- "gitHead": "e291f8a3878d5dd266b11118ee69892c83b3558e"
71
+ "gitHead": "e82297d973956e7ddc40dc1d3b075960ce75d2b0"
72
72
  }