diff --git a/package-lock.json b/package-lock.json index 38de988..408b0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "AGPL-3.0", "dependencies": { - "@fusionauth/typescript-client": "^1.53.0", + "@fusionauth/typescript-client": "^1.54.0", "@permanentorg/sdk": "0.8.0", "@sentry/node": "^8.40.0", "dotenv": "^16.4.5", @@ -1887,9 +1887,10 @@ } }, "node_modules/@fusionauth/typescript-client": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/@fusionauth/typescript-client/-/typescript-client-1.53.0.tgz", - "integrity": "sha512-jEX09uLFB+zOwyt4FZ5MB5/TxS6wGYqoxLGjLsnVYUEE4MBwSv0Yrlat3HJzxo62vJ8tlxa3dSXU6EYy7RqAOA==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/@fusionauth/typescript-client/-/typescript-client-1.54.0.tgz", + "integrity": "sha512-NNWEpS47QkM664hkzURzGTyHL5pqSdN3xmicDKLf5OIeN7pj0UjaAaUekmo7A3xiJcE800aPEKJlwBWHvw7p2A==", + "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.1" } diff --git a/package.json b/package.json index 15a98b8..86f0a1f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typescript": "^5.7.2" }, "dependencies": { - "@fusionauth/typescript-client": "^1.53.0", + "@fusionauth/typescript-client": "^1.54.0", "@permanentorg/sdk": "0.8.0", "@sentry/node": "^8.40.0", "dotenv": "^16.4.5",