@okta/okta-auth-js 6.5.2 → 6.5.3

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.
@@ -8808,7 +8808,7 @@ function _unlockAccount() {
8808
8808
  var OktaUserAgent = function () {
8809
8809
  function OktaUserAgent() {
8810
8810
  _classCallCheck(this, OktaUserAgent);
8811
- this.environments = ["okta-auth-js/".concat("6.5.2")];
8811
+ this.environments = ["okta-auth-js/".concat("6.5.3")];
8812
8812
  }
8813
8813
  _createClass(OktaUserAgent, [{
8814
8814
  key: "addEnvironment",
@@ -8826,7 +8826,7 @@ var OktaUserAgent = function () {
8826
8826
  }, {
8827
8827
  key: "getVersion",
8828
8828
  value: function getVersion() {
8829
- return "6.5.2";
8829
+ return "6.5.3";
8830
8830
  }
8831
8831
  }, {
8832
8832
  key: "maybeAddNodeEnvironment",