@okta/okta-auth-js 7.11.1 → 7.11.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.
@@ -14,7 +14,7 @@ import { isBrowser } from '../features.js';
14
14
 
15
15
  class OktaUserAgent {
16
16
  constructor() {
17
- this.environments = [`okta-auth-js/${"7.11.1"}`];
17
+ this.environments = [`okta-auth-js/${"7.11.3"}`];
18
18
  this.maybeAddNodeEnvironment();
19
19
  }
20
20
  addEnvironment(env) {
@@ -24,7 +24,7 @@ class OktaUserAgent {
24
24
  return { 'X-Okta-User-Agent-Extended': this.environments.join(' ') };
25
25
  }
26
26
  getVersion() {
27
- return "7.11.1";
27
+ return "7.11.3";
28
28
  }
29
29
  maybeAddNodeEnvironment() {
30
30
  if (isBrowser() || !process || !process.versions) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@okta/okta-auth-js",
3
- "version": "7.11.1",
3
+ "version": "7.11.3",
4
4
  "type": "module"
5
5
  }
@@ -14,7 +14,7 @@ import { isBrowser } from '../features.js';
14
14
 
15
15
  class OktaUserAgent {
16
16
  constructor() {
17
- this.environments = [`okta-auth-js/${"7.11.1"}`];
17
+ this.environments = [`okta-auth-js/${"7.11.3"}`];
18
18
  this.maybeAddNodeEnvironment();
19
19
  }
20
20
  addEnvironment(env) {
@@ -24,7 +24,7 @@ class OktaUserAgent {
24
24
  return { 'X-Okta-User-Agent-Extended': this.environments.join(' ') };
25
25
  }
26
26
  getVersion() {
27
- return "7.11.1";
27
+ return "7.11.3";
28
28
  }
29
29
  maybeAddNodeEnvironment() {
30
30
  if (isBrowser() || !process || !process.versions) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@okta/okta-auth-js",
3
- "version": "7.11.1",
3
+ "version": "7.11.3",
4
4
  "type": "module"
5
5
  }
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": "7.11.1",
5
+ "version": "7.11.3",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/exports/default.js",
@@ -147,11 +147,11 @@
147
147
  "node": ">=14.0"
148
148
  },
149
149
  "dependencies": {
150
- "@babel/runtime": "^7.12.5",
150
+ "@babel/runtime": "^7.27.0",
151
151
  "@peculiar/webcrypto": "^1.4.0",
152
152
  "Base64": "1.1.0",
153
153
  "atob": "^2.1.2",
154
- "broadcast-channel": "~5.3.0",
154
+ "broadcast-channel": "^7.1.0",
155
155
  "btoa": "^1.2.1",
156
156
  "core-js": "^3.39.0",
157
157
  "cross-fetch": "^3.1.5",
@@ -232,13 +232,14 @@
232
232
  "**/cacheable-request/http-cache-semantics": "^4.0.0",
233
233
  "**/has-ansi/ansi-regex": "^4.1.1",
234
234
  "**/strip-ansi/ansi-regex": "^3.0.1",
235
- "**/download/got": "^11.8.5"
235
+ "**/download/got": "^11.8.5",
236
+ "**/@babel/runtime": "^7.27.0"
236
237
  },
237
238
  "tsd": {
238
239
  "directory": "test/types"
239
240
  },
240
241
  "okta": {
241
- "commitSha": "2d54f1fd5a663a62a15e24d4171fa4766dfd365b",
242
- "fullVersion": "7.11.1-g2d54f1f"
242
+ "commitSha": "9da07345254f9baa32c2a05a995a7460f04d34ab",
243
+ "fullVersion": "7.11.3-g9da0734"
243
244
  }
244
245
  }