From 9192fc2977d5c5d52be060f6e8fd7a3ca0025677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:04:08 +0000 Subject: [PATCH] Bump @devrev/ts-adaas from 1.19.7 to 1.19.9 in /code Bumps [@devrev/ts-adaas](https://github.com/devrev/adaas-sdk) from 1.19.7 to 1.19.9. - [Release notes](https://github.com/devrev/adaas-sdk/releases) - [Commits](https://github.com/devrev/adaas-sdk/compare/v1.19.7...v1.19.9) --- updated-dependencies: - dependency-name: "@devrev/ts-adaas" dependency-version: 1.19.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/package-lock.json | 10 +++++----- code/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/package-lock.json b/code/package-lock.json index 7168c40..7646a55 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.6", "license": "ISC", "dependencies": { - "@devrev/ts-adaas": "1.19.7", + "@devrev/ts-adaas": "1.19.9", "@devrev/typescript-sdk": "1.1.76", "axios": "^1.16.0", "dotenv": "^16.0.3", @@ -1878,12 +1878,12 @@ } }, "node_modules/@devrev/ts-adaas": { - "version": "1.19.7", - "resolved": "https://registry.npmjs.org/@devrev/ts-adaas/-/ts-adaas-1.19.7.tgz", - "integrity": "sha512-74LPjgv78ShYpImWfSouqe9UfO00lDvVKAy9V9L6I7n8bI2R1pauipuwu8PNo5W4dauS15q9Qodn6cE64lrhOA==", + "version": "1.19.9", + "resolved": "https://registry.npmjs.org/@devrev/ts-adaas/-/ts-adaas-1.19.9.tgz", + "integrity": "sha512-8wbKGpowchmAx8uPn5BSATjYRAundby+dYNwBBlsinZjD1Fxb2oyhPFhu/BTzUMrTm0eA7nmwC+0451+suLOyA==", "license": "ISC", "dependencies": { - "@devrev/typescript-sdk": "^1.1.74", + "@devrev/typescript-sdk": "^1.1.75", "axios": "^1.15.2", "axios-retry": "^4.5.0", "form-data": "^4.0.4", diff --git a/code/package.json b/code/package.json index 6298bb3..e815a18 100644 --- a/code/package.json +++ b/code/package.json @@ -58,7 +58,7 @@ "yargs": "^17.6.2" }, "dependencies": { - "@devrev/ts-adaas": "1.19.7", + "@devrev/ts-adaas": "1.19.9", "@devrev/typescript-sdk": "1.1.76", "axios": "^1.16.0", "dotenv": "^16.0.3",