@okta/okta-auth-js 6.5.3 → 6.5.4

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.3")];
8811
+ this.environments = ["okta-auth-js/".concat("6.5.4")];
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.3";
8829
+ return "6.5.4";
8830
8830
  }
8831
8831
  }, {
8832
8832
  key: "maybeAddNodeEnvironment",
package/esm/esm.node.mjs CHANGED
@@ -8906,7 +8906,7 @@ function _unlockAccount() {
8906
8906
  var OktaUserAgent = function () {
8907
8907
  function OktaUserAgent() {
8908
8908
  _classCallCheck(this, OktaUserAgent);
8909
- this.environments = ["okta-auth-js/".concat("6.5.3")];
8909
+ this.environments = ["okta-auth-js/".concat("6.5.4")];
8910
8910
  }
8911
8911
  _createClass(OktaUserAgent, [{
8912
8912
  key: "addEnvironment",
@@ -8924,7 +8924,7 @@ var OktaUserAgent = function () {
8924
8924
  }, {
8925
8925
  key: "getVersion",
8926
8926
  value: function getVersion() {
8927
- return "6.5.3";
8927
+ return "6.5.4";
8928
8928
  }
8929
8929
  }, {
8930
8930
  key: "maybeAddNodeEnvironment",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-auth-js",
4
4
  "description": "The Okta Auth SDK",
5
- "version": "6.5.3",
5
+ "version": "6.5.4",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/index.js",
@@ -89,7 +89,7 @@
89
89
  "@peculiar/webcrypto": "1.1.6",
90
90
  "Base64": "1.1.0",
91
91
  "atob": "^2.1.2",
92
- "broadcast-channel": "^4.10.0",
92
+ "broadcast-channel": "4.13.0",
93
93
  "btoa": "^1.2.1",
94
94
  "core-js": "^3.6.5",
95
95
  "cross-fetch": "^3.1.5",
@@ -188,7 +188,7 @@
188
188
  }
189
189
  },
190
190
  "okta": {
191
- "commitSha": "4536ba03ea316149d697bb9229260499e9f37e17",
192
- "fullVersion": "6.5.3-g4536ba0"
191
+ "commitSha": "af0db5dc254e986f45cc666344963c9561472a2d",
192
+ "fullVersion": "6.5.4-gaf0db5d"
193
193
  }
194
194
  }