@okta/okta-auth-js 7.11.2 → 7.11.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.
@@ -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.2"}`];
17
+ this.environments = [`okta-auth-js/${"7.11.4"}`];
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.2";
27
+ return "7.11.4";
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.2",
3
+ "version": "7.11.4",
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.2"}`];
17
+ this.environments = [`okta-auth-js/${"7.11.4"}`];
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.2";
27
+ return "7.11.4";
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.2",
3
+ "version": "7.11.4",
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.2",
5
+ "version": "7.11.4",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/exports/default.js",
@@ -147,7 +147,7 @@
147
147
  "node": ">=14.0"
148
148
  },
149
149
  "dependencies": {
150
- "@babel/runtime": "^7.22.10",
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",
@@ -233,13 +233,13 @@
233
233
  "**/has-ansi/ansi-regex": "^4.1.1",
234
234
  "**/strip-ansi/ansi-regex": "^3.0.1",
235
235
  "**/download/got": "^11.8.5",
236
- "**/@babel/runtime": "^7.22.10"
236
+ "**/@babel/runtime": "^7.27.0"
237
237
  },
238
238
  "tsd": {
239
239
  "directory": "test/types"
240
240
  },
241
241
  "okta": {
242
- "commitSha": "d5f211585ca3f3a0570bc8612ceb6d631e64f80c",
243
- "fullVersion": "7.11.2-gd5f2115"
242
+ "commitSha": "115be54c529aca2cd89c480adde1b253d7061bcd",
243
+ "fullVersion": "7.11.4-g115be54"
244
244
  }
245
245
  }