@boxyhq/saml-jackson 1.28.2 → 1.29.0

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.
@@ -26,10 +26,7 @@ export declare class OidcDiscoveryController implements IOidcDiscoveryController
26
26
  dp?: string;
27
27
  dq?: string;
28
28
  e?: string;
29
- ext?: boolean;
30
29
  k?: string;
31
- key_ops?: string[];
32
- kty?: string;
33
30
  n?: string;
34
31
  oth?: Array<{
35
32
  d?: string;
@@ -41,6 +38,9 @@ export declare class OidcDiscoveryController implements IOidcDiscoveryController
41
38
  qi?: string;
42
39
  x?: string;
43
40
  y?: string;
41
+ kty: string;
42
+ key_ops?: string[];
43
+ ext?: boolean;
44
44
  x5c?: string[];
45
45
  x5t?: string;
46
46
  'x5t#S256'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "1.28.2",
3
+ "version": "1.29.0",
4
4
  "description": "SAML Jackson library",
5
5
  "keywords": [
6
6
  "SAML 2.0"
@@ -41,25 +41,25 @@
41
41
  "coverage-map": "map.js"
42
42
  },
43
43
  "dependencies": {
44
- "@aws-sdk/client-dynamodb": "3.648.0",
45
- "@aws-sdk/credential-providers": "3.645.0",
46
- "@aws-sdk/util-dynamodb": "3.648.0",
44
+ "@aws-sdk/client-dynamodb": "3.658.1",
45
+ "@aws-sdk/credential-providers": "3.658.1",
46
+ "@aws-sdk/util-dynamodb": "3.658.1",
47
47
  "@boxyhq/error-code-mnemonic": "0.1.1",
48
- "@boxyhq/metrics": "0.2.8",
48
+ "@boxyhq/metrics": "0.2.9",
49
49
  "@boxyhq/saml20": "1.5.1",
50
50
  "@googleapis/admin": "23.0.0",
51
51
  "@libsql/sqlite3": "0.3.1",
52
52
  "axios": "1.7.7",
53
53
  "encoding": "0.1.13",
54
- "jose": "5.8.0",
54
+ "jose": "5.9.3",
55
55
  "lodash": "4.17.21",
56
56
  "mixpanel": "0.18.0",
57
- "mongodb": "6.8.1",
57
+ "mongodb": "6.9.0",
58
58
  "mssql": "11.0.1",
59
- "mysql2": "3.11.0",
59
+ "mysql2": "3.11.3",
60
60
  "node-forge": "1.3.1",
61
61
  "openid-client": "5.7.0",
62
- "pg": "8.12.0",
62
+ "pg": "8.13.0",
63
63
  "redis": "4.7.0",
64
64
  "reflect-metadata": "0.2.2",
65
65
  "ripemd160": "2.0.2",
@@ -67,15 +67,15 @@
67
67
  "typeorm": "0.3.20"
68
68
  },
69
69
  "devDependencies": {
70
- "@faker-js/faker": "9.0.0",
71
- "@types/lodash": "4.17.7",
72
- "@types/node": "22.5.4",
70
+ "@faker-js/faker": "9.0.3",
71
+ "@types/lodash": "4.17.9",
72
+ "@types/node": "22.7.4",
73
73
  "@types/sinon": "17.0.3",
74
74
  "@types/tap": "15.0.12",
75
75
  "cross-env": "7.0.3",
76
76
  "migrate-mongo": "11.0.0",
77
77
  "nock": "13.5.5",
78
- "sinon": "18.0.0",
78
+ "sinon": "19.0.2",
79
79
  "tap": "21.0.1",
80
80
  "ts-node": "10.9.2",
81
81
  "tsconfig-paths": "4.2.0",